Reputation: 5175
I am learning NativeScript Vue and trying to transition from the online Play to Sidekick. I have gone thru the documentation:
Here are the steps I have done thus far:
In the Connected Devices section, updated the Provisioning and Certificates with the downloaded profile but I could not add the certificate generated above, but only with one created when I made my Apple Developer account.
If I do a local build then I get:
[18-10-25 07:15:27.576] Build failed. ENOENT: no such file or directory, scandir '/Users/xxx/Library/MobileDevice/Provisioning Profiles/'
Selected my attached iPhone and clicked "Run on Device" to get the error:
[18-10-25 07:01:26.078] Error detected during LiveSync on 716bd55f99272ba6acb7af3dfb3ce5d079a40ba5 for /Users/xxx/projects/private/xxx. Error: ENOENT: no such file or directory, scandir '/Users/xxx/Library/MobileDevice/Provisioning Profiles/'
So this seems like a certificate/provisioning issue but I am uncertain what I am doing wrong. I do see that my Sidekick General settings "Application Identifier" has a warning ("This value should match the App ID of your iOS provisioning profile) but I do not see how to fix that in either Sidekick or Apple Developer and am not sure that is the root of these problems.
Upvotes: 0
Views: 154
Reputation: 21908
I guess you might have forgot to add your device id to developer portal and include same in provisional profile while creating.
Upvotes: 1