IPhone - after -L not found

I am trying to modify an old application, and when I create it, it gives me the following 2 warnings:

ld: warning: directory '/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/usr/lib' next -L not found

and

ld: warning: directory '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/lib' next -L not found

Does anyone know where this came from?

I am using xCode 3.2.5

+3
source share
1 answer

Well, if you need to take into account the text of the error message:

ld: warning: directory [...] not found

... , . Google , , -L . , , .

- - SDK, .

+7

All Articles