Bruno Bilescky
Bruno Bilescky

Reputation: 11

I'm using three20 in an iphone iOS 4 project. I cant compile the project to the device

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 ?

Upvotes: 1

Views: 401

Answers (1)

Andre
Andre

Reputation: 1

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

Upvotes: 0

Related Questions