-
Notifications
You must be signed in to change notification settings - Fork 81
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
Swift Package Manager support #225
Comments
Hi @ajevans99 , Thanks for creating this ticket. This library is a great candidate for SPM since there are no pod dependencies on 3rd party libs. So, yes, we would like to add support of SPM in near future Thanks, |
+1 to this please! |
Created story ticket in our internal bug tracking system. We will do our best to implement this in August |
+1 on this (: |
Any idea on when this will be pulled in? |
^^ |
On master. Tag: 3.9.1 |
@IldarAbdullin-okta I think this issue needs to be re-opened. SwiftPM is definitely not working for me (on Xcode 12 GM). There's a lot more work to do in this repo than just adding the What I see when trying to pull in |
For anyone else following this thread and experiencing the same, see #245 for a possible solution. |
I was too excited with the contribution that totally forgot to test it before merge, my bad. This project is multi-language and therefore require more complicated structure in
@sam-w , I've noticed that you opened contribution PR. Thanks for looking into this! |
😂 fair enough @IldarAbdullin-okta. The PR I've opened doesn't get us all the way there, and I'm currently not able to spend any more time on this. Other contributions welcome |
I've brought this to the team's attention today. The decision was made that team will start looking into it next week! |
Hey guys, could you give us an update on this issue? Is there any ETA when this will be fixed? We are currently working on migrating to SPM and this is kind of a blocker. |
Hi @jcgonlop , The decision was made to address SPM feature in November. Ildar |
+1 for SPM support |
Swift Package Manager support was introduced in #254 and is available in the 3.9.3 release. If you have any problems with using SPM, please let us know. |
Hello @mikenachbaur-okta, unfortunately I think I still have an issue with the integration. We're using Everything builds fine but when launching the app :
The only fix we found so far is to generate an xcframework to not have to generate a dynamic package. I found this interesting from the Stripe folks. stripe/stripe-ios#1671 Any help would be appreciated 🙏 |
Interesting @Antoine4011, would you be able to share which package it is that's pulling OktaOidc in as a dependency? I'll try to reproduce that locally here to see what we can do to solve this. Thank you |
would love this, specially with the current state of Carthage. |
I'm having the same problem as @Antoine4011, where the app builds fine, but crashes at launch with the Update: stripe-ios#1670 sounds like exactly the same issue, and it appears that they fixed it by removing the explicit |
Thanks for fixing this in |
@sjmadsen The issue was closed automatically by GitHub when the PR has been closed. |
Are there any plans to support Swift Package Manager?
https://swift.org/package-manager/#conceptual-overview
The text was updated successfully, but these errors were encountered: