Hello,
I had 2 apps, one for iOS, the other for Mac OSX, so I used libbass.a for iOS and libbass.dylib for Mac OSX. This worked without problems. Now I try to make one App for Mac Catalyst, but when I want to compile libbass.dylib as a framework, XCode compiler says following:
/Users/hdapper/Documents/CompasBuilder-Apps/CompasBuilder.Catalyst/Compás Builder/Compás Builder.xcodeproj Building for Mac Catalyst, but the linked and embedded library 'libbass.dylib' was built for macOS. You may need to restrict the platforms for which this library should be linked and embedded in the target editor, or replace it with an XCFramework that supports both platforms.
For hours working, I cannot get it to work.Changing the target or restricting the platforms in XCode like they suggest, does not solve the problem, same message appears.
Thanks in advance
Francis