-
Notifications
You must be signed in to change notification settings - Fork 223
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
Xcode更新到9之后,打包失败. #161
Comments
错误码如下: |
xcodebuild -help,查看最新说明,需要在exportOptions.plist中添加profile相关配置 |
@AngryPudge 更新 更新 经过测试没问题的脚本
主要在原脚本的基础上增加了
|
@iStig
请问你有遇到过吗?或者是我的执行步骤有问题? 谢谢 更新,已经解决了,路径写的有问题~ |
错误码如下: Error Domain=IDEDistributionStripXattrsStepDomain Code=1 "Stripping extended attributes failed." UserInfo={NSLocalizedDescription=Stripping extended attributes failed., NSLocalizedRecoverySuggestion="/usr/bin/xattr -crs /var/folders/4x/clx2dg_d2k9bmywrjmksdw9c0000gn/T/XcodeDistPipeline.xBT/Root/Payload/DesignManager.app" exited with a non-zero status. The /usr/bin/xattr tool may be damaged.} |
我也遇到这个问题了 |
@crespoxiao 你的命令怎么写的?你的电脑环境是? |
@jessecoding 我解决了 fir build_ipa "$projectDir" -o "$outputDir" -w true -S Canyin -E enterprise -O build/In-house/exportOptions.plist -p -V -T 5a52f03b98c22a916e08c451xxxxxx; 参考楼上 @iStig 的方法 ,exportOptions.plist 加了个字段 provisioningProfiles
|
前几天更新到xcode9,然后打包就一直失败,提示是provisioning找不到.
The text was updated successfully, but these errors were encountered: