Giter Site home page Giter Site logo

Comments (6)

sbooth avatar sbooth commented on June 12, 2024

I wonder if it's worth repackaging SFBAudioEngine.framework for iOS as a non-umbrella framework. It would be a bit more work for developers (linking to multiple frameworks instead of one) but I think umbrella frameworks still aren't officially supported on iOS.

from sfbaudioengine.

andykent avatar andykent commented on June 12, 2024

I also just hit what I think is the same issue. Is there any way to get the framework working on iOS?

dyld: Library not loaded: @rpath/dumb.framework/dumb
  Referenced from: /private/var/containers/Bundle/Application/11B50186-95C9-4AAC-AD56-5EE5BA02865A/ExampleApp.app/Frameworks/SFBAudioEngine.framework/SFBAudioEngine
  Reason: no suitable image found.  Did find:
	/private/var/containers/Bundle/Application/11B50186-95C9-4AAC-AD56-5EE5BA02865A/ExampleApp.app/Frameworks/SFBAudioEngine.framework/Frameworks/dumb.framework/dumb: code signature in (/private/var/containers/Bundle/Application/11B50186-95C9-4AAC-AD56-5EE5BA02865A/ExampleApp.app/Frameworks/SFBAudioEngine.framework/Frameworks/dumb.framework/dumb) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

from sfbaudioengine.

loisgonzalez avatar loisgonzalez commented on June 12, 2024

Same error with SimplePalyer on iOS:

dyld: Library not loaded: @rpath/SFBAudioEngine.framework/SFBAudioEngine
Referenced from: /private/var/containers/Bundle/Application/6E928A8D-3547-4DD0-9169-4B2002D9A6AC/SimplePlayer-iOS.app/SimplePlayer-iOS
Reason: image not found
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection

from sfbaudioengine.

Scarle-t avatar Scarle-t commented on June 12, 2024

I can share some experience about this issue, hope it helps.
I worked on a flac music streamer app a while back and this error popped up trying for a release build
What I did to get it working was (not sure if it is still work tho) :

go into every single one of the audio libraries' xcode project file and manually enable "Automatically manage signing" and assign a team, then follow the instruction to build the framework

iirc I also imported those audio libraries framework file (something like FLAC.framework, oups.framework etc) to the project I was working on, not sure which one did the trick.

from sfbaudioengine.

sbooth avatar sbooth commented on June 12, 2024

Related to #200

from sfbaudioengine.

sbooth avatar sbooth commented on June 12, 2024

This should be fixed in #230. Any testing to verify the new build process would be appreciated.

from sfbaudioengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.