Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的机器上管理两个不同的 Apple Dev 帐户。我成功地在我的机器上安装了开发配置文件。甚至在完美运行的设备上安装应用程序。
现在由于安装了 2 个开发配置文件,我该如何指出一个特定的配置文件?
谢谢
确保在执行代码设计时只有一个活动的配置文件。配置文件存储在 ~/Library/MobileDevice/Provisioning\ Profiles 中。一个简单的方法是:
不要忘记在删除文件夹之前备份您现有的配置文件...
您还可以在 Xcode 中目标的 Get Info 对话框的构建选项卡中手动设置活动配置文件。