CocoaPods / CocoaPods/Xcodeproj
Method: Xcodeproj::Project::Object::AbstractTarget#add_system_library can't add '.tbd' lib
Open
t3:discussion
- Dominant language
- Ruby
- Stars
- 2.4k
- Forks
- 488
- PR merge metrics
- No merged PRs in 30d
Description
Hi:
I'm trying:
`
target.add_system_libraries("z")
`
the "libz.dylib" has been added,but not the "libz.tbd"
I looked for "/lib/xcodeproj/project/object/native_target.rb",it's:
`
path = "usr/lib/lib#{name}.dylib"
`
Is there any way to add "libz.tbd"?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.