-
Notifications
You must be signed in to change notification settings - Fork 447
Umbrella header for module 'TwitterCore' does not include header 'TWTRColorUtil.h' #77
Comments
same issue here |
Any resolution to this? Getting same error |
Feels like the time has come to remove Twitter support - at least from our app. |
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
|
Got some working solution. It fixed all TwitterCore related warnings for me. |
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. |
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? |
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'
The text was updated successfully, but these errors were encountered: