When trying to build my app for the 3.2 simulator, I get lots of errors and warnings. They begin with the following mysterious warnings:
ld: warning: directory ‘“/Users/thorttan/SkateTestDummy/iPhoneBuild”’ following -L not found
ld: warning: directory ‘“/Users/thorttan/SkateTestDummy/iPhoneBuild/Libraries”’ following -L not found
The warnings are mysterious because the listed directories most definately exist. Additionally, the same project works fine when built for the device instead of simulator.
If anyone has had this and figured it out, I’d be very grateful to hear how.
Okay, now it seems I can’t even build those projects I was able to build previously… Is everybody else able to build for the simulator perfectly well, with the newest SDK, iOS etc. installed?