guinmoon / LLMFarm

llama and other large language models on iOS and MacOS offline using GGML library.
https://llmfarm.site
MIT License
1.06k stars 64 forks source link

can't compile in xcode #19

Closed daystudio closed 6 months ago

daystudio commented 7 months ago

Assertion failed: (extras.otherInstrOffset != 0 && "Kind::arm64_adrp_ldr missing extra info"), function applyFixup, file Fixup.cpp, line 793.

Environment: Xcode Version 15.0.1 (15A507) iOS 16 SDK iPhone 14pro Macbook Air M2 MacOS 14.1.2 (23B92)

guinmoon commented 7 months ago

This is a problem with xcode 15. Install xcode 15.1 beta, it compiles normally there.