简体   繁体   中英

Xcode 4.5 error on IOS 5

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

在GData项目中 - >构建设置 - >将“iOS部署目标”更改为5.1

添加的静态库的“iOS部署目标”值必须小于或等于项目的值。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM