iOS build error

I have been trying to build my app for my iPod touch so I can test out the accelerometer and I keep getting a message that says “An error occurred during the build. Please consult the Console logs.” But it doesn’t say anything about how to solve it. When I try and build a sample app it gives me a terminal error and explains that my certs and invalid but it builds it and I can install it on my iPod.

I’m stumped

Danny [import]uid: 59140 topic_id: 10715 reply_id: 310715[/import]

Can you paste the console logs here? :slight_smile: [import]uid: 10389 topic_id: 10715 reply_id: 38894[/import]

I will post them in the morning. I can post the ones from the second situation but I never get one from the first situation. How would I find the Corona terminal? [import]uid: 59140 topic_id: 10715 reply_id: 38897[/import]

http://developer.anscamobile.com/reference/installation-and-setup


The CoronaSDK folder also contains Corona Terminal. Running Corona Terminal does the same thing as Corona Simulator, but also opens a Terminal window that displays useful error messages including syntax errors, runtime errors, and print() statements generated by your application. For these reasons, it’s recommended you use Corona Terminal for your day-to-day development.
[import]uid: 10389 topic_id: 10715 reply_id: 38898[/import]

Perfect! Thanks a bunch. I will post in the morning. I’m not sure about you but it’s 1 am in Ohio :slight_smile: [import]uid: 59140 topic_id: 10715 reply_id: 38899[/import]

Ok so here’s the error log.

Using additional build settings from: /Users/dannykilkenny/Desktop/Adam’s Apple Corona/Adam’s Apple/build.settings
2011-06-01 18:29:05.132 defaults[776:607]
There is no (ContentOrientation) default for the (/Users/dannykilkenny/Desktop/Adam’sApple.app/Info) domain.
Defaults have not been changed.
2011-06-01 18:29:05.145 defaults[777:607]
There is no (UISupportedInterfaceOrientations) default for the (/Users/dannykilkenny/Desktop/Adam’sApple.app/Info) domain.
Defaults have not been changed.
Runtime error
?:0: attempt to index a nil value
stack traceback:
[C]: ?
?: in function ‘?’
?: in function ‘?’
?: in function <?:419>

From looking at this my self it looks like I didn’t define an orientation, and I didn’t. How do I specify settings for my app? If you could tell me or point me towards a good tutorial that would be extremely helpful.
[import]uid: 59140 topic_id: 10715 reply_id: 39073[/import]

http://developer.anscamobile.com/content/configuring-projects [import]uid: 10389 topic_id: 10715 reply_id: 39244[/import]

Oh man this is great, it will be extremely useful. Thanks a ton!! [import]uid: 59140 topic_id: 10715 reply_id: 39247[/import]

No problem! Glad to help out! :slight_smile: [import]uid: 10389 topic_id: 10715 reply_id: 39268[/import]

I have got the same error here but different notice
“Application failed codesign verification. The signature was invalid…” [import]uid: 9726 topic_id: 10715 reply_id: 39278[/import]