ios7 - Ios :: dyld: Symbol not found: _OBJC_CLASS_$_UIAlertAction -


i have app works fine ios sdk 8.3 , xcode 6. when check backward compatibility ios sdks 7.1 , 7.1 simulator fails.

app crashes following error

dyld: symbol not found: _objc_class_$_uialertaction referenced from: /users/apogaeis/library/developer/coresimulator/devices/f48b2d65-9ee8-4737-a0ce-2882d105c6c9/data/applications/25b9dcde-4bc6-4568-8ebe-3474fe559cbc/appname.app/appname expected in: /library/developer/coresimulator/profiles/runtimes/ios 7.1.simruntime/contents/resources/runtimeroot/system/library/frameworks/uikit.framework/uikit in /users/apogaeis/library/developer/coresimulator/devices/f48b2d65-9ee8-4737-a0ce-2882d105c6c9/data/applications/25b9dcde-4bc6-4568-8ebe-3474fe559cbc/appname.app/appname 

please suggest resolve issue.

how can make work ios versions?

thanks

in case, uikit.framework had marked optional rather required app works fine....


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -