You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding -DBUILD_SHARED_LIBS=ON -DCMAKE_FRAMEWORK=ON to the cmake command, but still couldn’t generate a *.framework.
I’m not familiar with CMake, trying to modify the CMakeLists.txt file for it, but haven’t had any luck so far. Any suggestions would be appreciated!
Name and Version
Are we able to build it as *.framework for iOS and VisionOS?
Current dylib we able to build and run in debug mode, but not able to release for iOS or VisionOS. Reference: https://forums.developer.apple.com/forums/thread/765288
Operating systems
Mac
Which llama.cpp modules do you know to be affected?
libllama (core library)
Command line
No response
Problem description & steps to reproduce
cmake -G Xcode
cmake --build .
andcmake --install .
Tried sign all the dylib files and verified the signing, also try having swift support for the archives, both not work for app store release.
First Bad Commit
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: