Xcode and Localization
Xcode and Localization
- Subject: Xcode and Localization
- From: Barrett Conrad <email@hidden>
- Date: Tue, 28 Oct 2003 22:12:26 -0600
I installed Panther this weekend, but skipped the language support.
(Wow does that save space.) I did a clean (i.e. format) install.
I am working through "Cocoa Programming" and the sample project that
you develop through the book (Image Viewer), which contains
localization. The program will no longer compile under Xcode. I get
the following error:
"ld: Undefined symbols:
_NSLocalizedStings
"
The context of this error can be found below.
Does my lack of language support have anything to do with the program
not compiling?
Thanks for the help. I'm new to the list and I have been learning a
great deal from all of you.
barrett.
---ERROR CONTEXT---
StandaloneExecutable.LinkUsingFileList
/Users/barrett/Projects/LearningCocoa/Image Viewer 1/build/Image
Viewer.app/Contents/MacOS/Image Viewer
/usr/bin/gcc-3.3 -o "/Users/barrett/Projects/LearningCocoa/Image
Viewer 1/build/Image Viewer.app/Contents/MacOS/Image Viewer"
"-L/Users/barrett/Projects/LearningCocoa/Image Viewer 1/build"
"-F/Users/barrett/Projects/LearningCocoa/Image Viewer 1/build"
-filelist "/Users/barrett/Projects/LearningCocoa/Image Viewer
1/build/Image Viewer.build/Image
Viewer.build/Objects-normal/LinkFileList" "-arch" "ppc" "-prebind"
"-Wl,-no_arch_warnings" "-framework" "Cocoa"
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_NSLocalizedStings
...failed StandaloneExecutable.LinkUsingFileList
/Users/barrett/Projects/LearningCocoa/Image Viewer 1/build/Image
Viewer.app/Contents/MacOS/Image Viewer ...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.