0

I was taking the iTunesU course CS193P Lecture9.

I got this error while trying to import the framework.

I've already turn on "Allow Non-modular Includes In Framework Modules" The "Twitter" framework was built successfully and already added in the "SmashTag"'s Linked Frameworks and Libraries.

navigator

Does any one have some clue for this? Xcode version 8.1 and Swift 3.0

Thank you.

styzhu
  • 1
  • 2

1 Answers1

0

You need to convert the code to swfit 3 and rebuild the Twitter framework in
the same workspace.

The answer here described how to convert the code. Smashtag (Stanford CS193p Twitter client) not loading on iPhone

Community
  • 1
  • 1