Samuel Kitono
Samuel Kitono
Hiya I'm trying to compile ComponentKit with Buck but i have the following output `ComponentKit/ComponentKit/Core/Scope/CKComponentScopeRoot.h:15:9: fatal error: 'ComponentKit/CKAnalyticsListener.h' file not found #import ` This is my BUCK file ``` headers...
So I kinda have something almost working now... If I do not add the exported_headers ComponentKit can be built. Now I have this error `ComponentKit/ComponentKit/Core/ComponentUtilities.h:11:9: fatal error: 'algorithm' file not...
Hi Guys I have got it working... The fix was apparently to make sure that the file that is importing `#import ` has to be a .mm file so that...
@swift-ci please test
tagging @bulbazord for his review as well on this PR because it is based on his PR
@swift-ci please test and tagging @bulbazord for his review as well on this PR because it is based on his PR