-
Quit Xcode
-
Open Terminal
-
Navigate to the directory where your
.xcodeprojis via Terminal (cd path/to/your/apps/folder) -
Run
xcodebuild -resolvePackageDependencies -
After the packages finish resolving, open Xcode and try building again.
Quit Xcode
Open Terminal
Navigate to the directory where your .xcodeproj is via Terminal (cd path/to/your/apps/folder)
Run xcodebuild -resolvePackageDependencies
After the packages finish resolving, open Xcode and try building again.