Skip navigation.
 
mlRe: Sparkle frameworks error linking on Release
FROM : Nick Zitzmann
DATE : Sat Feb 02 18:22:53 2008

This isn't really a Cocoa problem, and should probably be taken to 
xcode-users, but I'll respond to this here...

On Feb 2, 2008, at 5:21 AM, Davide Scheriani wrote:

> PBXCp build/Release/AutoRender.app/Contents/Frameworks/
> Sparkle.framework Sparkle.framework
>    cd /Users/Lynx/SDK/AutoRender
>    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/
> Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
> debug-symbols -resolve-src-symlinks /Users/Lynx/SDK/AutoRender/
> Sparkle.framework /Users/Lynx/SDK/AutoRender/build/Release/
> AutoRender.app/Contents/Frameworks
> pbxcp: warning: couldn't strip: /Users/Lynx/SDK/AutoRender/build/
> Release/AutoRender.app/Contents/Frameworks/Sparkle.framework/
> Versions/A/Sparkle: No such file or directory
>
>
> I dont really understand...
> How can I fix this?



This suggests that the framework directory was set up, but the 
framework file itself didn't actually build. Are you sure you built 
the framework correctly in release mode?

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlSparkle frameworks error linking on Release Davide Scheriani Feb 2, 13:21
mlRe: Sparkle frameworks error linking on Release Nick Zitzmann Feb 2, 18:22