filipw / strathweb-phi-engine

A cross platform library with C#/Swift/Kotlin/Python bindings for running Phi-3 inference
MIT License
11 stars 1 forks source link

'strathweb_phi_engineFFI.h' file not found #24

Open ktmobility1 opened 4 weeks ago

ktmobility1 commented 4 weeks ago

When building swift, an error occurs saying that strathweb_phi_engineFFI.h does not exist. Why is that? I followed it exactly, but can I find out the cause?

filipw commented 4 weeks ago

what exactly do you invoke (and from which folder, maybe it's a relative path issue)? If you see here the CI build just runs build-swift.sh and that builds the Swift Package.

This should then be enough to go to the samples, to the iOS app and build it in Xcode (it references the locally built Swift Package).