Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

saleh.hi.62

macrumors member
Original poster
Jul 25, 2011
95
0
Hello guys,

i am trying to use Hpple parser in my program, but it has a strange Error! Error is shown in the below picture.

here is the Hpple Parser and here is the link of file which has error TFHppleElement
 

Attachments

  • Screen shot 2011-12-02 at 12.43.24 AM.png
    Screen shot 2011-12-02 at 12.43.24 AM.png
    36.8 KB · Views: 127

mduser63

macrumors 68040
Nov 9, 2004
3,042
31
Salt Lake City, UT
The error means exactly what it says. For the synthesized property "parent", the class needs to have a corresponding instance variable called "parent". Add one to make the error go away.

Note that this is not true for the modern Objective-C runtime. The modern runtime is available on iOS and 64-bit OS X. Presumably you're building a 32-bit executable from your project. If you switch to building a 64-bit only binary, the error should go away even without adding a "parent" instance variable to the class.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.