• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Basic HTTP program failed to compile
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Fwd: Basic HTTP program failed to compile (From: ico <email@hidden>)

  • Prev by Date: Fwd: Basic HTTP program failed to compile
  • Next by Date: Re: [OSX Core Foundation]How can I asynchronously upload a file though HTTP and get a callback called while sending bytes of the stream?
  • Previous by thread: Fwd: Basic HTTP program failed to compile
  • Next by thread: Browser filtering
  • Index(es):
    • Date
    • Thread