I’m not sure how up-to-date this blog post is, but I installed Yosemite and tried to do a build with Xcode 6 and am receiving the following error:
Undefined symbols for architecture armv7:
“_CoronaApplicationMain”, referenced from:
_main in main-a9fd46.o
“_OBJC_CLASS_$_AppCoronaDelegate”, referenced from:
objc-class-ref in main-a9fd46.o
“_objc_autoreleasePoolPop”, referenced from:
_main in main-a9fd46.o
“_objc_autoreleasePoolPush”, referenced from:
_main in main-a9fd46.o
“_objc_msgSend”, referenced from:
_main in main-a9fd46.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
It seems like a corona error, but maybe we’re doing something wrong? I remember it compiling fine in Xcode 5.1.1. Can we use this forum as a place to update status if it’s not working yet?