HEllo,
I have just installed xcode 3.2.3 and SDK4. I need to use ASIHttpRequest and then follow the instruction setup for this.
I need to add several frameworks and lib (as described here: http://allseeing-i.com/ASIHTTPRequest/Setup-instructions but I cannot find CFNetwork in the list.
xcode only shows “Base SDK Missing” in the list where we should be able to select among the device / simulator, I guess this might be an explanation… ?
I would really appreciate some help.
Thanks,
Luc
HEllo, I have just installed xcode 3.2.3 and SDK4. I need to use ASIHttpRequest
Share
Select your project in Xcode, Get Info, change the Base SDK to iPhone Device 4.0.
You’ll probably want to change the iPhone OS Deployment Target in Build settings, too. The 4.0 SDK can be used to build apps compatible with iPhones back several versions.