命令/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang失败,退出代码为%1
警告:"iOS deployment target '5.0' for architecture 'armv6' and variant 'normal' is greater than the maximum value '4.2.99' for the iOS 4.2 SDK.“
"ld: warning: unexpected srelocation type 9“
发布于 2012-06-01 15:00:20
您已将项目配置为部署到iOS 5.0,但您正在基于iOS 4.2 SDK进行构建。
通常情况下,您可以采用相反的方式:使用最新的SDK (比方说5.0)进行构建,但将部署设置为您支持的尽可能低的版本(比方说4.2)。
https://stackoverflow.com/questions/10845694
复制相似问题