简体   繁体   English

如何在Xcode中更改.mobileprovision

[英]How to change the .mobileprovision in xcode

can we change the .mobileprovision file in xcode. 我们可以在xcode中更改.mobileprovision文件吗? I want to change like this 我想这样改变

from this 由此

  <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>

to this 对此

<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>

but can't do this if i change something in .mobileprovision file it is not installed. 但是,如果我更改了.mobileprovision文件中的某些内容,则无法安装,则无法执行此操作。 please help me. 请帮我。

You shouldn't edit provision profile by hand. 您不应该手动编辑配置文件。 Go to Developers portal and edit provision portal there. 转到开发人员门户并在那里编辑供应门户。 Then in Xcode go to Preference - Account and refresh profiles 然后在Xcode中转到首选项-帐户并刷新配置文件

Also you can use iPhone Configuration Utility 3.5 for Mac OS X tool for managing provision profiles 您也可以使用iPhone Configuration Utility 3.5 for Mac OS X工具来管理配置文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM