Hi, I'm out of ideas here. I have a project that is using the app identifier "com.brainloop.browser". All is working fine. Now I'm going into the settings of the project in MD and change the identifier to "com.brainloop.browser2", because I have to support different versions for our testers. The app builds fine and I try to debug it from MD on the Simulator but I get this in MD's output:
Starting iOS simulator 5.1 Launching application ERR: There was an error launching the application: SpringBoard konnte das Programm nicht starten (Fehler: 7) And in the console log I see: 13.08.12 11:29:52,209 SpringBoard: Launch Services: Registered unknown app identifier com.brainloop.browser2 13.08.12 11:29:52,209 SpringBoard: Launch Services: Unable to find app identifier com.brainloop.browser2 13.08.12 11:29:52,211 SpringBoard: Unknown application display identifier com.brainloop.browser. So first it is registering the new identifier and then it is looking for the OLD one (last line of console log). Why? I have searched the whole solution and do not find the old string anywhere. If I try to rung without debugging, the app won't start at all. However if I run it directly from Springboard, it is starting up just fine. I have tried so far: * Clean solution * Restart MD * Reset Simulator Only changing the identifier back to the old one helps. I hope somebody has a solution. Thanks. René
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
