我们可以在xcode中更改.mobileprovision文件吗?我想像这样改变
从这里开始
<dict>
<key>application-identifier</key>
<string>ZYR93MSDF.com.text.catalogapp.Coredata</string>
<key>get-task-allow</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>RSTY3GX5ZY.*</string>
</array>
</dict>到这个
<key>keychain-access-groups</key>
<array>
<string>ZYR93MSDF.com.text.catalogapp.Coredata</string>
</array>
<key>com.apple.security.application-groups</key>
<string>ZYR93MSDF.com.text.catalogapp.Coredata</string>但如果我更改了.mobileprovision文件中的某些内容,则无法执行此操作,因为该文件未安装。请帮帮我。
发布于 2014-03-25 19:59:17
您不应手动编辑配给配置文件。转到Developers portal并在那里编辑配置门户。然后在Xcode中转到Preference Account并刷新配置文件
您还可以使用iPhone Configuration Utility 3.5 for Mac OS X工具来管理调配配置文件
https://stackoverflow.com/questions/22633705
复制相似问题