Skip to content
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

Update BuildFrameworksTask to build Package.swift directly #7

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

markst
Copy link

@markst markst commented Jul 10, 2024

🚀 Description

Since generate-xcodeproj is now deprecated, we need a means to build a XCFramework packaged binary from a Package.swift

There is limitation with using xcodebuild with Swift package.
https://forums.swift.org/t/how-to-build-swift-package-as-xcframework/41414

Based on script shared with this Apple forum:
https://developer.apple.com/forums/thread/741100

This PR will upgrade BuildFrameworksTask to build and package XCFramework.

#3

https://youtrack.jetbrains.com/issue/KT-53877/Support-Swift-Package-Manager-in-Kotlin-Multiplatform

@markst markst changed the title Update BuildFrameworksTask to build Package.swift directly #1 Update BuildFrameworksTask to build Package.swift directly #1 Jul 10, 2024
@markst markst marked this pull request as draft July 10, 2024 02:39
@markst markst changed the title Update BuildFrameworksTask to build Package.swift directly #1 Update BuildFrameworksTask to build Package.swift directly #1 Jul 25, 2024
@markst markst changed the title Update BuildFrameworksTask to build Package.swift directly #1 Update BuildFrameworksTask to build Package.swift directly Jul 26, 2024
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.

2 participants