-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support to iOS 14+ #16
Comments
We are experiencing this issue as well, and it seems to be related to recent changes in XCode 15.3 and the way SPM packages are handled. This prevents publishing to Apple, as the app gets rejected on upload. |
Some further information, as this isn't the only library to have this issue recently. It looks like SPM libraries that distribute binary versions need to make sure to include |
Apologies for the belated reply. We're investigating this now: https://jira.vonage.com/browse/VIDCS-2459.
We might be missing something though. Any ideas? Thanks! |
As far as I can tell this is specifically on Xcode 15.3, not 15.4. We were having issue updating to 15.4 so we're all kept on 15.3, which is still experiencing the issue. Out min supported version is 16, moving to 17 in a few months. I'm going to investigate moving back to 15.4 since I believe our issues have been resolved, but cannot say for certain yet. |
Ok confirmed this is isolated to Xcode 15.3. I tested 15.4 and the issue hitting our team has been resolved so we're updating to use that version, but any dev locked to 15.3 won't be able to use this SDK without some issues if they have a 14.+ min version support. |
Thanks, @n8sters. Let me ask Engineering if they can reproduce with 15.3. |
Cool cool. I saved the debug log printouts so if you end up needing that just ping me and I can email some snippets over. |
Xcode gives this error when my project has Minimum Deployment target set to 14:
OpenTok Package.swift has this:
platforms: [.iOS(.v13)],
The text was updated successfully, but these errors were encountered: