Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Xcode has stopped being able to run my app, it started directly after I deleted it from the device and attempted to re-install by rerunning it in Xcode (something I've done hundreds of times before).

It says

"Could not launch XXX.app"

"No such file or directory (/Users/Mylaptop/Library/Developer/Xcode/DerivedData/MyApp-ekxcbebfpzkahtfkujyqkcwprzia/Build/Products/Debug-iphoneos/MyApps.app/MyApp)."

I've rebooted the phone, relaunched Xcode, cleaned everything, rebuilt everything. This error message won't go away.

This is with Xcode 4.5 which I've been using since it became available, if I revert to 4.3.2 then Xcode says "Finished running app" but it doesn't actually do anything - the app is neither installed nor run.

I'm completely stuck - unable to run anything on the device anymore.

Any suggestions?

share|improve this question
3  
Goto the Organizer in your xcode , press projects tab and delete the derived data for your project and clean the project and again build it.. – R.A Jul 12 '12 at 16:29
2  
Still get the same thing after doing that. I'll try a reinstall of Xcode. – Amino acids Jul 12 '12 at 16:40
I think you have changed something in your build settings in the path to run your app in device – R.A Jul 12 '12 at 16:44
I hope you have some sort of backup to restore. If you don't I suggest making one now before you (possibley) do more damege. – Teak Jul 12 '12 at 16:52
7  
I found out what it was - while adding device capabilities to the info.plist I had somehow added a new row but not given it a value. – Amino acids Jul 12 '12 at 17:10
show 5 more comments

29 Answers

That is really annoying. This error happens in a number of different situations. Sometimes restarting the Xcode, fixes the problem. If not, follow these steps:

Disconnect your device.

Delete the app from your device.

Quit Xcode (Do not just simply close the window, quit it)

Delete derived data folder (~/Library/Developer/Xcode/DerivedData/-gbrvhlvwmpiobxdujegtghggrffp - or something like that)

Now start Xcode once again, connect device and run the project. It should work fine.

from DhilipSiva blog

share|improve this answer
3  
This was the key for me. Appreciate the level of detail in the answer. – Jason Pawlak Oct 3 '12 at 0:29
4  
+1 for sharing my post :) – dhilipsiva Oct 4 '12 at 10:29
Just one of the "really annoying" things when working on this platform – rushinge Jan 17 at 17:55
its works great. – kbv Feb 13 at 7:21
Thanks bro it works fine now – Hossam Mar 17 at 11:28
show 1 more comment

Try deleting "Required device capabilities" in the -Info.plist file.

You can't require armv7 on a 3G, and you can't require armv6 on any newer device, so just delete this attribute entirely.

share|improve this answer
2  
This is the only sollution that worked for me. Already trying to refresh certificates, cleaning folders restarting device, xcode and mac nothing helped. Just delete the attribute and it installed and worked fine. – automaticoo Sep 2 '12 at 20:46
1  
This solution also worked for me - weird error. – misnomer Sep 3 '12 at 12:13
I also had to make sure valid architectures in the setup included armv6, armv7 and armv7s (I'm using XCode 4.5 now... I know this has been a few months, but it's worth mentioning.) Also, these three should be listed in the Architectures section as well. – David Morton Sep 16 '12 at 21:01
Tried this, no joy but the Sudhakar + Jagger answer worked. Xcode 4.5.1 and an iPad1 – mm2001 Oct 26 '12 at 5:53
This was the problem for me: my app had "telephony" as a required capability and I was trying to run the app on an WiFi-only iPad mini. – chitza Jan 1 at 15:27
show 1 more comment

I found the answer. The iOS deployment target's version was not the same as my device's OS version.

share|improve this answer
This works for me. – ohho Sep 13 '12 at 8:28
Did it for me too. For some reason XCode always wants to reset my project's deployment target to 6.0. – Donald Burr Oct 12 '12 at 9:30
2  
worked for me too... I was changing Device type from "iPhone" to "Universal" and xcode automatically changed target to 6.0 which I didn't noticed at first. Shifted back to 4.3 and it worked... – Jim Jose Nov 20 '12 at 15:08
Too bad removing the DerivedData and required device capabilities did not help, so I set my deployment target from 6.1 to 5.0 and it worked on my iPod Touch running iOS 5.1. – Richard Altenburg - Brainchild Mar 11 at 13:56
oh gosh. how many times I'm gonna make the same fail... – heximal Mar 15 at 23:09
show 2 more comments

First tried some of the above with info.plists and deleting derived data, clean, etc.

My solution: quit XCode, reopen project. Go to derived data in Finder. Deleted data for all projects (was all trashable, but I would try deleting your troubled projectdata first). And then it worked again. Deleting derived data from XCode didn't work.

share|improve this answer
2  
The path to the derived data folder: /Users/<User>/Library/Developer/Xcode/DerivedData/ – Pascalius Oct 15 '12 at 8:23

The following resolved my problem... my app worked for me in debug/release, then I built a few ad-hoc archives and debug/release builds stopped working.

Symptoms:

  • invalid entitlements errors when launching from Xcode to device (play with entitlements...)
  • immediate abort with no error (finished running ) when running simulator
  • could not launch ... directory blabla.../build/product/debug-iphoneos/... not found when launching from Xcode to device.

Eventually after trying to benefit from everyone else's pain I found in Targets [AppName]:

Build Settings
Build Locations
Build Products Path build

should be

Build Products Path build/Products

No idea how this got set incorrectly. This must be hard-coded somewhere in Xcode/Springboard because 'Products' appears in both Xcode and in the Device console. This is Xcode 4.5.1.

screenshot fo where to set build/Products

share|improve this answer
1  
Could you format that to make the meaning a little more clear? It isn't obvious how it should be entered. – itsbruce Nov 1 '12 at 13:45
Wow, thanks a bunch Keith. After 4 frustrating hours it turns out this was the cause. How in the world it got changed is beyond me. – karl_ Dec 6 '12 at 18:04

I solved this problem by

renaming a directory above my XCode project

Changing the name of the project in XCode fixed it for me.

In XCode, under the Project Navigator, click the project name, and it should let you rename it just like a file in Finder. Deleting derived data did not help.

share|improve this answer

I built my XCode Project with CMake and somehow it (or my stupid self) deleted or emptied the property "Executable file" in the info.plist. I set it back to ${EXECUTABLE_NAME} and it worked again.

Took me really alot of time working through all the suggestions and fixes until I finally found that problem.

Hope this will help some one struggling with the same problem

Edit:

It was in some way CMake messing up my plist file. I created my own Info.plist and used it the following way:

SET_TARGET_PROPERTIES( MyApp PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_LIST_DIR}/MyApp.plist )

Inside my plist I had this entry:

<key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string>

Unfortunately CMake still seems to parse that file and replaced ${EXECUTABLE_NAME} with an empty string since its the CMake variable syntax. My quick work around is the following:

SET( EXECUTABLE_NAME "\${EXECUTABLE_NAME}" )

Now it works like a charm.

I am probably alone with exactly this problem, but who knows.

share|improve this answer
Nice. I accidentally removed my .plist file and this was one of the properties I needed to add again. Thanks – d.win Mar 7 at 23:52

I had the same problem, but in my case I had a wrong requirement in my info.plist (require gyroscope for an iPhone 3Gs)

share|improve this answer

I would like to mention that the easiest way to open the DerivedData folder in Finder is the following:

  1. Open the Organizer.
  2. Click on "Projects".
  3. Select your problematic project.
  4. Next to the path of the DerivedData, click on the little right-arrow button.

Deleting the contents of the DerivedData folder worked for me. Instead of using the "Delete..." button, you should have more success deleting the files manually through Finder.

share|improve this answer

I tried to run my project on a different system other than that on which it was developed. I was getting “Could not launch xxx.app: .. No such file..”.

Removed the app from the device and then deleted the derived data from organizer in xcode for the app. Organizer-->Projects-->Derived DAta-->Delete

My problem was resolved.

share|improve this answer

For me, the solution was just to use the correct (non-distribution) provisioning profile.

I was defaulting to always using my ad hoc provisioning profile, but then I changed to using my developer profile (team profile) and that solved things. I went ahead and cleaned out the Derived Data directory to be safe but I don't know for certain if it is required.

XCode used to have a warning that told you to use the correct provisioning profile but that error message seems to have gone away in XCode 4.5.

share|improve this answer
This is certainly a catchall of fails and fixes, obviously a lot of XCode failures splat down into this unhelpful error message. THIS time, for us, and a few more below, it seemed to be caused by certificate/signing/profile problems, Tossing a few of the old expired ones, and making sure that I was using the same profiles everywhere, (Like Jabolcnik below, I have several dev accounts, my employer's and my own.) allowed XCode to run the app on the device. – Tarryn Mar 8 at 23:47

You need to set the deployment target LOWER than your device's version

share|improve this answer

For me, I forgot that I had "telephony" in the "Required device capabilities" in the info.plist. Removed that, and it finally worked on my iPad.

share|improve this answer

I've had this problem by a very strange solution.

My problem was slightly different as I have 2 Developer certificates in Keychain. We have two developer accounts (lets say AD and BD).

1) I did change Bundle identifier from com.BD.game to com.AD.game 2) Device on which I had problems was only signed in AD provisioning profiles. 3) I was unable to debug the game on iPad - although the device had valid provisioning profiles, I had valid certificates, I restarted Mac, device, reinstalled Xcode ... nothing helped.

Do what i did today was examining the project.pbxproj file for any strange entries.

What I found was that Xcode was using proper provisioning profile, but signed the ipa/app with wrong certificate.

"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: **BD** (XX******)";

After I manualy corrected the name and id; everything works like charm.

share|improve this answer

I solved this problem by selecting 'none' as my executable in build settings, shutting down xcode and manually deleting all of the derived data from ~/Library/Developer/Xcode/DerivedData, and then selecting the default executable after relaunching xcode. Not too sure what is causing this, though.

share|improve this answer

I was working with a workspace. Main project was linked with some library projects. Initially project was running fine. Suddenly it topped running. After sometime I noticed that the target for which project was getting built somehow changed from Main project to library project which was disabling the run option. Change the taret to Main project fixed it. I am still wondering how did it change.

share|improve this answer

I had this same problem except that the project run on one of the test iPhones but not on another. The error was exactly the same as the one you posted though. The problem was that in Build Settings > iOS Deployment Target, it was set to 5.1 and only one device had that OS. After I changed it to 5.0, both devices worked fine.

share|improve this answer

My issue seemed to be picking picking Portrait (top home button) as Item 0 in Supported Interface orientations in my plist. Removing that or moving it down seemed to fix my problem. Go figure.

share|improve this answer

I had this problem too for a Universal app with Xcode 4.5 on my iPhone ONLY, where I had two debug devices:

iPhone 4 iOS 5.1.1
iPad 1   iOS 5.1.1

The Info.plist had an empty entry under "Required device capabilities" I know that I did not enter this empty 'Item 0'. The app loads on the iPhone since I removed the empty item. I did not encounter this problem on any of several earlier versions of Xcode, This means that Xcode 4.5 handles this 'inserted' item differently for the two devices I use. I have been wrong before, but this does seem like a bug in Xcode 4.5.

share|improve this answer

This may seem obvious but you must also set your deployment target to the operating system that your device is running.

So if you upgrade to iOS 6, it will set your deployment target to iOS 6. You'll need to deploy to 5.1 if the device you are testing on still runs 5.1.

share|improve this answer

My issue finally got resolved by checking to make sure that the productName attribute in the /* Begin PBXNativeTarget section */ section of my project.pbxproj file matched the name attribute.

Once editing it so that they were the same, Xcode finally runs the app on my device correctly!

Thanks to Max Weisel for helping me! :D

share|improve this answer

Deleting the derived data folder did not help for me. Using Xcode 4.4.2 the only solution was to open Organizer and delete old expired and extraneous provisioning profiles on the iDevice. Then everything worked perfectly again.

share|improve this answer
This is certainly a catchall of fails and fixes, obviously a lot of XCode failures splat down this no-man's-land. – Tarryn Mar 8 at 23:35

This may be a red herring, but I experienced these problems when I added custom launch images before deleting the default ones. Deleting the default launch and custom images and then adding back in the custom ones fixed it for me. I'm working with iOS 6 and Xcode 4.5.2

share|improve this answer

There seems to be a few different things that can cause this very helpful error message.

For me, it was down to an incorrect "Required device capabilities" in the Info.plist. I had added a blank array item by mistake (on top of the the architecture, armv7). Deleted the blank array item and now everything is fine!

share|improve this answer

For me restarting of Xcode, cleaning DerivedData and restaring device wasn't enough in most cases, until I had figured out that iTunes was also running, and after quitting iTunes everything worked fine!

So my steps now are simple:

1. Quit Xcode.
2. If iTunes is running, quit iTunes.
3. Reopen project.

No need to remove app from the device, clean project or restart/disconnect device. I think that's because Xcode and iTunes use some common libraries (as you know, Xcode Installer always asks to quit iTunes on installing iOS SDK).

share|improve this answer

I had this problem and tried a number of the suggestions which didn't work for me - then I found the one about removing the "Required device capabilities" in the -Info.plist file (which for me included location-services & gps) That worked! I then re-added them and it still worked.. go figure. This was xCode 4.6.1 & my app is developer with Phonegap/Cordova

share|improve this answer

I had this problem and nothing really helped except: My problem started after changing the contents of my info.plist and no reverting had helped.

What solved it for me was:

  1. Create a vanilla info.plist in a brand new project
  2. replace the old info.plist with the new
  3. renaming it (like app_info.plist)
  4. Set Build Settings/Packaging/INFOPLIST_FILE to be the new one.
  5. Make all the changes you need for your project

Hope that helps. I tried everything else suggested here and this was the only solution for me.

share|improve this answer

Facing same problem but now problem is solved, i deleted Executable file info.plist. I set it back to ${EXECUTABLE_NAME} and it worked again.. :)

enter image description here

share|improve this answer

In my case i just set 777 permission directly to xxx.app folder to all files and work!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.