Build Error

Monkey Targets Forums/iOS/Build Error

Steven McDade(Posted 2014) [#1]
Hi,

I'm using the latest Xcode, and until recently my builds in Monkey have been fine.

Today I'm getting the following error (with v80c and v81b). I'm still able to open the project in Xcode, and I can run the App, but it's something I haven't encountered before.



Apologies if I'm making a very obvious mistake. As I said, I've been testing on iPhone and iPad no problem up until today, and I can't remember doing any changes to my system before it started to happen.

Thanks in advance!


Steven McDade(Posted 2014) [#2]
I should have said that I have deleted the build folder several times during testing, but the error persists...


Lugato(Posted 2014) [#3]
hi Steven,

I have the same problem here. To fix the problem I deleted the xcode in my system, rebooted the Mac and installed the xcode 6.1 again. I installed the xcode command line tools for version 6.1 that can be found here: https://developer.apple.com/downloads/index.action?name=Xcode

I my case, I have some expired certificates .. so I deleted all my IOS certificates and get new ones with Xcode.

I hope this can help you :)


Steven McDade(Posted 2014) [#4]
Hi Lugato,

Thanks for your help, tried your method, but still getting an error.

I've just tried to compile with debug, and it's giving me the following (on OS X 10.10 and Xcode 6.1, which may be the problem)




Steven McDade(Posted 2014) [#5]
Solved! I am an idiot! I had a "-" in my folder name, so this was causing the build error. Removed, building fine now :-)


Lugato(Posted 2014) [#6]
Steven,

You can have more than one Xcode in Mac OSX and switch for each version.

I explain the process in this thread:

http://www.monkey-x.com/Community/posts.php?topic=9073


Steven McDade(Posted 2014) [#7]
Thanks, Lugato, very handy to know.

Hopefully, everything's going to go smooth (on my part) to release now.