Software Archive
Read-only legacy content

Continious Build Fail

Henk_M_
Beginner
252 Views

Anybody there who can help me out. I have no clue what's causing this. 

I keep getting a build fail when building a IOS app with Cordova.
This is what I get in the error log

==================================================================

Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles matching an applicable signing identity were found.

** BUILD FAILED **

The following build commands failed:
	Check dependencies
(1 failure)
Error code 65 for command: xcodebuild with args: -xcconfig,.../EAOGV_IPHONE/platforms/ios/cordova/build-release.xcconfig,-project,EAOGV-IPHONE.xcodeproj,ARCHS=armv7 arm64,-target,EAOGV-IPHONE,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../EAOGV_IPHONE/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../EAOGV_IPHONE/platforms/ios/build/sharedpch
Command finished with error code 2: .../EAOGV_IPHONE/platforms/ios/cordova/build --release,--device
ERROR building one of the platforms: Error: .../EAOGV_IPHONE/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
Error: .../EAOGV_IPHONE/platforms/ios/cordova/build: Command failed with exit code 2
    at ChildProcess.whenDone (.../cordova/cordova-cli/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:821:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
0 Kudos
3 Replies
Elroy_A_Intel
Employee
252 Views

Your provisioning profile doesn't include the appropriate provisioning profile created with a developer certificate derived from a certificate signing request provided by Intel XDK. You can find more information about this at https://software.intel.com/en-us/xdk/docs/intel-xdk-certificate-management.

0 Kudos
Henk_M_
Beginner
252 Views

Dear Elroy,

I did what you suggested in your previous mail and followed the instruction at https://software.intel.com/en-us/xdk/docs/intel-xdk-certificate-management. It seems that problem is solved. But there still is one problem.

Below is  what I see in the error log.

Thanx for your help!!!
Regards,
Henk

** BUILD FAILED **


The following build commands failed:
        Check dependencies
(1 failure)
ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig,.../EAOGV_IPHONE/platforms/ios/cordova/build-release.xcconfig,-project,EAOGV-IPHONE.xcodeproj,ARCHS=armv7 arm64,-target,EAOGV-IPHONE,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../EAOGV_IPHONE/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../EAOGV_IPHONE/platforms/ios/build/sharedpch
You may not have the required environment or OS to build this project
Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../EAOGV_IPHONE/platforms/ios/cordova/build-release.xcconfig,-project,EAOGV-IPHONE.xcodeproj,ARCHS=armv7 arm64,-target,EAOGV-IPHONE,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../EAOGV_IPHONE/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../EAOGV_IPHONE/platforms/ios/build/sharedpch

 

0 Kudos
Elroy_A_Intel
Employee
252 Views

I recommend updating intel XDK to the latest version (v3240) and trying to build your prject again.

0 Kudos
Reply