美文网首页
Xcode 的错误提示

Xcode 的错误提示

作者: LeeDev | 来源:发表于2016-09-22 10:50 被阅读85次

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

相关文章

网友评论

      本文标题:Xcode 的错误提示

      本文链接:https://www.haomeiwen.com/subject/delzettx.html