views:

71

answers:

1

Got the source ["bengottlieb / Twitter-OAuth-iPhone"][1]

I added the existing folder "Twitter+OAuth" to my project. Fixed Target to include libxml2.dylib and libOAuth.a Fixed Header & Library Search Paths, just like DEMO project did. Building itself is fine. Only showing warnings about MGTwitterEngine's parsing issues.

However, when I try to run on my actual device, it's showing following error messagess at below.

Can anyone guide how to use bengottlieb source? This is the best source for my project, and I can't find the right way to add this to my project in Xcode. Thank you.

run
Running…
Ignoring packet error, continuing...
gdb stack trace at 'putpkt: write failed':
0   gdb-arm-apple-darwin                0x0018dc33 remote_backtrace_self + 54
A: 

I've got the answer from the source creator, and he guided me to simply restart device, and it worked.

Thank you, Mr. Gottlieb (GitHub Profile: http://github.com/bengottlieb)

Peter SHINe 신동혁