Software Archive
Read-only legacy content
17061 Discussions

IOS Build Failed

Ajinkya_M_
Novice
1,304 Views
I used CLI 5x & Intel XDK 2548

Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“ITtest”) were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0'

** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
Error code 65 for command: xcodebuild with args: -xcconfig,.../KBSchool/platforms/ios/cordova/build-release.xcconfig,-project,Test.xcodeproj,ARCHS=armv7 armv7s arm64,-target,Test,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 armv7s arm64,CONFIGURATION_BUILD_DIR=.../KBSchool/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../KBSchool/platforms/ios/build/sharedpch
Command finished with error code 2: .../KBSchool/platforms/ios/cordova/build --release,--device
ERROR building one of the platforms: Error: .../KBSchool/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
Error: .../KBSchool/platforms/ios/cordova/build: Command failed with exit code 2
    at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:753:16)
    at Process.ChildProcess._handle.onexit (child_process.js:820:5)
0 Kudos
1 Solution
Ajinkya_M_
Novice
1,304 Views

Thanks Dan & Victor,

Yes actually problems with Cordova CLI 5.1.1 build issues.

Which is resolved successfully by build with 4X & ISO 7.0

View solution in original post

0 Kudos
14 Replies
Elroy_A_Intel
Employee
1,304 Views

This looks like an issue related to your certificates used. Are you building your application with Intel XDK or Cordova CLI?

0 Kudos
Ajinkya_M_
Novice
1,304 Views

Yes, I use Intel xdk with cordova plugins

0 Kudos
Dan_C_
Beginner
1,304 Views

Having this same problem using 5.1.1 

0 Kudos
Dan_C_
Beginner
1,304 Views

Downgraded to 4.1.2 and manually installed plugins with npm and now everything is working again. Just fyi for people stuck on this issue.

0 Kudos
Ajinkya_M_
Novice
1,305 Views

Thanks Dan & Victor,

Yes actually problems with Cordova CLI 5.1.1 build issues.

Which is resolved successfully by build with 4X & ISO 7.0

0 Kudos
Nahla_E_
Beginner
1,304 Views

I tried to downgrade cordova version and IOS 7.0 and didn't work 

0 Kudos
Adri_v_
Beginner
1,304 Views

Same problem - downgrading helped.

seem like a MAJOR issue to me.. should be a sticky

0 Kudos
humberto_A_
Beginner
1,304 Views

mesmo problema no build 

  • Plugin "cordova-plugin-file-transfer" (1.4.0) installed.
  • Targeting iOS version 8.0.
  • Error: A build error occurred. Check the build log.
0 Kudos
humberto_A_
Beginner
1,304 Views

The following build commands failed:
    Check dependencies
(1 failure)
ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -

0 Kudos
Elroy_A_Intel
Employee
1,304 Views

Are you still receiving a build error? If so, can you include your entire build log?

0 Kudos
shine_n_
Beginner
1,304 Views

Hi Elroy,

I'm also having the same issue while I'm trying to build my ionic project to iOS app.

Here's the list of the plugin I used in that project:

com.telerik.plugins.nativepagetransitions 0.6.2 "Native Page Transitions"

com.telerik.plugins.wkwebview 0.6.9 "WKWebView Polyfill"

cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"

cordova-plugin-splashscreen 3.1.0 "Splashscreen"

cordova-plugin-webserver 1.0.3 "CordovaWebServer"

cordova-plugin-whitelist 1.2.1 "Whitelist"

 

would appreciate for any help!!

 

Screen Shot 2016-03-20 at 2.31.55 PM_0.png

0 Kudos
shine_n_
Beginner
1,304 Views

after removing that plugin (cordova-plugin-wkwebview), everything is working fine

0 Kudos
Anusha_M_Intel1
Employee
1,304 Views

The plugin documentation does say

This plugin makes Cordova use the WKWebView component instead of the default UIWebView component, and is installable only on a system with the iOS 9.0 SDK.

Could this be your problem?

0 Kudos
Amrita_C_Intel
Employee
1,304 Views

Can you try updating xdk version to 3088.And please refer to this article: https://software.intel.com/en-us/xdk/docs/building-cordova-ios-app-with-wkwebview which is specifically for iOS.

0 Kudos
Reply