-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
t4:questionThis is a question to the maintainers. This could lead into closing the issue or into an enhancementThis is a question to the maintainers. This could lead into closing the issue or into an enhancement
Description
I'm not sure if this is better suited as an umbrella issue for people to help surface rough edges, or if opening multiple individual issues would be better.
One issue I've found so far is that I haven't found a way to vendor a fat static library built for multiple architectures. For instance:
ld: in libcrypto.a(cryptlib.o), building for UIKitForMac, but linking in object file built for macOS, file 'libcrypto.a' for architecture x86_64
I'm not sure if the podspec DSL needs to be updated to support something like s.iosmac.vendored_libraries
because including the simulator x86_64 architectures conflicts with the iOS Mac x86_64 slice.
Issues identified so far:
-
Additional platform likely required forvendor xcframeworks instead, supported added in v1.9.0iosmac
when vendoring static libraries [Catalyst] Add new "iosmac" platform #8892 - Resource bundles accompanying static libraries require a development team to be set [Catalyst] Podspec Resource Bundle requires a development team #8891
appfrilans, Perjan, jonas-sleepcycle, LucaIaconelli, larryonoff and 12 more
Metadata
Metadata
Assignees
Labels
t4:questionThis is a question to the maintainers. This could lead into closing the issue or into an enhancementThis is a question to the maintainers. This could lead into closing the issue or into an enhancement