Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
iOS build failed
-
Hi ,
Im trying to build my iOS app. and getting this error:
App build is failed. Your app cannot be built. Please make sure following settings are properly setup:
- Error building project source code
After correcting errors, please build again.
Check dependencies
Code Sign error: No matching provisioning profiles found: This product type must be built using a provisioning profile, however no provisioning profile matching both the identity “iPhone Distribution: <company name> (xxxxxx)” and the bundle identifier “com.<domain>” was found.
CodeSign error: code signing is required for product type ‘Application’ in SDK ‘iOS 8.4’** BUILD FAILED **
Can someone please suggest a solution for this.
Thanks in advance :)
- Error building project source code
-
@ziyaaf As it says, you have not loaded your provisioning profile.
-
I actually followed that instruction and built. I have uploaded the provisioning profile
-
@ziyaaf said:
“iPhone Distribution: <company name> (xxxxxx)” and the bundle identifier “com.<domain>” was found.
This would indicate an incomplete provisioning profile. Are you using a development profile or a production one?