50ButtonsEach / fliclib-linux-hci

Flic SDK for Linux
306 stars 54 forks source link

Building for Mac Catalyst with Xcode 12 #100

Closed arlomedia closed 3 years ago

arlomedia commented 4 years ago

I'm using the fliclib framework in my iOS and Mac Catalyst project. I have the latest version of the framework (1.4.0), I have the project set to embed it only in iOS, and I have all the related code hidden from macOS with _#if !TARGET_OSMACCATALYST.

Before Xcode 12, the project would build for both platforms. With Xcode 12, the project will only build for iOS with the framework set to "Embed and Sign" and will only build for macOS with the framework set to "Embed Without Signing." I'm attaching the error that is shown if I try building with "Embed and Sign" as in previous Xcode versions. Two other third-party frameworks are fine.

Is this an issue with Xcode, or something that needs to be addressed in the framework?

Screen Shot 2020-09-23 at 1 04 28 PM

Screen Shot 2020-09-23 at 1 09 37 PM

Emill commented 3 years ago

Hi. Could you please post this in the correct repository instead?