Tags: tinder-maxwellelliott/tflite-support
Tags
Fix header import style to support prebuilding Pod The change from `#import "GTMDefines.h"` to `#import "GoogleToolboxForMac/GTMDefines.h"` allows pod prebuild systems to properly find this header. Without this change you will see issues such as: ```terminal [x] /Pods/Pods/_Prebuild/TensorFlowLiteTaskText/tensorflow_lite_support/ios/task/text/nlclassifier/Sources/TFLNLClassifier.m:16:9: 'GTMDefines.h' file not found ```
Fix TFLS ios build with TF 2.4 dependency. PiperOrigin-RevId: 348419792