Xcode came across the problem caused by 'Package Dependencies'
Kaito Kitaya
November 27, 2025
1 min read
SwiftXcodeiOS
Abstraction
I came across the problem when I tried to build iOS application with Xcode. Suddenly my application could not be built.
The log said
missing package product <package-name>
But I thought this error came to my project suddenly so I could not specify the problem.
This problem might cause of
Then I tried all solutions that are written in the above thread.
Then I remember that I removed the xcframework from the dependency in this project last day.
So I removed this package from Package > Dependencies then I solve.
Conclusion
The thing I realise from this error is
- If the project has wrong XCframework Xcode cannot build.
- At first you should attempt reset cache