rmtmckenzie / flutter_qr_mobile_vision

QR reader plugin using mobile vision API for Flutter.
MIT License
217 stars 186 forks source link

Pod install fails when supporting devices below iOS 11. #194

Closed john-smith-rk closed 1 year ago

john-smith-rk commented 2 years ago

I added ${ARCHS_STANDARD_64_BIT} in XCode -> Runner -> Build Settings -> Architectures -> Architectures before 11.0. but I see a warning during the pod install and can not update POD. How should I do the devices before 11.0 Could you advice me , please? thanks you so much.

rmtmckenzie commented 2 years ago

hmm. I have it set to iOS 11+, but according to google's docs, I should be able to go down to iOS 10. For now you could try forking the repo and setting s.platform: ios, '10.0' in the podspec, but I probably had some sort of reason to set it to 11...

rmtmckenzie commented 1 year ago

Unfortunately iOS 11 is required by the dependencies of this plugin, so the version can't be downgraded.