2

I followed the instruction of https://dev.twitter.com/twitterkit/ios/installation Install Twitter Kit Manually (Objective C) Did all the steps:

  1. Downloaded and unzip Twitter Kit.
  2. Draged contents to the root of your project in Xcode, and made sure ‘Copy items if needed’ is checked Twitter Kit is added on the root as written in the offical installation steps
  3. Initialized the kit inside AppDelegate (with valid key and secret as described)
  4. Modified Info.Plist entries as described

=> Trying to compile it gives me an 'TwitterKit/TwitterKit.h' file not found error: Screenshot of the error

(I tried it several times...) Some step(s) seam(s) to be missing? Thanks for inputs on that.

CGN
  • 579
  • 4
  • 13

2 Answers2

-1

If you have followed all the instructions, try to do each of the following before trying to build again, as it worked for me once.

  • Clean the Project, Cmd + Shift + K
  • Restart Xcode
  • Restart Computer

If nothing works, then install Twitter Kit through Cocoapods, as it does a clean installation for your frameworks.

Ali
  • 497
  • 1
  • 4
  • 16
  • Tried it but didn't work. Cocopod installation gave issues, too. So I continue with the manual installation that should actually work, too. – CGN Oct 18 '17 at 11:07
-1

Since I couldn't edit the original question I add my latest state.

after following instructions of neuhaus and Sau93 I ran into new issues. Steps 1-5:

  1. enter image description here

  2. enter image description here

  3. enter image description here

  4. enter image description here

  5. enter image description here<= Here is where I stack know ?

CGN
  • 579
  • 4
  • 13