doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

R1.2 #205

Closed phildow closed 4 years ago

phildow commented 4 years ago

Following up with xcconfig fixes in the TensorFlow dependency, remove an unnecessary linker flag. This is all part of trying to track down #192 although still no fix with these changes.

These clean ups set me up for posting an issue to cocopods, since at this point all i can tell is that the protobuf lib is incorrectly being linked twice, and clearing all the other linker flags in the test target, which are established by cocoapods, is the only fix.