2016年3月7日 星期一

iOS筆記:compiler error



ERROR:Command /usr/bin/codesign failed with exit code 1
解決方法1:打開key chain找到重複的憑證,把舊的刪除只剩一個
解決方法2: 找到Code Signing(Target> Build Settings> Code Signing),把Identity全改成automatic

ERROR:-fembed-bitcode is not supported on versions of iOS prior to 6.0

解決方法:project > build setting >搜尋 bitcode > 改成NO
(Xcode7 bitcode預設是YES)

沒有留言:

張貼留言