从JDeveloper 11.1.2.4迁移我的应用程序后,JDeveloper 12c收到错误

时间:2014-07-01 05:47:29

标签: java ios oracle oracle-adf jdeveloper

我已将我的应用程序从JDeveloper 11.1.2.4迁移到JDeveloper 12c(12.1.3.0)。我的应用程序已成功清理和编译应用模块测试成功。但是当我运行我的应用程序(ViewController)weblogic启动但应用程序未部署时,我在iOS设备中运行时在JDeveloper控制台中出现以下错误。

[11:04:36 AM] The following build commands failed:
[11:04:36 AM] warning: (armv7) /tmp/lto.o unable to open object file
[11:04:36 AM] warning: (armv7) /tmp/lto.o unable to open object file
[11:04:36 AM] Command-line execution failed (Return code: 65)
[11:04:36 AM] Deployment cancelled.
[11:04:36 AM] ----  Deployment incomplete  ----.
[11:04:36 AM] Failed to build the iOS application bundle.
[11:04:36 AM] Deployment failed due to one or more errors returned by '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild'.  

以下是返回错误的摘要:

Command-line execution failed (Return code: 65)
The following build commands failed:
PhaseScriptExecution Run\ Script /Users/kahunasystems/jdeveloper/mywork/NewCityLV/deploy/iOS1/build/build-output/Oracle_ADFmc_Container_Template.build/Debug-iphoneos/Oracle_ADFmc_Container_Template.build/Script-4BED853A1911CA5400134289.sh
(1 failure)

有关于此的任何想法吗?

1 个答案:

答案 0 :(得分:0)

最后,花了我两天后,我得到了解决方案

在终端上运行此行

sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate /usr/bin/

感谢bhuvan