-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
Cannot use swift-markdown
in package built for distribution
#195
Comments
|
|
QuietMisdreavus
added a commit
to QuietMisdreavus/swift-markdown
that referenced
this issue
Sep 17, 2024
fixes rdar://134894555, fixes swiftlang#195
1 task
QuietMisdreavus
added a commit
that referenced
this issue
Sep 17, 2024
fixes rdar://134894555, fixes #195
This was referenced Jan 18, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've created an incredibly simple package with
swift-markdown
as the only dependency.Archiving my package for distribution with the following command fails:
xcodebuild archive -scheme MyLibrary -destination generic/platform=iOS -archivePath /Users/[username]/Desktop/iOS.xcarchive BUILD_LIBRARY_FOR_DISTRIBUTION=YES
Removing
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
succeedsswift-tools-version: 5.10
Xcode + CLI Tools Version 15.4 (15F31d)
Also reported as Apple Feedback FB14954614
Post on forums.swift.org
The text was updated successfully, but these errors were encountered: