Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问Xcode9打包命令行打包失败,请问怎么解决呢? #11

Open
shiwensong opened this issue Sep 15, 2017 · 2 comments
Open

Comments

@shiwensong
Copy link

请问Xcode9打包命令行打包失败,请问怎么解决呢?

@iStig
Copy link

iStig commented Sep 28, 2017

参考1
参考2
修改exportOptions.plist文件
增加

<key>provisioningProfiles</key> <dict> <key>YourboundleID</key> <string>AppIDName</string> </dict>

@shiwensong

@shijianmei
Copy link

参考xi
<key>compileBitcode</key> <false/> <key>method</key> <string>development</string> <key>provisioningProfiles</key> <dict> <key>com.guomei.jianmei</key> <string>jianmei_develop_pp</string> </dict> <key>signingCertificate</key> <string>iPhone Developer</string> <key>signingStyle</key> <string>manual</string> <key>stripSwiftSymbols</key> <true/> <key>teamID</key> <string>PMJ65D2L86</string> <key>thinning</key> <string>&lt;none&gt;</string>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants