Curnelious
Curnelious

Reputation: 1

clean DerivedData caches in xcode -to get rid of error in device

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 )

Upvotes: 0

Views: 382

Answers (1)

Paramasivan Samuttiram
Paramasivan Samuttiram

Reputation: 3738

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

Upvotes: 2

Related Questions