CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
333 stars 251 forks source link

CocoaPods could not find compatible versions for pod "ar_flutter_plugin" #26

Closed i-panov closed 3 years ago

i-panov commented 3 years ago
$ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "ar_flutter_plugin"
  In Podfile:
    ar_flutter_plugin (from `.symlinks/plugins/ar_flutter_plugin/ios`)

Specs satisfying the `ar_flutter_plugin (from `.symlinks/plugins/ar_flutter_plugin/ios`)` depency were found, but they required a higher minimum deployment target.
Marionetista commented 1 year ago

Hello! How you managed to fix this issue? I've been experiencing the same error!!

ghost commented 1 year ago

adding platform :ios, '13.0' to the Podfile resolved for me