iPhone - stdint.h file not found!

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-06T04:20:57Z Indexed on 2010/03/15 23:09 UTC
Read the original article Hit count: 444

I am dealing with a project designed for iPhone OS 2.0 and I am intending to keep compatibility with this version while offering new OS 3.x functionality.

When I set the base SDK to iPhone OS 3.1.3 and Target OS for 2.0, Xcode gives me this error during compilation.

'stdint.h' file not found /Developer/usr/lib/clang/1.0.1/include/stdint.h:32:16: fatal error: 'stdint.h' file not found

The strange thing is that the file is there, on the path it says it is not.

if I set the target OS for 3.x the problem vanishes.

how to solver that?

thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk