Hi All,
When i am integrating MGTwitterEngine in my app, this error is coming,
"SeckeychainItemref" undeclared
can anyone tell how to resolve this?
Thanks in advance
Hi All,
When i am integrating MGTwitterEngine in my app, this error is coming,
"SeckeychainItemref" undeclared
can anyone tell how to resolve this?
Thanks in advance
SeckeychainItemref is not available in the iOS SDK. As far as I know, its only used, for testing in the iPhone simulator. (if you found it in the code for a iOS app)
If it isn't for iOS, then you should add the Security framework and import Security/Security.h in you're code.