Picovoice / porcupine

On-device wake word detection powered by deep learning
https://picovoice.ai/
Apache License 2.0
3.79k stars 504 forks source link

Porcupine Issue: ios . #1284

Closed spiderman16888 closed 5 months ago

spiderman16888 commented 5 months ago

Have you checked the docs and existing issues?

SDK

Flutter

Porcupine package version

3.0.3

Framework version

flutter 3.22.2

Platform

iOS

OS/Browser version

ios 17.5

Describe the bug

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

Error: The plugin "porcupine_flutter" requires a higher minimum iOS deployment version than your application is targeting. To build, increase your application's deployment target to at least 13.0 as described at https://docs.flutter.dev/deployment/ios Error: Error running pod install

Steps To Reproduce

in xcode, i have set the minimum iOS deployment version to 13. but error still existed.

Expected Behavior

no error

spiderman16888 commented 5 months ago

I find the error: solution: modify Podfile. change 12.0 to 13.0 ex: platform :ios, '13.0'

ps: xcode IDE will not auto modify it.