Xcode 4.5 error on IOS 5

2019-01-28 02:01发布

I installed the GM version of xcode and i started to receive this error when i try to install my app on IOS 5 . The app works fine on IOS 6. Could someone please tell me what could be the problem ? I included the libobjc.A.dylib library and i get the same .

dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_atomic_copy

Referenced from: /var/mobile/Applications/8BCAAF22-5857-427D-9FDA-48D369CF3DD8/FlipBookApp.app/FlipBookApp Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_setProperty_atomic_copy Referenced from: /var/mobile/Applications/8BCAAF22-5857-427D-9FDA-48D369CF3DD8/FlipBookApp.app/FlipBookApp Expected in: /usr/lib/libobjc.A.dylib

2条回答
戒情不戒烟
2楼-- · 2019-01-28 02:15

In GData project -> Build settings -> change "iOS deployment target" to 5.1

查看更多
小情绪 Triste *
3楼-- · 2019-01-28 02:34

The "iOS deployment target" value of your added static library must less than or equal your project's.

查看更多
登录 后发表回答