Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error after updating to Xcode 7 and iOS 9, Return code: 65

2894830Sep 24 2015 — edited Oct 14 2015

Hello,

I could deploy applications to iPhone before (automatically) updating to Xcode 7 and iOS9.

I'm using Jdeveloper 12.1.3.

Now I get the error:

[07:02:19 PM] Command-line executed:  xcodebuild -scheme Oracle_ADFmc_Container_Template archive -archivePath /Users/user/jdeveloper/mywork/ProductList/deploy/iOS2iTunes2iPhone/Destination_Root/ProductList.xcarchive -sdk iphoneos IPHONEOS_DEPLOYMENT_TARGET=7.0 TARGETED_DEVICE_FAMILY=1 ADD_SETTINGS_BUNDLE=NO PRODUCT_NAME=ProductList CODE_SIGN_IDENTITY=iPhone Developer: V Name (12345XYZ)

[07:02:41 PM] The following build commands failed:

[07:02:41 PM] Command-line execution failed (Return code: 65)

[07:02:41 PM] Deployment cancelled.

[07:02:41 PM] ----  Deployment incomplete  ----.

[07:02:41 PM] Failed to build the iOS application bundle.

[07:02:41 PM] Deployment failed due to one or more errors returned by 'xcodebuild'.  The following is a summary of the returned error(s):

Command-line execution failed (Return code: 65)

  The following build commands failed:

  Ld /Users/user/Library/Developer/Xcode/DerivedData/Oracle_ADFmc_Container_Template-gwxjznarmoyczadsnbxmvfmebqni/ArchiveIntermediates/Oracle_ADFmc_Container_Template/IntermediateBuildFilesPath/Oracle_ADFmc_Container_Template.build/Release-iphoneos/Oracle_ADFmc_Container_Template.build/Objects-normal/armv7/ProductList normal armv7

  (1 failure)

And actually the file ProductList is missing in this path!

What could be the reason?

Has anyone experience with deploying apps after updating to Xcode 7?

Thanks for your help!

Klemens

This post has been answered by Frédéric Desbiens-Oracle on Sep 25 2015
Jump to Answer
Comments
Post Details
Added on Sep 24 2015
8 comments
2,553 views