Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless dependency resolution with Xcode 15.3b3 #1004

Open
doroshenko opened this issue Feb 21, 2024 · 0 comments
Open

Endless dependency resolution with Xcode 15.3b3 #1004

doroshenko opened this issue Feb 21, 2024 · 0 comments
Labels

Comments

@doroshenko
Copy link

Describe the bug

Starscream is included as our project dependency via Swift Package Manager. After updating to Xcode 15.3 beta, attempting to resolve project dependencies gets stuck on Starscream package.
When interrupted, an error message is shown about invalid custom sources path.

Steps to Reproduce

  1. Create project
  2. Include Starscream framework via SPM
  3. Attempt to resolve package with Xcode 15.3 beta
  4. Observe the error

Expected behavior

The packages are resolved correctly

Environment:

  • OS/Version: -
  • Starscream Version 4.0.4
  • Xcode version 15.3b3

Additional context

I assume, the problem occurs because the package defines Sources folder as a custom target path here, which now conflicts with Sources folder being used as a default path value.
It worked correctly until now.

@doroshenko doroshenko added the bug label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant