views:

110

answers:

1

I try to compile but it fails because it find a duplicated definition of class in one of the dependencies and in the main dependency. I googled a lot and i even found the cause of this, due to a bug in xcode and the optimization for amr6 and arm7 code. But i could't found how to solve this. Has anybody use the three20 library with iOS4 ?

A: 

Make sure that all dependency projects are set to use the base sdk, then it should compile ok.

Andre