-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproducei am following this signing part was no trouble, and clearly that said key (profile) and certificate is imported then setting Xcode part, i noticed that something not right. Expected resultsi thought result will be smooth until the *.ipa file uploaded to app store, but i got the error /Users/builder/clone/ios/myapp.xcodeproj: error: "myapp" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'myapp' from project 'myapp') can someone please help and guide me Actual resultsBuild id (optional)648e8e88c23819a0da49dfc3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dmpriatna , Please use the below change to your xcode-project use-profile command.
Re-run the build, and let us know how it goes. |
Beta Was this translation helpful? Give feedback.
Hi @dmpriatna ,
It seems
.xcodeproj
for theRNImagePicker
is code signed instead of the actual project.Please use the below change to your xcode-project use-profile command.
xcode-project use-profiles --project ios/*.xcodeproj
Re-run the build, and let us know how it goes.