We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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打包命令行打包失败,请问怎么解决呢?
The text was updated successfully, but these errors were encountered:
参考1 参考2 修改exportOptions.plist文件 增加
<key>provisioningProfiles</key> <dict> <key>YourboundleID</key> <string>AppIDName</string> </dict>
@shiwensong
Sorry, something went wrong.
参考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><none></string>
<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><none></string>
No branches or pull requests
请问Xcode9打包命令行打包失败,请问怎么解决呢?
The text was updated successfully, but these errors were encountered: