0

I wanted to add JSScrollableTabBar framework https://github.com/jasarien/JSScrollableTabBar to my project in Xcode 4.5 but its help may be used for old version of Xcode

I also tried these helps XCode 4.3: Static Library Generation but it still did not work ! I couldn't import JSScrollableTabBar header to my code !!!

Community
  • 1
  • 1
DungLe
  • 265
  • 1
  • 3
  • 10
  • "It still didn't work" is not a good explanation. This question is worded poorly. Please update it to include what you did, what the expected behavior was, and what the observed behavior was. – Gardner Bickford Apr 29 '13 at 16:52
  • yeah thank u. That meant I couldn't import JSScrollableTabBar.h to my code !!! – DungLe Apr 29 '13 at 16:56
  • Did your monitor catch on fire when you wrote #import JSScrollableTabBar.h? Did you receive a compile time error? What was the error? Please review this FAQ about how to ask questions: http://www.catb.org/esr/faqs/smart-questions.html – Gardner Bickford Apr 29 '13 at 17:54

1 Answers1

0

am using Xcode 4.6.1 This is how I link external libraries / Frameworks

  1. Select the folder navigation view on the top left corner [ you can see a folder symbol ]
  2. Select the Frameworks folder - You will be able to see the libraries and Frameworks already linked.
  3. Once you hit on the folder we can see the Targets window in the middle of the screen.
  4. You will be able to see the linked framework and library section in the Summary [ first ] pane.
  5. Hit on the + symbol
  6. Select "Add Other" button if your Framework is not listed already.

Hope this helps!!

balumohan
  • 51
  • 1
  • 6