You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue applies to CocoaPods 0.34.1 and above installations.
Building JXLS fails because the file Pods-environment.h (import in JXLS.h) has moved to ../Target Support Files/Pods/
See the CocoaPods changelog at http://blog.cocoapods.org/CocoaPods-0.34
To fix this issue and stay compatible with older CocoaPods installations I suggest to make use of the __has_include macro as discussed here: CocoaPods/CocoaPods#2536
The text was updated successfully, but these errors were encountered:
After further inspection, it looks like this isn't really needed. If anyone else sees this same problem - it looks safe to just remove the #ifdef COCOAPODS block in JXLS.h - it's only needed for the #if block below.
This issue applies to CocoaPods 0.34.1 and above installations.
Building JXLS fails because the file Pods-environment.h (import in JXLS.h) has moved to ../Target Support Files/Pods/
See the CocoaPods changelog at http://blog.cocoapods.org/CocoaPods-0.34
To fix this issue and stay compatible with older CocoaPods installations I suggest to make use of the __has_include macro as discussed here: CocoaPods/CocoaPods#2536
The text was updated successfully, but these errors were encountered: