Thanks for the info on PLBlocks.
I still am having troubles building 99.3 and wondered if anyone has the same issue.
Background: I use 10.6.4 OSX. Using a version 2 iPod Touch. Based on many other errors and folk's comments on the forum I've modified the project:
1) Building to armv6.
2) Installed PLBlocks.
3) Using GCC 4.2 (Plausible Blocks) compiler.
Problem: While building cocos2d 99.3, and after installing PLBlocks, SDK4 to /Dev4 (since I am keeping older SDK in /Developer) I get a gcc4.2 failed type of error.
Here's a message from within xCode's Build Results:
ld: framework not found PLBlocks
collect2: ld returned 1 exit status
Command /Dev4/Library/PLBlocks/Compilers/gcc42-iphoneos3.2/usr/bin/gcc-4.2 failed with exit code 1
I also dragged the PLBlocks framework in to my cocos2d 99.3 directory and got the project to recognize the PLBlocks framework. So, now it's in two places.
Any ideas?
Thanks in advance for helping.