snej / MYNetwork

Mooseyard Networking library: Cocoa utilities, including a generic TCP server/client, plus the reference implementation of the message-oriented BLIP protocol. (This is a mirror of the Mercurial repository at https://bitbucket.org/snej/mynetwork)
27 stars 9 forks source link

Array and dictionary subscripting prevents compilation against 10.7 base SDK #3

Open ghmrs356 opened 11 years ago

ghmrs356 commented 11 years ago

I had to undo all the array and dictionary subscripting to get it to compile but I guess that my problem (I have to use the 10.7 base SDK).

snej commented 11 years ago

I think there are some category methods you can declare on NSArray, etc. but it's been a while since I did that.

Generally you should use the latest SDK and declare in your target what system version you're targeting.