Open tapz opened 7 months ago
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 MinimumOSVersion
key in their Info.plist file. This value is now required when building on XCode 15.3 and submitting to Apple. It seems to be generated automatically for SPM libraries that distribute code only, but needs to be manually added into the binary builds.
Apologies for the belated reply. We're investigating this now: https://jira.vonage.com/browse/VIDCS-2459.
~We're~ We are not able to reproduce, though. Using Xcode 15.4 with minimum target 16.4, we were able to upload to TestFlight just fine.
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)],