We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for contributing to MarkdownUI!
Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the checklist.
Describe the bug
I want to compile a xfcframework for my project. Next is my build script:
#!/bin/zsh export SWIFT_VERSION=5.9 SWIFT_OPTIMIZATION_LEVEL="-Onone" xcodebuild archive \ -scheme MarkdownUI \ -destination "platform=macOS,arch=arm64" \ -archivePath ./build/macos_arm64.xcarchive \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES \ SWIFT_OPTIMIZATION_LEVEL=${SWIFT_OPTIMIZATION_LEVEL} xcodebuild -create-xcframework \ -framework ./build/macos_arm64.xcarchive/Products/Library/Frameworks/MarkdownUI.framework \ -output ./build/MarkdownUI.xcframework
Returns:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for contributing to MarkdownUI!
Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the checklist.
Describe the bug
I want to compile a xfcframework for my project. Next is my build script:
Returns:
The text was updated successfully, but these errors were encountered: