Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I downloaded from git a copy of the latest three20, and I keep running into errors when I try to compile the sample code in the folder.

Undefined symbols:
  "_UIApplicationDidEnterBackgroundNotification", referenced from:
      _UIApplicationDidEnterBackgroundNotification$non_lazy_ptr in libThree20UINavigator.a(TTBaseNavigator.o)
     (maybe you meant: _UIApplicationDidEnterBackgroundNotification$non_lazy_ptr)
ld: symbol(s) not found
collect2: ld returned 1 exit status

I'm running Xcode 3.2.3, compiling to Debug simulator 4.0

Any ideas on what to do?

I've compiled once before a while ago, before I forgot about it. Can't seem to recompile anymore.

Thanks.

share|improve this question

1 Answer

Try the usual suspects of Clean All Targets and XCode/Empty Caches, and/or restart XCode.

share|improve this answer
hmm, I tried all of those, to no avail. Do you know if anything changed in three20 since now and July 2010? – Jon Sep 22 '10 at 18:20
I downloaded a different copy, and I get this different error now: – Jon Sep 22 '10 at 18:28
ld: duplicate symbol _TTCreateNonRetainingArray in /Users/jonguan/facebook-ios-sdk/three20/Build/Products/Debug-iphonesimulator/lib‌​Three20Core.a(TTGlobalCore.o) and /Users/jonguan/facebook-ios-sdk/three20/Build/Products/Debug-iphonesimulator/lib‌​Three20.a(TTGlobalCore.o) – Jon Sep 22 '10 at 18:28
OK! Solved the problem by downloading ANOTHER copy of three20. – Jon Sep 22 '10 at 18:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.