./build-xcframework.sh run error on MacOS, could you please help ? #14942
Unanswered
allen-chen-010
asked this question in
Q&A
Replies: 2 comments
-
I have checked the directory of |
Beta Was this translation helpful? Give feedback.
0 replies
-
i was tried it by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to try the example
https://github.com/ggml-org/llama.cpp/blob/master/examples/llama.swiftui/README.md
After i built by these steps, from document(https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md):
Then i run
./build-xcframework.sh
I always got the error:
-- Build files have been written to: /Users/xxx/xxx/llama.cpp/build-ios-sim
fatal error: stat cache file
'/var/folders/8y/x6z_0v1n7pscm69m1gtr9hr40000gn/C/com.apple.DeveloperTools/16.2-16C5032a/Xcode/SDKStatCaches.noindex/iphonesimulator18.2-22C146-7b429014d2160d2b263a48dc34e301ec.sdkstatcache'
not found
1 error generated.
note: Run script build phase 'Generate CMakeFiles/ZERO_CHECK' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ZERO_CHECK' from project 'llama.cpp')
note: Run script build phase 'Generate CMakeFiles/ALL_BUILD' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'ALL_BUILD' from project 'llama.cpp')
** BUILD FAILED **
Could you please help?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions