aral/MGTwitterEngineDemo

Compilation error on MGTwitterGlobalHeader.h

Closed this issue · 1 comments

First of all , thank you so much for sharing this great work with us, I have successfully run your code on the simulator and works great, I have tried to copy the twitter=oAuth folder to my app to start testing, after adpating the code to my existing files and when I tried to build my app i received this error:

$root/MGTwitterEngine/MGTwitterEngineGlobalHeader.h:76: error: expected '=', ',', ';', 'asm' or 'attribute' before 'typedef'

and the line in question is

typedef unsigned long long MGTwitterEngineID;

in file MGTwitterEngineGlobalHeader.h

I checked the target setting and they were similar to those on yoru project, but i can't seem to figure out how i can fix this issue.

Any help is highly appreciated

Thx
hakim

A stupid error from my part I had a extra character add on teh top of my class file