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.

When trying to run the app (that did worked before) on device i get error :

No such file or directory (/Users/ran/Library/Developer/Xcode/DerivedData/appName...)

I have also read to clean this path :

Library/Developer/Xcode/DerivedData

but i cant find it in my mac- it says i dont have this path !

Any idea how to solve that problem ? (restarting xcode or clean did not worked )

share|improve this question
check out Xcode => Preferences => Locations @Rant – DigiMonk Dec 22 '12 at 13:24

1 Answer

up vote 2 down vote accepted

Open "Products" group in XCode, and right click .app file and click Show in Finder, this will be in the place which you want.

share|improve this answer
thanks . it takes me to "Release-iphoneos" , what do i have to clear from that in order to get rid of the problem ? – Rant Dec 22 '12 at 12:34
ok i erase it all. that worked. thanks ! – Rant Dec 22 '12 at 12:36
Sure @Rant, :-) – Paramasivan Samuttiram Dec 22 '12 at 12:40

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.