ios - Google map SDK on iOS5.1 -
i using google map sdk in app. app supports deployment target of ios >=5 google map sdk included in app supports ios >=6. so, when run app on ios5 , app crashed following error :
dyld: symbol not found: _objc_class_$_uiactivityviewcontroller
i want run same app on ios5 excluding google map sdk.does 1 know how include google map sdk in app if device ios version >=6? have option make google map framework "optional" or importing google maps header using ios version macros? if yes, pointers?
Comments
Post a Comment