DMouayad / taggy

Dart & Flutter packages to read, write and convert audio tags
MIT License
5 stars 2 forks source link

cannot running on apple platform #5

Open gitbobobo opened 2 months ago

gitbobobo commented 2 months ago

when i run my app, i got an error message:

[!] The name of the given podspec `taggy` doesn't match the expected one `flutter_taggy`

it seems like the spec.name = taggy in flutter_taggy.spec casued this problem

image

in addition, i found another problem on /scripts/build-apple.sh:

image

Seems likt the FRAMEWORK should equal Taggy.xcframework or FlutterTaggy.xcframework ?

currently these codes cannot working:

image image

thanks for your work, currently i can only run flutter_taggy on Android(Not tested windows), it would be nice if flutter_taggy can run on ios and macos.

last question is : i can't understand how to get the file ../../src/flutter_taggy.c, maybe in Taggy.xcframework?because i got an error after rename spec.name to flutter_taggy

image

wish your reply~