Kaito Kitaya

北谷 海斗

Software Engineer

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

https://stackoverflow.com/questions/60952549/xcode-11-4-compile-error-missing-package-product-package-name

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