olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
800 stars 228 forks source link

Pods not Found #125

Closed sikandernoori closed 3 years ago

sikandernoori commented 3 years ago

cd ios pod install

And I get Following Error:

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "arkit_plugin": In Podfile: arkit_plugin (from .symlinks/plugins/arkit_plugin/ios)

Specs satisfying the arkit_plugin (from.symlinks/plugins/arkit_plugin/ios) dependency were found, but they required a higher minimum deployment target.

[!] Automatically assigning platform iOS with version 9.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform

sikandernoori commented 3 years ago

Solved it,

had to Edit Pod File in ios folder. line Added:

platform :ios, '11.0'