0

I want to integrate twitter in iOS Application, I tried using Fabric as well as by using Cocoa pod but getting same error every time.

Following are the Errors:

  1. Could Not build TwitterCore
  2. Cocoa/Cocoa.h file not found
  3. Could Not build Module TwitterKit

I searched and tried some solutions as per given below links but nothing work for me. I am using xcode 6.4, ios 8.4. Please give me any correct solution.

I went through below link Twitter integration in iOS app but didnt help

TwitterKit issue comming https://twittercommunity.com/t/could-not-build-objective-c-module-twitterkit/49551

Cocoa/Cocoa.h file not found Cocoa/Cocoa.h file not found

Community
  • 1
  • 1

1 Answers1

0

Go to project settings --> Build settings

  • Click on All tab and search "allow non"

then set YES to Allow Non-modular Includes in Framework option

enter image description here

Nimantha
  • 6,405
  • 6
  • 28
  • 69
swiftBoy
  • 35,607
  • 26
  • 136
  • 135