darkmoon_uk
10/19/2020, 12:54 AMshared
module to compile with Cocoapods dependencies just fine.
But when finally building/linking the App in Xcode, the linker(?) complains that it can't see the transient dependency symbols.
It it expected that I have to set up the dependencies twice, once for the shared
module, and then again for the overall Xcode project? I can't find any specific reference to this workflow in the docs.Artyom Degtyarev [JB]
10/19/2020, 7:31 AM.xcworkspace
should be enough.dazza5000
10/19/2020, 4:05 PMdarkmoon_uk
10/22/2020, 1:29 AMdazza5000
10/22/2020, 1:33 AMdarkmoon_uk
10/24/2020, 2:07 PM