Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - atomtwist

Pages: 1
1
For me it always happens when i make a new stencyl game, and forget to change the bundle id to something new.

so i figured that on my device there is already a build where i used:  com.yourname.gamename
Might even be a stencyl 2 build with that bundle id. Maybe it wouldnt know how to overwrite a stencyl 2 build?

2
I found out this happens when the bundle identifier is the same as in any app that is already on the device. -> change bundle identifier -> clean project -> build again. -> works.

3
Abandoned Bugs / AMDeviceInstallApplication failed: -402653114 [NME bug]
« on: October 25, 2012, 12:05:23 pm »
Testgame with Xcode 4.5 runs fine on device.
But upon setting up a new Game I get "Build succeeded", and then:
...
[LOG] [ 85%] PostflightingApplication
[LOG] [ 90%] SandboxingApplication
[LOG] AMDeviceInstallApplication failed: -402653114

Testgame is the only game i can run on the device, simulator also fails...

Pages: 1