Rebuilding an Opensource Iphone Project but got too many errors
Posted
by
user482473
on Stack Overflow
See other posts from Stack Overflow
or by user482473
Published on 2011-02-28T23:21:33Z
Indexed on
2011/02/28
23:25 UTC
Read the original article
Hit count: 224
Downloaded an opensource sample Iphone project and when I compiled, everything is OK.
This project has alot of C files. So, I try to rebuilding this project from scratch just to see if I can duplicate it. I make sure all the inlcudes files there, the path is correct, all the libraries there. I check original project settings and make sure if they have any specific search path and I need to follow.
Anyway, I follow the exact settings but this time my duplicated project got some 1500 errors. alot of them generated from inside those C files.
So, what's wrong? everyone got some tips on that why I got so many errors? I followed everything I follow from the original project.
© Stack Overflow or respective owner