willyrs
07/15/2020, 10:28 AMmacosX64("mac") {
binaries {
framework("mac")
}
}
but when I try to import the framework it says:
/Users/*/Projects/RTE/apod-kampkit/ios/ApodKMP.xcodeproj Building for Mac Catalyst, but the linked and embedded framework 'mac.framework' was built for macOS. You may need to restrict the platforms for which this framework should be linked and embedded in the target editor, or replace it with an XCFramework that supports both platforms.
I’m a bit confused since it clearly says that the framework is (correctly?) built for macOS.
I’ve also tried to put this framework in a normal macOS app project and it worksThomas
07/15/2020, 10:53 AMwillyrs
07/15/2020, 10:54 AMdazza5000
09/09/2020, 7:11 PM