error:The file "xxx.entitlements" couldn't be opened because there is no such file.

场景:在一次git clone操作中 出现了“error:The file “xxx.entitlements” couldn’t be opened because there is no such file.”的问题。

分析:上网搜索后,发现.entitlements是Xcode的配置文件,通过全局搜索,可以发现在Project->Build Settings->Signing->Code Signing Entitlements 里面,用的是其他开发者的绝对路径。 通过比较,把他修改成本机的。

    原文作者:动物园园长熊熊酱
    原文地址: https://www.jianshu.com/p/e3e6a76aa602
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞