2014-07-01 44 views
3

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

[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'. 

以下是返回的错误(S)的摘要:

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) 

对此的任何想法?

回答

0

最后,花我的2天后,我得到了解决

通过运行此行终端

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

感谢bhuvan

相关问题