views:

737

answers:

2

I installed the latest iOS4 SDK which replaced my existing SDKs (so I no longer have anything other than 3.2, 4.0).

I also checked out the latest Three20 from github, and now whenever I'm about to Build a new Three20 app, or even run the samples I get the following error:

Build Three20Core of project Three20Core with configuration Debug

Check dependencies

[BEROR]error: There is no SDK with the name or path 'iphonesimulator3.0'

Is Three20 not yet iOS4 SDK compatible?

+3  A: 

You need to change the "Base SDK" in the downloaded project info settings from 3.0 to 3.2 or 4.0

Bruce Johnson
Well, It wouldn't work for me, because after selecting the "Base SDK" to 3.2, I forgot to change to Simulator in the overview dropdown. It works now!
Swizzy
You in fact need to change the base SDK in each of the three20 components.
Jonathan
A: 

hi Swizzy! I have the same problem as you did. I'm a newbie to iphone sdk, could you please explain more details how you fixed that?

thanks!

nevermind :) thnks