-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dyld_fatal_error on run after installation of framework #92
Comments
**Andy Matuschak (andymatuschak)* wrote on 2010-01-08:* Please post the error messages. |
**Peter Hoerster (hoerster)* wrote on 2010-01-13:* Hi Andy, #4 0x7fff5fc01052 in __dyld__dyld_start The errors appear when I simply try to run the program. Thanks for any help |
**Hofman (cmhofman)* wrote on 2010-01-14:* Is the correct version of Sparkle embedded in your app bundle? |
**Peter Hoerster (hoerster)* wrote on 2010-01-14:* I have no garbage collection and I am using that framework. Are there other variations? |
**Hofman (cmhofman)* wrote on 2010-01-14:* I'm asking about the embedded framework, is it really there, copied in |
**Peter Hoerster (hoerster)* wrote on 2010-01-15:* solved!! Thanks for your help |
**MarkDenchy (denchysystems)* wrote on 2010-02-16:* Guys, I'm having a problem similar to Peter's: (This is my first dyld: Library not loaded: @loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle I'm using Sparkle 1.56b6 with iPhone OS 3.1.3 (simulator). I have the I'd appreciate any help! |
**Andy Matuschak (andymatuschak)* wrote on 2010-02-16:* Sparkle does not work on the iPhone. |
**MarkDenchy (denchysystems)* wrote on 2010-02-17:* Andy... thanks! I decided to build a quick Cocoa app and it was working Thanks for the response and the excellent framework. I'll definitely Best Regards, |
**Peter Hoerster (hoerster)* reported (on Launchpad) on' 2010-01-08:*
I followed the instruction for the installation of the Sparkle 1.5.b6 framework. My program is a 64-bit universal binary.
It builds without error, but on trying to run it stops with the error "dyld_fatal_error" (and three other messages starting with dyld_).
I tried to set the program to 32-bit universal with the same error
I tried to download and compile the latest sources of sparkle and got
the same error
I previously used Sparkle 1.1 without any problems, but this does not
work in 64 bit mode
Is there anything obvious which I made wrong?
Thanks for any help
Peter
The text was updated successfully, but these errors were encountered: