asus4 / tf-lite-unity-sample

TensorFlow Lite Samples on Unity
834 stars 249 forks source link

undefined symbol errors on Xcode #329

Closed cancaglar closed 6 months ago

cancaglar commented 6 months ago
Ekran Resmi 2023-12-08 10 33 37
asus4 commented 6 months ago

@cancaglar Thanks for reporting the issue.

To clarify the issue, could you let me know if you downloaded the repo as a zip file? If so, you need to use Git and Git-LFS to get the TensorFlow Lite libraries. Please confirm the file size at Packages/com.github.asus4.tflite/Plugins/iOS/TensorFlowLiteC.framework, which should be around 23MB. Otherwise, I don't have any clue for now as it is working on my end. Please paste the complete error message here to figure out the issue.

My environment:

cancaglar commented 6 months ago

@asus4 Sorry for late reply and yes I downloaded as zip... I tried with git and now I'm can build the project. Thank you so much!