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