I keep on getting this warning in my Xcode IDE:
Missing dependency target "<PBXTargetDependency:0x201d16ca0:<no cached name>>"
What the heck does that mean?
I keep on getting this warning in my Xcode IDE:
Missing dependency target "<PBXTargetDependency:0x201d16ca0:<no cached name>>"
What the heck does that mean?
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/).
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
© 2022 - 2024 — McMap. All rights reserved.