So for the official apple store apps, instead of using dylib and frameworks, I have to compile everything in xcode? oh~~~it's a lot of work then.....
But for the hacked iphone and unofficial apps, ppl still can use libraries right?😀
Do you know how to cross compile iphone program on mac?
here is the command i use to configure the make.
./configure --cross-prefix=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ --enable-cross-compile --cc=arm-apple-darwin9-gcc-4.0.1 --arch=armv
It always shows me "C compiler test failed."
I think it is because the code is not compatiable to the compiler right?Anyone could give some hints?