Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compiling Issue with SFBAudioEngine

Tags:

iphone

ios5

flac

I want to play Flac files in ios and downloaded code from: SFBAudioEngine

I added frameworks for mac os and it build successfully but when I run app it crashes and gives

dyld: Library not loaded: @rpath/dumb.framework/Versions/A/dumb
Referenced from: /Users/Library/Developer/Xcode/DerivedData/SFBAudioEngine-frrtbwxsqekjtmekpdfikqaqcsso/Build/Products/Debug/SimplePlayer.app/Contents/MacOS/SimplePlayer
Reason: image not found

And When I am trying to make build for ios app It is giving error

Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1

Please help me to run this app .

like image 486
DeviPhone26 Avatar asked Jul 06 '26 19:07

DeviPhone26


1 Answers

It looks like the dumb framework is not being loaded. You need to make sure it's located at this path on your computer:

@rpath/dumb.framework

And make sure this file exists before running your app:

@rpath/dumb.framework/Versions/A/dumb
like image 159
Michael Frederick Avatar answered Jul 09 '26 19:07

Michael Frederick



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!