Skip to content
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

Xcode building problem #251

Closed
lanamelach opened this issue Feb 28, 2013 · 1 comment
Closed

Xcode building problem #251

lanamelach opened this issue Feb 28, 2013 · 1 comment

Comments

@lanamelach
Copy link

Hello, I am trying to implement the automatic updater for my C++ application by means of Sparkle framework. I've downloaded Sparkle 1.5 b6, added the framework to the xcode project, also added copy files build step to copy the framework to the bundle. When I try to build it, it fails with the following errors:

cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Resources/fr.lproj/fr.lproj: No such file or directory
cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Resources/fr_CA.lproj: No such file or directory
cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/fr.lproj: No such file or directory
cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: No such file or directory
cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Resources/fr.lproj/fr.lproj: No such file or directory
cp: /Users//Documents/projects/MyProject/01/MyProject/MyProject/DerivedData/MyProject/Build/Products/Debug/MyProject.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Resources/fr_CA.lproj: No such file or directory

What am I doing wrong?

@kornelski
Copy link
Member

Please reopen if it's still a problem with 1.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants