anandnet / Harmony-Music

A cross platform App for streaming Music
GNU General Public License v3.0
525 stars 35 forks source link

ld: framework 'CoreAudioTypes' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) #204

Open xplorel opened 2 months ago

xplorel commented 2 months ago

I was run xcode15.2 devices: 16.5

detail :

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

what do I use

anandnet commented 2 months ago

Are you debugging for ios ?

xplorel commented 2 months ago

I haven't made any changes to the project, but when I try to run the iOS part directly in Xcode, I get errors on both the simulator and the real device.

xplorel commented 2 months ago

in debugging build

anandnet commented 2 months ago

@xplorel the problem is, i don't have mac device so, i have never tried debugging for ios and applied fix for the same. It is expected that you will face error. Error seems related to native library. thrown, while playing some audio. May be audio format is not supported by native lib. You may try changing audio quality low from settings and then play.

xplorel commented 2 months ago

Thank you very much. ![Uploading 截屏2024-04-12 21.41.27.png…]()