Skip to content

Commit 80a02aa

Browse files
authored
llama.swiftui : fix xcframework dir in README [no ci] (#12353)
This commit fixes the path to the xcframework in the README file which I had forgotten to change after renaming the build directory.
1 parent 363f8c5 commit 80a02aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llama.swiftui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Open `llama.swiftui.xcodeproj` project in Xcode and you should be able to build
1616
a simulator or a real device.
1717

1818
To use the framework with a different project, the XCFramework can be added to the project by
19-
adding `build-ios/llama.xcframework` by dragging and dropping it into the project navigator, or
19+
adding `build-apple/llama.xcframework` by dragging and dropping it into the project navigator, or
2020
by manually selecting the framework in the "Frameworks, Libraries, and Embedded Content" section
2121
of the project settings.
2222

0 commit comments

Comments
 (0)