在 Nativescript Sidekick 中找不到带有 bundle id 的应用程序
Could not find app with bundle id in Nativescript Sidekick
尝试在 Nativescript Sidekick 中为现有应用程序生成新的证书和配置文件时出现以下错误:
An error has occured while generating the certificate and mobile provision. Reason: Could not find app with bundle id., Error: Codesign failed. Reason is: Could not find app with bundle id.
at CloudCodesignService. (C:\Users\MyUsername\AppData\Roaming.nativescript-cli\extensions\node_modules\nativescript-cloud\lib\services\cloud-codesign-service.js:87:29)
at Generator.next ()
at fulfilled (C:\Users\MyUsername\AppData\Roaming.nativescript-cli\extensions\node_modules\nativescript-cloud\lib\services\cloud-codesign-service.js:4:58)
at
at process._tickCallback (internal/process/next_tick.js:189:7)
直到几天前,这一代才成为问题。我没有可以添加应用程序的开发者帐户。结果是我无法为我的 iphone 构建我的演示应用程序以进行测试。
有没有人知道解决办法,或者这是 Apple 额外检查的错误/结果?
该错误表示您应用的应用标识符已被他人保留。要解决此问题,您应该将应用程序的应用程序标识符修改为尚未保留的内容。
例如
com.somethingthatmakesyourappidentifieruniqure.myapplication:)
你好,
萨沙
这是因为我输入了自己的bundleid,没有用于部署应用程序的帐户。为了开发,我将名称切换为 org.nativescript.MYBUNDLENAME 并且 bundleid org.nativescript 被识别,我可以再次构建。
仅出于开发目的,您应该注册自己的 bundleid。
尝试在 Nativescript Sidekick 中为现有应用程序生成新的证书和配置文件时出现以下错误:
An error has occured while generating the certificate and mobile provision. Reason: Could not find app with bundle id., Error: Codesign failed. Reason is: Could not find app with bundle id. at CloudCodesignService. (C:\Users\MyUsername\AppData\Roaming.nativescript-cli\extensions\node_modules\nativescript-cloud\lib\services\cloud-codesign-service.js:87:29) at Generator.next () at fulfilled (C:\Users\MyUsername\AppData\Roaming.nativescript-cli\extensions\node_modules\nativescript-cloud\lib\services\cloud-codesign-service.js:4:58) at at process._tickCallback (internal/process/next_tick.js:189:7)
直到几天前,这一代才成为问题。我没有可以添加应用程序的开发者帐户。结果是我无法为我的 iphone 构建我的演示应用程序以进行测试。
有没有人知道解决办法,或者这是 Apple 额外检查的错误/结果?
该错误表示您应用的应用标识符已被他人保留。要解决此问题,您应该将应用程序的应用程序标识符修改为尚未保留的内容。
例如 com.somethingthatmakesyourappidentifieruniqure.myapplication:)
你好,
萨沙
这是因为我输入了自己的bundleid,没有用于部署应用程序的帐户。为了开发,我将名称切换为 org.nativescript.MYBUNDLENAME 并且 bundleid org.nativescript 被识别,我可以再次构建。
仅出于开发目的,您应该注册自己的 bundleid。