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

Package loading warning after updating 9.1 #881

Closed
sepw opened this issue May 9, 2021 · 3 comments
Closed

Package loading warning after updating 9.1 #881

sepw opened this issue May 9, 2021 · 3 comments

Comments

@sepw
Copy link

sepw commented May 9, 2021

What did you do?

Updated SPM package dependencies, which pulled in Nimble 9.1. I was previously using 9.0.1.

What did you expect to happen?

I expected Nimble to build without errors or warnings.

What actually happened instead?

Xcode (12.5) can build Nimble successfully but presents a package loading warning for Nimble:

Showing Recent Messages

Nimble
found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/me/Library/Developer/Xcode/DerivedData/Project-axynmiysuypgzucopudqyvqlpcbk/SourcePackages/checkouts/Nimble/Sources/Nimble/Info.plist

The issues appears to relate to the inclusion/exclusion of resources from the Nimble SPM package manifest.

Environment

List the software versions you're using:

  • Nimble: 9.1
  • Xcode Version: 12.5
  • Swift Version: Xcode Default

Please also mention which package manager you used and its version. Delete the
other package managers in this list:

  • Swift Package Manager 5.4.0

Project that demonstrates the issue

Create a new SPM library project, add a dependency for Nimble with dependency:

dependencies: [
  .package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
]
@ikesyo
Copy link
Member

ikesyo commented May 9, 2021

This is already addressed in master by #878 but we would backport to 9.x.

@ikesyo
Copy link
Member

ikesyo commented May 9, 2021

v9.2.0 has been released.

@ikesyo ikesyo closed this as completed May 9, 2021
@sepw
Copy link
Author

sepw commented May 10, 2021

Thank you for fixing this issue so quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants