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

Is there a way to create a debug and release xcframework #34

Open
aamirnshah opened this issue Jun 4, 2021 · 2 comments
Open

Is there a way to create a debug and release xcframework #34

aamirnshah opened this issue Jun 4, 2021 · 2 comments

Comments

@aamirnshah
Copy link

As the subject states, is there a way to separately produce a debug and release variant in one single build? Essentially create two separate xcframeworks in one go? Thank you

@aamirnshah
Copy link
Author

aamirnshah commented Aug 19, 2021 via email

@kyzmitch
Copy link

kyzmitch commented May 7, 2022

in SwiftPackageExtension from package com.chromaticnoise.multiplatformswiftpackage
I see the property buildConfiguration which has Release as a default value.

I have another issue, my iOS Xcode project works perfectly in Debug mode with the swift package produced by this project, and I even can create an archive for AppStore, but in Release mode I can't build the project. I guess it is somehow related.

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

No branches or pull requests

2 participants