Static Library and Swift

As mentioned, Apple does allow Swift in static libraries as of Xcode 9 Beta 4. We attempted to do this on an existing project with an Objective-C-based target and “child” static library projects and kept running into a linking error ld: library not found for -lswiftSwiftOnoneSupport for architecture x86_64 also ld: library not found for … Read more