rmtmckenzie/flutter_qr_mobile_vision

Pod install fails when supporting devices below iOS 11.

john-smith-rk opened this issue · 2 comments

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.

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...

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