iOS Target Build Error

Monkey Targets Forums/iOS/iOS Target Build Error

APC(Posted 2013) [#1]
Hello,
Last Night I upgraded my XCode from ver 4.X to XCode 5.0.

After that I started to get this error below when compiling my game in Monkey.

It used to work fine on Xcode 4.x!


I am using:
MonkeyPro63b
MacBook Pro
OS X Version 10.8.5
XCode Version 5.0 (5A1413)
iPhone 4S running 7.0.2
iPad Mini running 7.0.2
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/bin/rsync -a '/var/folders/md/bp6t_mdd5rxg16dy9q3x98_m0000gn/T/Ik1Ef9eaHI'/ '/Users/Aroldo's Mac/Library/Developer/Xcode/iOS DeviceSupport/7.0.2 (11A501)/Symbols/Developer'/'
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/bin/rsync -a '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.0 (11A465)/DeveloperDiskImage.dmg.signature' '/Users/Aroldo's Mac/Library/Developer/Xcode/iOS DeviceSupport/7.0.2 (11A501)/Symbols/DeveloperDiskImage.dmg.signature''

** BUILD FAILED **


The following build commands failed:
	Ld build/Debug-iphonesimulator/MonkeyGame.app/MonkeyGame normal i386
(1 failure)
TRANS FAILED: TRANS Failed to execute 'xcodebuild -configuration Debug -sdk iphonesimulator', return code=16640




ElectricBoogaloo(Posted 2013) [#2]
Delete your build folder and try again.
If not, try compiling one of the simple banana examples, and if that works then it's something up with your code..


APC(Posted 2013) [#3]
Thanks ElectricBoogaloo,

For these project it did not work!

There are 2 issues one is the one is the syntax error and the other the iOS simulator does not stat.

I tried another project it did not gave me the syntax error but it did not start the iOS simulator, but this one worked on XCode 5.0.

I send an e-mail to monkey support.


rIKmAN(Posted 2013) [#4]
Is v63b meant to work with iOS7/xCode5?

Have you tried updating to the latest version?


APC(Posted 2013) [#5]
I am new to this forum.
Were do I get the update?
I looked in the News but could not figure it out.


rIKmAN(Posted 2013) [#6]
Click "Account: APC" in the top right corner, and then "Product Updates" and they are all listed in there.


APC(Posted 2013) [#7]
thank you!