Today, for no reason, all my Corona Enterprise projects was not compiling anymore.
All the lua and Corona methods was not linked and I got many errors and a lipo error.
I resolved by doing this:
I have to update Project target-> Build setting->Valid Architecture to armv7. I removed armv7s and arm64.
Found the idea here:
http://stackoverflow.com/questions/17348912/lipo-error-cant-open-input-file
I just do not understand why this happened…