Re: Basic HTTP program failed to compile
Re: Basic HTTP program failed to compile
- Subject: Re: Basic HTTP program failed to compile
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Fri, 3 Dec 2010 09:21:39 +0000
It's very likely that this problem is related to the way in which you added the frameworks to your project. The best way to add a framework to a project is to bring up the target info (Project > Edit Active Target), switch to the General tab, and click the plus button below the "Linked Libraries" list.
btw If you're doing vanilla HTTP we generally recommend that you use NSURLConnection rather CFNetwork. NSURLConnection is a high-level API layered on top of the low-level CFNetwork API, and it makes a lot of common tasks much easier. You can get started with NSURLConnection on iOS by looking at the SimpleURLConnections sample code.
<http://developer.apple.com/library/ios/#samplecode/SimpleURLConnections/>
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden