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.