[F-Script-talk] NSBundle bundleWithPath and 2.0 alpha
Brought to you by:
pmougin
From: J.C.Burns <jc...@fa...> - 2008-08-07 21:24:26
|
On the version 2.0 alphas of F-Script, I've run into problems loading frameworks. (NSBundle bundleWithPath:'~/Documents/cocoa/MCPKit_bin_3.0.1/ MCPKit_bundled.framework') load ...and other frameworks like this return nil, with no explanation in the system log and (NSBundle bundleWithPath:'/Library/Frameworks/GData.framework') load returns false, with Aug 7 16:46:46 gemela F-Script[55384]: Error loading /Library/ Frameworks/GData.framework/GData: dlopen(/Library/Frameworks/ GData.framework/GData, 265): no suitable image found. Did find:\n / Library/Frameworks/GData.framework/GData: no matching architecture in universal wrapper\n /Library/Frameworks/GData.framework/GData: no matching architecture in universal wrapper in there. (NSBundle bundleWithPath:'/Library/Frameworks/MacFUSE.framework') load also returns false. Is this just broken because it's an alpha? Thanks... --jcburns |