xcode build error "_CoronaApplicationMain", referenced from:

When I build ProjectTemplates>App project occurred an error. But, I setting build target to phone does not occurred any problem. Only occurs in the simulator.

Undefined symbols for architecture x86_64:

  “_CoronaApplicationMain”, referenced from:

      _main in main.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

I’ve just downloaded the latest Enterprise daily build (2224), and I’m experiencing the same issue. Runs fine directly to my device, but fails on the simulator.

Change the target simulator for the app project to use a non 64bit architecure. Make sure you arent testing on the 64bit simulator (it will have 64 bit in brackets if you are

Build is success! I just download more simulators… But I met popup with “IOS Simulator failed to install the application” message.

I’ve just downloaded the latest Enterprise daily build (2224), and I’m experiencing the same issue. Runs fine directly to my device, but fails on the simulator.

Change the target simulator for the app project to use a non 64bit architecure. Make sure you arent testing on the 64bit simulator (it will have 64 bit in brackets if you are

Build is success! I just download more simulators… But I met popup with “IOS Simulator failed to install the application” message.