Missing package products (BNBEyes, BNBFaceTracker, BNBLips, BNBSdkApi) when building iOS sample project

Hi,
I downloaded the official sample project from GitHub:

When I open beauty.xcodeproj and try to build, Xcode shows several Swift Package Manager errors:

Missing package product 'BNBEyes'
Missing package product 'BNBFaceTracker'
Missing package product 'BNBLips'
Missing package product 'BNBSdkApi'
Package resolution errors must be fixed before building

And also this error:

Unable to resolve build file: BuildFile<...>
The workspace has a reference to a missing target with GUID ...

It seems like the project cannot find or download Banuba’s SPM packages.

I didn’t modify anything—just opened the sample as delivered.

Environment:

  • Xcode version: 16.2
  • macOS: 15.5 (24F74)
  • iOS deployment target: 18.6.2

Any help on how to resolve these missing package dependencies would be appreciated.

The Missing package product and Package resolution errors indicate issues with Swift Package Manager (SPM) resolution. Even without project modifications, this can stem from Xcode’s cache or a need to manually refresh dependencies.
To address this:
Review and configure SPM: Please consult our official documentation for Banuba SDK installation via SPM: Adding Banuba SDK to your project | Banuba SDK v1.18.1
Refresh Xcode’s cache and packages:
File > Packages > Reset Package Caches
File > Packages > Update to Latest Package Versions
Verify Banuba Swift Package repositories: Ensure your project references the correct sources: sdk-banuba / Repositories · GitHub