Software Archive
Read-only legacy content
17060 Discussions

IOS Build in Failed

ellen_l_
Beginner
1,308 Views

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.

 

 

 

 

 

 

 

 

 

0 Kudos
3 Replies
John_H_Intel2
Employee
1,308 Views

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.

0 Kudos
ellen_l_
Beginner
1,308 Views

 

 

hi there, i have corrected my bundle id, but it still not working 

please check the attachment!

thanks!

0 Kudos
John_H_Intel2
Employee
1,308 Views

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.

 

0 Kudos
Reply