-
Notifications
You must be signed in to change notification settings - Fork 230
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
Investigation / Enhancement Request: Support building library with multiple stable XCode #3799
Comments
(cross-linking #3769 for context on the failure modes caused by this) |
also ref #2675 for a previous proposal to enable the |
Cross-linking #3900 for reference. It's a little experiment in trying to remove our dependency on |
➤ Ryan Kelly commented: Given the work on moving to swift packages etc and #mobile-build-modernization, I think we will solve the XCode compatibility in a different way, probably by allowing consumers to directly compile the swift code, or by using BUILD_LIBRARY_FOR_DISTRIBUTION. Thanks all! |
Currently the library is only built with only single XCode but if we are to look into using an older or slightly newer version of library it means building locally and using it.
Suggestion:
Allow CircleCI to build library with current latest XCode 12 and last two dot release.
Current Stable XCode 12.3 with its dot release 12.1,12.2 and 12.3 (stable)
For example next app services library comes
app-services-1.0-swift-5.3
┆Issue is synchronized with this Jira Task
┆Epic: local development, ci and release (backlog)
The text was updated successfully, but these errors were encountered: