views:

44

answers:

1

Hey all,

I am having a heck of time loading asyncsocket into my iPad project so I can start using it. So far I added the AsyncSocket.h and .m classes and loaded CFNetwork.framework and made sure all the paths line up - but I'm getting 6522 errors as I try to build.

The first error is Block.h: no such file or directory.

Any suggestions?

Thanks, Matt

A: 

Dumb mistake... realized that I was loading CFNetwork.framework version 4.1 which isn't available on iPad.. you have to load 3.2

Matt