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