iOS build freezes, but android build ok

Recently, the build process for iOS has begun freezing, with the following error shown in terminal:

2011-10-19 15:32:41.783 Corona Simulator[3359:2403] An uncaught exception was raised
2011-10-19 15:32:41.783 Corona Simulator[3359:2403] *** -[NSMutableDictionary addEntriesFromDictionary:]: dictionary argument is not an NSDictionary

The app file is partially created (it will not run when installed on device), and the Corona simulator freezes on the “Build for iOS” window.

This same error message appears regardless of which app I am trying to compile, for example I can go back to the sample Hello World and will get the same error.

Also it makes no difference if I am compiling for iphone, ipad, or both.

These have worked previously. I’ve reinstalled both xcode and corona sdk, but am still getting the error.

Any suggestions or thoughts would be greatly appreciated.

Thanks,
Phil [import]uid: 25312 topic_id: 16647 reply_id: 316647[/import]

Could you please file a bug report about this and post the number here?

Peach :slight_smile: [import]uid: 52491 topic_id: 16647 reply_id: 62178[/import]

Case #8807

– previous number I posted was incorrect.

Thanks! [import]uid: 25312 topic_id: 16647 reply_id: 62185[/import]

Same thing here; Google brought me to this page while looking for the error message

Corona Simulator[71973:2d03] An uncaught exception was raised
[import]uid: 96674 topic_id: 16647 reply_id: 62375[/import]

In my case, I was using the trial version of Corona Project Manager to manage and edit my Corona applications. It was placing a bad config.lua file into each of my projects and when I compiled I would get the error. I’ve since recreated everything from scratch, outside of CPM, and am no longer getting the errors.

An email from Ansca last night tipped me off - the error I was getting was caused by a problem with the config.lua file. [import]uid: 25312 topic_id: 16647 reply_id: 62384[/import]