I tried to download the iOS SwiftUI sample LeapChatExample and followed the steps with make file, but the Xcode throws error with missing leap sdk.
https://github.com/Liquid4All/LeapSDK-Examples/tree/main/iOS
cd LeapSloganExample
make setup
make open # Opens in Xcode
Error:
~/Library/Developer/Xcode/DerivedData/LeapChatExample-cxjudcdlrqtnxjapdxhmfjcjhyby/Build/Products/Debug-iphoneos/LeapSDK.framework/Modules/LeapSDK.swiftmodule/arm64-apple-ios.private.swiftinterface:6:8 Unable to find module dependency: 'LeapModelDownloader'
import LeapModelDownloader
^
Xcode Version 26.3 (17C529)
Tried running on iPhone 13 Pro Max(iOS 26.1)
#2. Adding package directly to the sample project using SPM:
https://github.com/Liquid4All/leap-ios.git
Xcode keeps resolving the dependency in infinite loop.
#3. I have also tried to add the XCFramework manually under iOS/ Folder
- Tried adding the two frameworks in /Framework folder and marked it as 'Embed & Sign' in Project Settings:
Running on device throws:
dyld[28003]: Library not loaded: @rpath/inference_engine.framework/inference_engine
Referenced from: /private/var/containers/Bundle/Application/BA7DACBA-C3C3-4815-AE8B-72F858C95C33/LeapChatExample.app/Frameworks/LeapSDK.framework/LeapSDK

I tried to download the iOS SwiftUI sample LeapChatExample and followed the steps with make file, but the Xcode throws error with missing leap sdk.
https://github.com/Liquid4All/LeapSDK-Examples/tree/main/iOS
cd LeapSloganExample
make setup
make open # Opens in Xcode
Error:
~/Library/Developer/Xcode/DerivedData/LeapChatExample-cxjudcdlrqtnxjapdxhmfjcjhyby/Build/Products/Debug-iphoneos/LeapSDK.framework/Modules/LeapSDK.swiftmodule/arm64-apple-ios.private.swiftinterface:6:8 Unable to find module dependency: 'LeapModelDownloader'
import LeapModelDownloader
^
Xcode Version 26.3 (17C529)
Tried running on iPhone 13 Pro Max(iOS 26.1)
#2. Adding package directly to the sample project using SPM:
https://github.com/Liquid4All/leap-ios.git
Xcode keeps resolving the dependency in infinite loop.
#3. I have also tried to add the XCFramework manually under iOS/ Folder
Running on device throws:
dyld[28003]: Library not loaded: @rpath/inference_engine.framework/inference_engine
Referenced from: /private/var/containers/Bundle/Application/BA7DACBA-C3C3-4815-AE8B-72F858C95C33/LeapChatExample.app/Frameworks/LeapSDK.framework/LeapSDK