Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 06-09-2009, 06:49 AM   #1 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 202
not_too_shabby is on a distinguished road
Default No launchable executable present at path?

I just installed the 3.0 GM SDK, and now when I try to launch the simulator or load the app on my device in debug mode I get this error after it builds, "No launchable executable present at path"? What does this mean? It only does this on my 2.x project. Another app that I am working on that is 3.0 only works fine. Help!
not_too_shabby is offline   Reply With Quote
Old 06-09-2009, 04:04 PM   #2 (permalink)
Registered Member
 
Join Date: Oct 2008
Location: Orlando, FL
Posts: 13
TrevDev is on a distinguished road
Default

Quote:
Originally Posted by not_too_shabby View Post
I just installed the 3.0 GM SDK, and now when I try to launch the simulator or load the app on my device in debug mode I get this error after it builds, "No launchable executable present at path"? What does this mean? It only does this on my 2.x project. Another app that I am working on that is 3.0 only works fine. Help!


I was having the same problem and found that the problem was that I had renamed my project and that Xcode was still looking for the previous name for the executable path.

Try this: Select your target and click "Info" at the top. Select "Build" and note which configuration you're in (probably Debug). Scroll to the Packaging section and make sure your Product Name is correct. If not, change it. Now, change the Configuration at the top to the other configurations (probably Release) and check to see if the Product Name is correct for each configuration. If not, change it.

Once you've done that, clean your targets, delete your old build, etc. and try Build and Go again.

It worked for me, and I hope it works for you too. Let me know how it pans out.

TrevDev
TrevDev is offline   Reply With Quote
Old 06-11-2009, 04:46 PM   #3 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 202
not_too_shabby is on a distinguished road
Default

That was it. I had a space in the app name and went back later and got rid of the space. The old SDK didn't seem to care, but the new one picked up the old name reference somewhere. I got rid of the space and it worked. Thanks
not_too_shabby is offline   Reply With Quote
Old 06-19-2009, 04:21 PM   #4 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 9
Narbotic is on a distinguished road
Default

Thanks - that was mega-helpful for me as well!

fyi - to ensure they stay synched up you can just change the packaging name value under "All Configurations"
Narbotic is offline   Reply With Quote
Old 07-01-2009, 07:01 PM   #5 (permalink)
New Member
 
Join Date: Jul 2009
Posts: 1
Bljashinsky is on a distinguished road
Default

Thanks so much TrevDev. You solved a very irritating problem. Send me a message if you see this message as I'd love to send you a little gift certificate to Amazon, iTunes, etc. since you literally solved a 2 day problem that had all but killed any progress on my app.
Bljashinsky is offline   Reply With Quote
Old 07-06-2009, 06:54 PM   #6 (permalink)
Registered Member
 
Join Date: Oct 2008
Location: Orlando, FL
Posts: 13
TrevDev is on a distinguished road
Default

Quote:
Originally Posted by Bljashinsky View Post
Thanks so much TrevDev. You solved a very irritating problem. Send me a message if you see this message as I'd love to send you a little gift certificate to Amazon, iTunes, etc. since you literally solved a 2 day problem that had all but killed any progress on my app.
Glad to hear it helped you out. Your gratitude is certainly its own reward, but if you're feeling generous, that'd be great too.
TrevDev is offline   Reply With Quote
Old 07-13-2009, 10:46 AM   #7 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 9
dholowiski is on a distinguished road
Default

Quote:
Originally Posted by TrevDev View Post
I was having the same problem and found that the problem was that I had renamed my project and that Xcode was still looking for the previous name for the executable path.
TrevDev
Wow TrevDev, thank you. I spent a long sleepless night last night because I was getting two different versions of my app... the correct one in the simulator, and an old version when I ran it on my iPhone! Your fix worked!

I did use the search function and it worked great! Thanks again!!
dholowiski is offline   Reply With Quote
Old 08-12-2009, 04:57 AM   #8 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 34
doanelinde is on a distinguished road
Default

Thankfully I saw this thread before two days of struggling! Thanks trevdev!
doanelinde is offline   Reply With Quote
Old 09-20-2009, 04:03 PM   #9 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 5
wrichard is on a distinguished road
Default

Thanks! I had a space in the name also. Now it's working again.
wrichard is offline   Reply With Quote
Old 02-12-2010, 05:17 PM   #10 (permalink)
Registered Member
 
Join Date: Oct 2009
Posts: 2
aftabbaig is on a distinguished road
Default

Thanks, it helped me a lot.
aftabbaig is offline   Reply With Quote
Old 03-25-2010, 08:24 AM   #11 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 5
Somerset is on a distinguished road
Default If all else fails - reboot Xcode

After renaming a project using a number of methods I also ended up with the same warning. The project would build but not run. The un-launchable executable in the warning was referring to the old project name title. Despite checking all project settings I couldn't find the cause. Hence I came here, the only thing I have to add to TrevDev's great post (didn't work in my case though) is that if all else fails, try rebooting Xcode - as simple as it was, it sorted my problem out.
Somerset is offline   Reply With Quote
Old 04-09-2010, 04:32 PM   #12 (permalink)
Registered Member
 
McStiefel's Avatar
 
Join Date: Sep 2008
Location: Moon
Posts: 48
McStiefel is on a distinguished road
Default

Thanks Somerset. Restarting XCode finally helped :-D
McStiefel is offline   Reply With Quote
Old 04-25-2010, 02:44 AM   #13 (permalink)
Registered Member
 
Join Date: Apr 2010
Posts: 1
daverivera is on a distinguished road
Default

I also did not understand what was meant by uninstalling the app.

I thought they were referring to xcode, so I deleted the target and created a new one. (I am such a bonehead.)

Lots of "fun" ensued, including the "no launchable executable" message.

I wound up creating the same project all over again and dragging my code into the new project.

Time-consuming, but it got me back on track.
daverivera is offline   Reply With Quote
Old 06-30-2010, 12:53 PM   #14 (permalink)
Registered Member
 
Join Date: Jun 2010
Posts: 1
Appapro is on a distinguished road
Default Closing Xcode did the trick after Renaming the Product Name

I had the same problem after renaming the product name for the Build. Closing Xcode and re-opening did the trick.

thanks.
Appapro is offline   Reply With Quote
Old 01-14-2011, 11:21 AM   #15 (permalink)
Registered Member
 
Join Date: Oct 2010
Posts: 11
ramya adapa is on a distinguished road
Default

Hi,

I changed location of my app,which is causing me this error,my release runs ,but debug it builds and gives me no launchable executable at path.
how to change path,my app name is correct in all configurations
ramya adapa is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 381
9 members and 372 guests
apatsufas, comicool, dansparrow, husthlj, LunarMoon, mer10, Murphy, padsoftware, pbart
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,677
Threads: 94,127
Posts: 402,916
Top Poster: BrianSlick (7,990)
Welcome to our newest member, husthlj
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:07 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0