You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently received an email from iTunes Connect stating Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.
This library does not support XCode 10. At a minimum, it complains about the info.plist in the compilation error logs.
When can we expect this library to be updated to support XCode 10 and Swift 4.x?
The text was updated successfully, but these errors were encountered:
Judging from the fact that there are two open PRs for Xcode 9 support, I'd guess that you should not expect this to be updated for you. I just fixed the issues to unblock a build and it only took a couple minutes of clicking through automatic fixes, I'll put up a PR.
I recently received an email from iTunes Connect stating
Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.
This library does not support XCode 10. At a minimum, it complains about the
info.plist
in the compilation error logs.When can we expect this library to be updated to support XCode 10 and Swift 4.x?
The text was updated successfully, but these errors were encountered: