I have following error in XCode
mkdir: /CappuccinoSample/test6/build/Debug: F开发者_C百科ile exists cp: /Developer/Cappuccino/Tools/cxhelper/cxhelper: No such file or directory /CappuccinoSample/test6/build/test6.build/Debug/test6.build/Script-643C0D440E7F85EC00F64609.sh: line 4: /CappuccinoSample/test6/build/Debug/test6: No such file or directory
I try to solve it but still I do all stuff which mention here http://cappuccino.org/discuss/2008/10/01/using-xcode-to-develop-in-cappuccino/
But still I get an error
Please anyone help me
Most likely your install has messed up, or has incorrect or older files. Here is what I would do to fix it:
- Clean up the old files (trash the /Developer/Cappuccino folder).
- Download/extract fresh tarball from: https://github.com/rbartolome/xcode-cappuccino
Copy the following folders to location:
/Library/Application Support/Developer/Shared/Xcode/
File Templates
Project Templates
Specifications
Target TemplatesRestart xcode, and everything should be working smoothly.
精彩评论