-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
Xcode 13 : Instance method requires that 'DispatchQueue' conform to 'Scheduler' #1059
Comments
Hi, I've had the same issue compiling for ios 15 using the gold master version of Xcode. I suspect this may have something to do with the new Swift Document feature. I hope this is of some help. |
Same here, can't build in Release mode (ok in Debug mode), using GRDB as SPM dependency. It looks like |
@xNarCiik this is actually a known issue in XCode 13, they've not fixed it in the release notes
Given GRDB targets iOS 10, it's not on GRDB to bump the deployment target. There are a few workarounds on this bug here which was facing similar issues in earlier betas. #1033 |
I was able to work around this by forking the repo and bumping the iOS deployment target to iOS 11: |
@conmulligan i'm using your fork and I still have the same issue, my project is >13 |
@brunomunizaf I've forked it here, tagged 5.11.1 and works fine for me, for a temporary fix |
@jtouzy my bad it was actually combine-schedulers from point-free that was failing, this workaround does fix for GRDB. thanks |
@groue Thanks for the great framework. |
Hello @gabors, I'm quite annoyed by this behavior of Xcode 13. I will act shortly but meanwhile I'm still looking for the best option. I'm quite sorry about the inconvenience, believe me. |
Xcode 13, make test_install_SPM_ios_release
Xcode 13, make test_install_SPM_ios_release
The issue should be fixed in GRDB v5.12.0, which has dropped support for 32-bits devices by bumping the minimum iOS version to 11.0. |
Thanks so much. |
@groue do you plan to bump iOS version for RxGRDB as well? |
Thanks for reminding me of it 👍 |
@ksemianov, I'm not sure an RxGRDB update is necessary. Please open an issue if it is. |
@groue I've opened an issue RxSwiftCommunity/RxGRDB#68 |
Looks like Xcode 13.2 is going to contain a fix allowing build on iOS 10.0
|
Thanks Apple, but it's too late ;-) Support for iOS 10 and 32-bits devices was dropped in GRDB 5.12.0 because of this. Users who want it back in Xcode 13.2 can revert 6724862 in their fork (and deal with the consequence). |
Hello there,
I have a problem for compile in release mode with the latest Xcode 13 version.
Here a screen of the build errors

My current IOS min version is 10.0 & swift version 5.0. I use the latest commit of the master.
I can build correctly if I change the min version to 11.0 in the project and pod file. Anybody have an idea of why I have this errors ?
Thanks in advance
The text was updated successfully, but these errors were encountered: