Inheritance issue with ivar on the iPhone
- by Buffalo
I am using the BLIP/MYNetwork library to establish a basic tcp socket connection between the iPhone and my computer. So far, the code builds and runs correctly in simulator but deploying to device yields the following error:
error: property 'delegate' attempting
to use ivar '_delegate' declared in
super class of 'TCPConnection'
@interface…