active
active
title
Skip verify emitted module
subtitle
Build XCFramework and skip verifier emitted
tags
Swift
published
Feb 14, 2025
xcodebuild archive \ -scheme '$FRAMEWORK_NAME' \ -destination 'generic/platform=iOS' \ -archivePath '$ARCHIVE_PATH' \ -workspace '$PACKAGE_PATH' \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES \ ENABLE_USER_SCRIPT_SANDBOXING=NO \ ENABLE_MODULE_VERIFIER=NO \ OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface