#Build 715 Crash Everytimes when I replaced app For Device Building

I use XCode Organizer to transfer the app.
Previously, I used #695 and everything was fine. I could replace the app and launch app on my device.

Now, I use #715 and I got crash everytimes that I replaced the app. I have to delete the app on the device before I installed the app. About this problem, I am afraid that I could not update my app after it was in the store.

Do I miss something?
Has anybody got the similar problem? [import]uid: 65906 topic_id: 19794 reply_id: 319794[/import]

Which XCode version are you using?
I’m using XCode 4.2 without any problems with 715. [import]uid: 70847 topic_id: 19794 reply_id: 76742[/import]

I agree ingemar.

I try Lion(Xcode 4.2.1) with #715, then CoronaSDK couldn’t find iOS SDK.
So I couldn’t build my app.

But I try SnowLeopard(Xcode 4.2) with #715, then CoronaSDK could find iOS SDK.
And I could build my app update file and upload iTunes Connect.
[import]uid: 86085 topic_id: 19794 reply_id: 77931[/import]

sorry for late reply due to new year stuff.
Well, I investigated my code again.
I found that if I commented out ads from Inmobi , everything is fine as it used to be.
If not as I mentioned, the second time that I replaced app on the device, the app could not opened (kind of crush).
[lua]main.lua
local ads = require “ads”
– Example for inmobi:
ads.init( “inmobi”, “my app idXXXX” )

– iPhone, iPod touch, iPad
ads.show( “banner320x48”, { x=0, y=0, interval=5, testMode=false } ) [/lua]

any ideas? Thanks.
Ps. I use XCode 4.2 with Lion
[import]uid: 65906 topic_id: 19794 reply_id: 78236[/import]

@SleepySheep
I’m stumped, sorry. I’ve tried to reproduce the problem, but can’t…
I hope somebody else can shed some light on your problem.

@iPhoner
Have you checked that your Xcode installation is in /Developer on your Lion installation?
[import]uid: 70847 topic_id: 19794 reply_id: 78312[/import]

Terrible sorry to trouble you, @ingemar
And thanks for your effort.

I upgrade build version to be #721 and the problem is kind of solved.
However since I do not know what exactly happened about my app, I’m a bit worried.

Anyway, it seems I can continue on my works

Thanks everyone [import]uid: 65906 topic_id: 19794 reply_id: 78468[/import]