Hello,
I've updated three20 from 1.0.2 to 1.04 on my project... all is working perfect on debug mode but when I try to compile for Device on Release, I got 2 errors... /three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a: No such file or directory
Anyone can help me on what I'm doing wrong?
Ok I will update with more information. I have created a new project and applyed ttmodule.py with Three20 and extThree20JSON:extThree20JSON+YAJL... and compiles perfect on Device Relase target.
This means that something is broken on my original project after update.. I need help on this.. please.
On your original project, verify that you have libextThree20JSON+YAJL as a dependency. Then, verify that the file actually does exist in the path /three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a.
thank you, it was my mistake, i was trying to compile a duplicate of release target (adhoc), not release... because of that it can't find libextThree20JSON on AdHoc folder... now all is working fine.
It looks like you're new here. If you want to get involved, click one of these buttons!