views:

23

answers:

1

Hi,

I am using Oauth to connect to Twitter in my iPhone application.I am getting 18 errors.One of which is

  ".objc_class_name_OAMutableURLRequest", referenced from:
      literal-pointer@__OBJC@__cls_refs@OAMutableURLRequest in SA_OAuthTwitterEngine.o

Remaining 17 errors are of similar types related to "libOAuth.a" static library.I am using latest iPhone sdk.Whats the solution??

A: 

Answer is here.

BTW, I think it's time to start accepting answers to your questions - nobody will be interested in answering to them if you'll just ask, ask, ask, ask without thanking for a proper answer.

kovpas
@kovpas Thanks a lot for whole stackoverflow team.I am getting a wonderful support by u.As I am new to iPhone development I am getting many doubts cleared.Thanks once again.
Vijay
@kovpas I am still getting the same errors after adding the header path files which you have told.
Vijay