报错问题汇总

1.ld: -pie can only be used when targeting iOS 4.2 or later 

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

解决方法:点击工程project-》build setting --》搜索IPHONEOS_DEPLOYMENT_TARGET 修改为改为8.1即可

 

2.xcode7如何真机调式以及会报错session过期,please login

解决方法:

这种错就是xcode-》preferences-》再添加自己appleID

具体网址:http://altair21.com/156.html

3.使用友盟分享或share时出现bitcode报错

解决方法:在build setting 中,搜索bitcode,并且把enable bitcode设置为NO

 

posted @ 2015-11-02 11:00  蜗牛d  阅读(154)  评论(0)    收藏  举报