diff --git a/ios/llamafu.podspec b/ios/llamafu.podspec index 27885a8..d8b1d9e 100644 --- a/ios/llamafu.podspec +++ b/ios/llamafu.podspec @@ -134,10 +134,10 @@ and LoRA adapters. Powered by llama.cpp for efficient on-device inference. # This runs during pod install s.script_phase = { :name => 'Build llama.cpp for iOS', - :script => <<-SCRIPT + :script => <<-SCRIPT, echo "Note: llama.cpp will be built as part of the Xcode project." echo "Ensure llama.cpp submodule is initialized with: git submodule update --init --recursive" - SCRIPT, + SCRIPT :execution_position => :before_compile, :shell_path => '/bin/bash' }