Skip to content

Conversation

@dasisdormax
Copy link

Description

This sets the force flag on static libraries included from an xcFramework.

My Reasoning

My project uses ZSTD included as a static library and I recently tried to switch it from a regular lib to an xcframework (for arm-simulator support). Without this, the ZSTD symbols would be missing from the binary.

This is the minimal implementation that works with my setup. If you think a 'force' option on the xcframework path is needed instead, I could implement that instead.

@dasisdormax dasisdormax force-pushed the force-xcframework-static-libs branch from c324aaf to cd0c98f Compare July 29, 2023 05:24
@dkimitsa
Copy link
Contributor

dkimitsa commented Sep 2, 2023

hi, we should not force all static libs unconditionally.
for classic libs there was standalone flag for this.
To make sure you symbols are not stripped you should keep them as export symbols, here is an example for FB:
https://github.com/dkimitsa/robovm-robopods/blob/alt/facebook/ios-core/src/main/robopods/META-INF/robovm/ios/robovm.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants