SFML community forums

Help => General => Topic started by: dan_reidd@hotmail.com on August 24, 2008, 07:54:30 pm

Title: [mac+xcode] fatal errors when including sfml frameworks
Post by: dan_reidd@hotmail.com on August 24, 2008, 07:54:30 pm
Hi
I have just downloaded the most recent SVN release. I have built the release using xcode on mac and it builds correctly. Although when the produced frameworks are added into a project and ran i get __dyld_dyld_fatal_error and if i continue i get a "EXC_BAD_ACCESS" signal.
I have tried removing all uses of sfml within my project and then try running and i get errors. I remove the frameworks and it compiles and runs as expected (except the missing sfml of course)
I have tried building deployment and development frameworks with no luck

If you need any more information about the problem please tell me how to get extra information about call stacks etc. as i'm still getting to grips with xcode.

Thanks for your help so far
Dan
Title: [mac+xcode] fatal errors when including sfml frameworks
Post by: Ceylo on August 24, 2008, 09:44:00 pm
Did you install the frameworks ?

Which means copying them to /Library/Frameworks.
Title: [mac+xcode] fatal errors when including sfml frameworks
Post by: dan_reidd@hotmail.com on August 24, 2008, 11:20:25 pm
ahh that solved it thank you. This is my first time on a mac really so still getting used to it