I have a warning on objective c for iphone
it says “implicit declaration of function ‘sleep'”
All I have is a sleep(1); for the splash in the applicationDidFinishLaunching
I didn’t have this problem in prior versions of the sdk
I know is just a warning, but I had problems before with apple for not having 100% success
Thanks for everything 😀
Make sure you’re including the right headers.
<Foundation/Foundation.h>has all the stuff you should need, if you’re not in Obj-C code though, include<unistd.h>and everything should be happy.