Skip to content

Error Domain=IDEProvisioningErrorDomain Code=9 #3059

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

Closed
NickIliev opened this issue Aug 14, 2017 · 4 comments
Closed

Error Domain=IDEProvisioningErrorDomain Code=9 #3059

NickIliev opened this issue Aug 14, 2017 · 4 comments

Comments

@NickIliev
Copy link
Contributor

From @b4rtt on August 11, 2017 20:0

Hi, I am kinda desperated. Everytime when I try to tns publish ios I see this error.

Archive at: /Users/roman/Desktop/eSports/PiratiGo/platforms/ios/build/archive/PiratiGo.xcarchive
2017-08-11 21:56:12.694 xcodebuild[44465:1369169] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/c8/kcxg82ln2mn7qy9v0rtppm8w0000gn/T/PiratiGo_2017-08-11_21-56-12.693.xcdistributionlogs'.
2017-08-11 21:56:16.141 xcodebuild[44465:1369169] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7fc68767cee0>: Error Domain=IDEDistributionSigningAssetStepErrorDomain Code=0 "Locating signing assets failed." UserInfo={NSLocalizedDescription=Locating signing assets failed., IDEDistributionSigningAssetStepUnderlyingErrors=(
    "Error Domain=IDEProvisioningErrorDomain Code=9 \"\"PiratiGo.app\" requires a provisioning profile.\" UserInfo={NSLocalizedDescription=\"PiratiGo.app\" requires a provisioning profile., NSLocalizedRecoverySuggestion=Select a provisioning profile for the \"Default\" build configuration in the project editor.}"
)}
error: exportArchive: "PiratiGo.app" requires a provisioning profile.

Error Domain=IDEProvisioningErrorDomain Code=9 ""PiratiGo.app" requires a provisioning profile." UserInfo={NSLocalizedDescription="PiratiGo.app" requires a provisioning profile., NSLocalizedRecoverySuggestion=Select a provisioning profile for the "Default" build configuration in the project editor.}

I really don't know what to do. I tried almost everything. Provision profile I have. Bud I dunno know why it doesn't see it.

Thanks for any help

Copied from original issue: NativeScript/nativescript-angular#938

@Mitko-Kerezov
Copy link
Contributor

@b4rtt
Let us continue the discussion from ProgressNS/sidekick-feedback#25 here.
As discussed in ProgressNS/sidekick-feedback#25 could you try re-creating your provisioning profile and certificate and see if it does the trick.

Let me know if it helps.

@dtopuzov
Copy link
Contributor

dtopuzov commented Aug 14, 2017

Hi @b4rtt,

We had an issue with Xcode 8.3 and Distribution/AdHoc profiles and it should be fixed in nativescript@next 3 days ago.

Can you please try:

npm un -g nativescript
npm cache clean
npm i -g nativescript@next

If it still fails please specify Xcode, npm and node versions.

Possible workaround you can try:

tns build ios --provision <id>
tns publish ios <AppleID> <Password> --ipa <path-to-ipa-from-build-above>

btw, we still do not officially support Xcode9 Beta5 and we have separate issues for that: #3046

@b4rtt
Copy link

b4rtt commented Aug 14, 2017

@dtopuzov it's working! Thanks

@dtopuzov
Copy link
Contributor

Thanks @b4rtt !

The fix will be included in next official version of nativescript (it will be available at the end of the month), until then you can go with nativescript@next.

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

No branches or pull requests

4 participants