CocoaPods / CocoaPods/Xcodeproj

remove_dependency(target) method in PBXNativeTarget

Open
#809 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
2.4k
Forks
488
PR merge metrics
No merged PRs in 30d

Description

My PBXNativeTarget has some dependencies which are not being used in that target, so I just need to remove them via Xcodeproj. After digging into the code I see that there is a way to add target dependency on the target by using

`my_target.add_dependency(custom_target)`
But i don't see any method like `my_target.remove_dependency(custom_target)`

Is there a way I can remove a given dependency from that particular target and not from the whole project because there might be other targets that might be consuming the above custom_target.

Thank You.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.