-
Notifications
You must be signed in to change notification settings - Fork 254
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
WeScan does not build on iOS17 as per Xcode Beta -- WeScan says they no longer support cocoapods but there are other ways to update-- #146
Comments
I believe first this needs to happen - flutter/flutter#33850 and flutter/flutter#126005. Since WeScan is now using SPM and flutter doesn't support it yet. There is nothing that can be done for this issue. |
@sawankumarbundelkhandi what about the manual install option that they also mentioned? i don't claim to know if it's possible or how it goes at this point, but i'm willing to try. or do you know already that it can't be done? Also this looks promising, from the same thread that you link above? If you like I can look into this over the next couple of days. Again though, if you know it's not possible, let me know-- ? |
Though I guess it involves individual package users doing things with XCode and this lib on a regular basis. I'm trying it anyway. Will report if it works but yes, I guess you're right that it's not a widely applicable solution that would work upon pubspec integration. EDIT: |
Hi, I got the same problems when build on Xcode 15. Then I fixed it. First, I forked the
You can clone this link below and add to
In the
Now run Finally, run and build your project to test. |
@giapnhgc thanks for all the work you have done. Once i get the confirmation it's working from any of the user I will merge this PR. |
Kindly request your assistance with the testing of the recent implementation by @giapnhgc Your testing and feedback is needed in ensuring the successful merge of this new implementation. Thank you for your help. |
@sawankumarbundelkhandi i'll check it out as soon as i can, hopefully tomorrow nyc time. |
@sawankumarbundelkhandi can confirm that this fix works. builds on xcode 15 and runs on ios17 without issue. @giapnhgc thanks a ton for doing this. |
My pleasure. |
The message from Xcode as if fails to build the app:
'''
ImageScannerController.swift
Stored properties cannot be marked unavailable with '@available'
'''
There are 4 such messages.
WeScan has updated to address this-- they're at 3.0.0-beta.1 now, which should solve this issues. However I can't get this edge_detection lib to update WeScan: it stays on 1.7 always, using it as a trunk dependency.
I asked about updating trunk dependencies at WeScan but they said:
<<Hi @espbee, we unfortunately do not support CocoaPods for our repositories anymore. You can use it as a manual addition to your project or use Swift Package Manager.>>
@sawankumarbundelkhandi or anyone-- do you have a sense of how to address this? I can work on it but this is not really my wheelhouse yet. Seems this lib will stop working totally in iOS17.
Thanks.
The text was updated successfully, but these errors were encountered: