https://github.com/maxdesiatov/swiftpm-xcode-bug
Xcode SwiftPM integration bug with "Missing package product"
https://github.com/maxdesiatov/swiftpm-xcode-bug
Last synced: 7 months ago
JSON representation
Xcode SwiftPM integration bug with "Missing package product"
- Host: GitHub
- URL: https://github.com/maxdesiatov/swiftpm-xcode-bug
- Owner: MaxDesiatov
- License: apache-2.0
- Created: 2020-05-15T19:52:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T20:06:18.000Z (over 5 years ago)
- Last Synced: 2025-01-31T07:42:58.541Z (8 months ago)
- Language: Swift
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swiftpm-xcode-bug
Xcode SwiftPM integration bug with "Missing package product"## Steps to reproduce
1. Open `XcodeBug.xcodeproj` in the `master` branch, build and run, all will succeed.
2. Without closing Xcode, check out `test-branch` and try to build.
3. You'll see this:
The only work around that helps with this bug is to completely close Xcode and reopen the project. This also causes all SwiftPM dependencies to be re-resolved in the project, which can take some time if you have multiple dependencies.