Xcode 的错误提示

2016-09-22  本文已影响85人  LeeDev

1 . 错误: The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile 。
解决:删除Build Settings里面的Code Signing Entitlements的值

2.选择默认的xcode (多个版本)
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

3.Undefined symbols for architecture arm64 (POD 里面一直就是在真机环境编译不过去)
解决: 进入 /Users/apple/Library/Developer/Xcode/DerivedData,删除对应的文件

3.Xcode 抽风没有提示
在 Run => Arguments=> Environment Variables => 添加 name: OS_ACTIVITY_MODE value: Disable

CA8596F236F5A5A29AD199EE1E582710.jpg
上一篇下一篇

猜你喜欢

热点阅读