kewlbear / TensorFlowLiteSwift

14 stars 16 forks source link

Latest version missing XCFramework Files #7

Open fa-rpfister opened 2 years ago

fa-rpfister commented 2 years ago

Description

When adding this package via SPM to a project, it fails to add with the following errors:

Upon further investigation, it appears the XCFrameworks are no longer being compiled as part of the release in the kewlbear/TensorFlowLiteC repository. I tried reverting to an older version of TensorFlowLiteC which has these XCFrameworks, but that doesn't work because TensorFlowLiteSwift then calls methods which don't exist in the C framework.

kewlbear commented 2 years ago

Thanks for reporting! Fixed missing XCFrameworks.