Cannot compile for iOS anymore, resolved?

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…

I found why… It’s because, by mistake, I selected a 64bit target simulator in XCode (in the upper selector of the editor)!!

I found why… It’s because, by mistake, I selected a 64bit target simulator in XCode (in the upper selector of the editor)!!