Software Archive
Read-only legacy content
17061 Discussions

IOS Build Error 65

EMRE_C_
Beginner
432 Views

Hi all,

When I try to build my app for IOS I'am getting attached error.

This is my first time for IOS, maybe I'am doing sth wrong.

I've created profile file and certificate as explained.

OS: Windows 10

Cordova CLI 5.1.1

IOS 7

 

Build Log:
  • Building a Cordova 5.1.1 application.
  • The application name is "Find-IT"
  • The package name is "xdk.intel.cordova.kordsafindit"
  • Will use the provisioning profile for "adhoc"
  • No plugins were found in the intelxdk.config.xml file.
  • Targeting iOS version 7.
  • Error: A build error occurred. Check the build log.

 493088

0 Kudos
1 Solution
Anusha_M_Intel1
Employee
432 Views

So this seems to be the problem according to the build log:

Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“FindIT”) has an AppID of “com.kordsaglobal.findit” which does not match your bundle identifier “xdk.intel.cordova.kordsafindit”.

It looks like you app ID does not match the ID you have specified in your provisioning profile in your Apple Developer Account. 

View solution in original post

0 Kudos
2 Replies
Anusha_M_Intel1
Employee
433 Views

So this seems to be the problem according to the build log:

Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“FindIT”) has an AppID of “com.kordsaglobal.findit” which does not match your bundle identifier “xdk.intel.cordova.kordsafindit”.

It looks like you app ID does not match the ID you have specified in your provisioning profile in your Apple Developer Account. 

0 Kudos
EMRE_C_
Beginner
432 Views

Thanks, it solved my issue.

0 Kudos
Reply