Phonegap (Cordova) error in CompileXIB

I am having problems with CompileXIB in Cordova.

System Information: OS X Yosemite Beta 10.10 XCode 6 Beta 5

Every time I try to run cordova build ios , the terminal just freezes at this point:

CompileXIB ToGo/Classes/MainViewController.xib
    cd /Applications/mampstack-5.4.15-0/apache2/htdocs/toGo_app/platforms/ios
    export PATH="/Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode6-Beta5.app/Contents/Developer/usr/bin:/Users/yeltsin/google-cloud-sdk/bin:/Users/yeltsin/.rvm/gems/ruby-2.1.2/bin:/Users/yeltsin/.rvm/gems/ruby-2.1.2@global/bin:/Users/yeltsin/.rvm/rubies/ruby-2.1.2/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Users/yeltsin/.rvm/bin:/Developer/android/sdk/platform-tools:/Developer/android/sdk/tools"
    export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode6-Beta5.app/Contents/Developer/usr/bin/..
    /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --target-device iphone --target-device ipad --errors --warnings --notices --module ToGo --minimum-deployment-target 6.0 --output-partial-info-plist /Applications/mampstack-5.4.15-0/apache2/htdocs/toGo_app/platforms/ios/build/ToGo.build/Debug-iphonesimulator/ToGo.build/MainViewController-PartialInfo.plist --auto-activate-custom-fonts --output-format human-readable-text --compile /Applications/mampstack-5.4.15-0/apache2/htdocs/toGo_app/platforms/ios/build/emulator/ToGo.app/MainViewController.nib /Applications/mampstack-5.4.15-0/apache2/htdocs/toGo_app/platforms/ios/ToGo/Classes/MainViewController.xib

      

No error is displayed. Just don't go on. I tried with this project and another and both have the same problems.

How can I fix this ?:(

Thank you, Yeltsin

+3


source to share


1 answer


You want to make sure you have non-Beta Xcode installed, otherwise you will continue with this error.



+3


source







All Articles