erikas-taroza / audiotags

Read and write audio metadata in Flutter. Supports multiple formats.
https://pub.dev/packages/audiotags
MIT License
9 stars 4 forks source link

Unable to build on MacOS after installing #12

Closed holotrek closed 3 months ago

holotrek commented 3 months ago

Added the audiotags plugin and just tried to run in MacOS and get the following error:

ld: library 'macos' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Here's my version infos:

% flutter --version
Flutter 3.16.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 41456452f2 (5 days ago) • 2024-01-25 10:06:23 -0800
Engine • revision f40e976bed
Tools • Dart 3.2.6 • DevTools 2.28.5

% /usr/bin/xcodebuild -version
Xcode 15.2
Build version 15C500b

% ruby --version
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-darwin22]

% cat macos/Podfile.lock | grep COCOAPODS
COCOAPODS: 1.14.3
erikas-taroza commented 3 months ago

Hello.

I do not have access to a MacBook so I cannot help you debug. Can you try running the rust code itself and see if any errors appear? The contributor guide should help you set it up.

Let me know if you need any help.

holotrek commented 3 months ago

Thanks for replying, but I found another library that uses swift instead. I will close this.

erikas-taroza commented 3 months ago

Best of luck.

Feichtmeier commented 3 months ago

Hey 👋 I faced the same problem today when trying your library as a replacement for the one(s) I use(d) in MusicPod

Your lib is by far the one with the most supported files. I have also a macbook I will try to follow your instructions and give feedback