Skip to content

Instantly share code, notes, and snippets.

@chanonly123
chanonly123 / build_xcframework.sh
Last active June 24, 2024 15:44
Build XCFramework and documentation script
# put this file inside the root directory of the project
# update the framework name
frameworkName="MyFramework"
echo "⬛️ cleaning"
xcodebuild clean
rm -rf output
rm -rf build