Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing dependency target "<PBXTargetDependency:0x201d16ca0:<no cached name>>"

I keep on getting this warning in my Xcode IDE:

Missing dependency target "<PBXTargetDependency:0x201d16ca0:<no cached name>>"

What the heck does that mean?

like image 210
Doz Avatar asked Jan 27 '11 02:01

Doz


2 Answers

This means that in the project.pbxproj file inside of yourproject.xcodeproj bundle one or more PBXTargetDependency definitions have to be removed. After removing the entries the warnings won't be shown anymore. This issue is an Xcode- and not a project-related one, thus I've filed a bug in the bugreporter (https://bugreport.apple.com/).

like image 60
Andras Hatvani Avatar answered Oct 23 '22 04:10

Andras Hatvani


OK i got it , basically you need to go to the project.proj file and find a string that mentions that. Thats how you fix it

like image 31
Doz Avatar answered Oct 23 '22 03:10

Doz