youknowone/UI7Kit

UI7Kit.h doesn't exist issue

artur7 opened this issue · 2 comments

Hello.
I made some changes in UI7Kit.h file :

if __has_include()

import

endif

(to prevent "Pods-enviroment.h not found" bug), but I can't save or build my project, because I always get an error :
0a7dc43c-504b-11e4-9171-69a8b05ac958

what to do??

Hello.
Because I was absense for this project for a while, I don't know well about issues now.

Because I recently merged a patch related to the header, I am guessing it is related to new cocoapods version.
This issue seems related in backward way: CocoaPods/CocoaPods#2536

So I guess updating cocoapods version will fix the problem. How do you think?

Yes, it helped! Thanks.