Wesley
Wesley

Reputation: 2200

Installing ASIHTTPRequest in XCode 4

Readers,

I can't seem to find a way to install this framework to xCode 4. Everything that is to find on internet is about xCode 3. Can anyone tell me configure my project properly to include this framework?

Greetings

-Edit: It has been fixed, by removing everything about GHUnit Testing scripts!

Upvotes: 1

Views: 1479

Answers (2)

rckoenes
rckoenes

Reputation: 69469

The same way you do it under XCode 3, except that the library select is is no longer available onder the right mouse click. You can find it under clicking on your project -> Build Phases.

Upvotes: 0

matm
matm

Reputation: 7079

There is a quite easy how-to for setting up ASI framework to your project. It should be pretty straightforward, but please do let us know which step is not clear for you, so we can better help you.

Upvotes: 1

Related Questions