Skip to content

Conversation

@Treata11
Copy link
Contributor

Greetings,

In order to enable iOS-derived compilations, I introduced a new flag, LIBDEFLATE_APPLE_FRAMEWORK.
I introduced the required properties for framework generation as described in CMake docs

And building is successful using the following commands:

cmake -S. -B build_iOS \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DLIBDEFLATE_BUILD_STATIC_LIB=ON \
-DLIBDEFLATE_APPLE_FRAMEWORK=ON \
-DCMAKE_SYSTEM_NAME=iOS

sudo cmake --build build_iOS --target install --config Release

I successfully built LibTiff using the generated framework artifacts.

@Treata11 Treata11 closed this Apr 17, 2025
@Treata11
Copy link
Contributor Author

Duplicated PR...

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.

1 participant