Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Umbrella header for module 'TwitterCore' does not include header 'TWTRColorUtil.h' #77

Open
dmcgloin opened this issue Jul 19, 2018 · 8 comments

Comments

@dmcgloin
Copy link

When building a Swift app that includes latest via CocoaPods: Twitter Kit 3.4.0 and Twitter Core 3.2.0, I get the following warning (which is new):

/Users/<me>/Documents/GitHub/<myapp>/<module-includes>:1:1: Umbrella header for module 'TwitterCore' does not include header 'TWTRColorUtil.h'

@shroff-kandarp
Copy link

same issue here

@ericfurspan
Copy link

Any resolution to this? Getting same error

@dmcgloin
Copy link
Author

Feels like the time has come to remove Twitter support - at least from our app.

@AlexGingell
Copy link

AlexGingell commented Sep 15, 2018

Has anyone managed to obtain a version of TwitterKit v3.4.0 that is error free? I have checked many forks and branches and cannot see any versions which compile and run error-free / produce no issues. If it is not this header issue it is

Private submodule 'TwitterCore.Private' in private module map, expected top-level module
Rename 'TwitterCore.Private' to ensure it can be found by name

@npu3pak
Copy link

npu3pak commented Nov 28, 2018

Got some working solution. It fixed all TwitterCore related warnings for me.
https://gist.github.com/npu3pak/108d8332a774289c08472d6fd85a1bbb

@oliverbytes
Copy link

I'm getting the same issue only on a specific mac computer. on my laptop it's working fine. Any final solution? @npu3pak suggestion didn't work for me

@npu3pak
Copy link

npu3pak commented Feb 15, 2019

I'm getting the same issue only on a specific mac computer. on my laptop it's working fine. Any final solution? @npu3pak suggestion didn't work for me

You can try to fix module.private.modulemap and TwitterCore.h manually and then use some script on build phase to automate the process.

@RobertChalmers
Copy link

Yes, npu3pak's fix for ColorUtil works nice. Now if I can just fix the rest of the depreciated problems is the SBSDKSharKit it'll be nice.

I'm wondering if anyone - the original repo builder? is even still working on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants