NativeScript iOS:发布版本失败

时间:2017-09-19 09:02:10

标签: ios xcode nativescript

我想更新目前在AppStore中的应用。所以我登录了苹果开发人员并从那里下载了证书(尚未过期)。

我现在有什么:

  • 证书文件$ my_certificatename.cer
  • 我的项目目录中仍然有一个.p12文件,(我认为)应该是相应的私钥。
  • 以下build.xcconfig:

    CODE_SIGN_IDENTITY = $my_certificatename; DEVELOPMENT_TEAM = $my_TeamID; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;

  • 更新了Info.plist

  • 中的版本号

然后我尝试运行以下命令:

tns build ios --release --for-device

哪些内容会显示以下错误:

    ** ARCHIVE SUCCEEDED **

2017-09-19 12:35:15.309 xcodebuild[3302:410544] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/nl/z3cdbrb17776dtxlltdqvc4h0000gn/T/HandyApp_2017-09-19_12-35-15.308.xcdistributionlogs'.
2017-09-19 12:35:17.352 xcodebuild[3302:410544] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7f8964985730>: Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
error: exportArchive: The operation couldn’t be completed. (IDEDistributionErrorDomain error 1.)

Error Domain=IDEDistributionErrorDomain Code=1 "(null)"

** EXPORT FAILED **

Command xcodebuild failed with exit code 70
# build ios

我的配置中是否遗漏了什么?任何人都可以与此错误相关吗?

我的Xcode签署我帐户的身份:

Signing Identities

0 个答案:

没有答案