Replies: 2 comments
-
Some background: the iOS LCP lib comes as an XCFramework in its version 3. It is usually integrated in a mobile app via Carthage. Some developers want to integrate it in an Apple Catalyst app. Therefore the question is: how can we integrate the XCFramework LCP lib into a Catalyst app? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It appears that integrating a Catalyst version of the LCP lib into the XCFramework package is currently full of unknowns. We'll spend some time looking for clues on how to do this, but it may mean several days of search / work / test. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build the app for Mac Catalyst but I get the error:
While building for Mac Catalyst, no library for this platform was found in 'R2LCPClient.xcframework'.
Beta Was this translation helpful? Give feedback.
All reactions