bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

[Build issue] Facing issues building TensorFlowLiteTaskText #168

Closed tinder-maxwellelliott closed 3 years ago

tinder-maxwellelliott commented 3 years ago

I am seeing the following error when trying to build TensorFlowLiteTaskText:

$ make all 
ERROR: /Users/maxwellelliott/Development/PodToBUILD/Examples/TensorFlowLiteTaskText/Vendor/TensorFlowLiteTaskText/BUILD.bazel:273:13: C++ compilation of rule '//Vendor/TensorFlowLiteTaskText:TensorFlowLiteTaskText' failed (Exit 1)
Vendor/TensorFlowLiteTaskText/tensorflow_lite_support/ios/task/text/nlclassifier/Sources/TFLNLClassifier.m:16:9: fatal error: 'GTMDefines.h' file not found
#import "GTMDefines.h"

How can I go about fixing this header import issue? Thanks

tinder-maxwellelliott commented 3 years ago

Closing, it seems there was an error in GoogleToolboxForMac