Building Llama IOS Demo failed #5623
Labels
bug
Something isn't working
module: examples
Issues related to demos under examples directory
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Hi I am new to Xcode. I tried to follow this tutorial to run Llama IOS demo on my iPhone.
I went through the process until the "Xcode" section, and opened the project of examples/demo-apps/apple_ios/LLama. When I tried to do "select which ExecuTorch framework should link against which target." I found I cannot link the backends against the main app target, as shown in this figure:
Thus after this, when I ran the app, it failed with the error "PhaseScriptExecution failed with a nonzero exit code".
When I followed the exactly same flow to set up and run this benchmark app, I can successfully run it on my phone.
Do you have any idea on how to properly set up the ExecuTorch dependency for the llama demo app? Thank you so much!
The text was updated successfully, but these errors were encountered: