451518849 / epub_kitty

a beautiful flutter epub reader!
https://pub.dev/packages/epub_kitty
Other
66 stars 30 forks source link

Running in iOS #24

Closed saptha closed 4 years ago

saptha commented 4 years ago

My android app is working fine. While I try to simulate it for the iOS, getting the below error: Any help is greatly appreciated.

CocoaPods could not find compatible versions for pod "epub_kitty": In Podfile: epub_kitty (from .symlinks/plugins/epub_kitty/ios) Specs satisfying the epub_kitty (from.symlinks/plugins/epub_kitty/ios) dependency were found, but they required a higher minimum deployment target. Error output from CocoaPods: ↳

[!] Automatically assigning platform `iOS` with version `8.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`.

Error running pod install Error launching application on iPhone SE (2nd generation).

saptha commented 4 years ago

I fixed it by updating the iOS minimum target version to 10.0 from XCode. Screenshot 2020-05-25 at 10 56 38 AM