DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
55 stars 17 forks source link

iOS: Build Error #2

Closed glemartret closed 6 months ago

glemartret commented 6 months ago

Maybe add a setup instruction in README for iOS as Podfile should be modified

I had to replace

use_frameworks!

with

use_frameworks! :linkage => :static

DenisovAV commented 6 months ago

It's included in the example, but you are right, will add it to readme too

DenisovAV commented 6 months ago

Done