ipod touch crashing after uploading app to device

Posted by MaKo on Stack Overflow See other posts from Stack Overflow or by MaKo
Published on 2011-01-05T13:45:26Z Indexed on 2011/01/05 13:54 UTC
Read the original article Hit count: 202

Filed under:
|
|
|
|

hi, I installed a new device (the second out of the 100), on xcode, an iPod touch

but when I upload the app, the iPod crashes, apple logo shows, and gets frozen for a while, and then resusitates, in the xcode, I get the message on console: The Debugger has exited due to signal 15 (SIGTERM).

I tried a simple app I made, and it loaded it, (some bouncing ball) after starting again, but tried the same with another app that plays some sounds and it shows normally, but doesnt play the sounds,

questions:

  1. how to fix this issue? (in MyApp-info.plist, in bundle identifier, I have: com.yourcompany.${PRODUCT_NAME:rfc1034identifier} havent changed this, is this a problem??

1.b. I used that conf to upload to an iPad with no problem??

  1. Do the apps play normally sounds *.m4a, in the simulator it works!, not in the iPod, is this due to the crash or not?

Thank you,,

edit> Im using AudioToolbox framework, the question after 1.b is 2 in my editor, but appears as 1 in the post??

© Stack Overflow or respective owner

Related posts about xcode

Related posts about sound