- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there, I have successfully building few android app and 1 iOS app. but when it comes to my 2nd iOS build in, it just failed. I have got all the certificate and admob plugin, I do not understand why the first one work but the 2nd one is failed. please take a look on my attached . I have been spending the whole day to figure out why.. ps, My game is builded in Construct 2.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like the red text in the first screen shot you posted says, check the build log.
At the bottom of the log, you will see this:
Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“Daikichi Slot”) has an AppID of “com.ellenleung.daikichislot” which does not match your bundle identifier “com.ellenlung.daikichislot”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0'
** BUILD FAILED **
com.ellenleung.daikichislot != com.ellenlung.daikichislot
so the build fails. They must match, this is how apple verifies things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look at the log, you will see lots of these lines at the end:
duplicate symbol l002 in:
Daikichi Slot/Plugins/cordova-plugin-admobpro/GoogleMobileAds.framework/GoogleMobileAds(GADAdViewTouchGestureRecognizer.o)
Try removing any 3rd party plugins you have included, then upload build. This will help you determine what plugin is giving you issues.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page