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

[BUG] - incompatible with recent versions of SwiftUI-Introspect #153

Open
jonasrichardrichter opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
confirmed bug A bug behavior that has been confirmed by maintainers

Comments

@jonasrichardrichter
Copy link

Describe the bug

The current version does not work if the project uses a recent version of SwiftUI-Introspect

Failed to resolve dependencies Dependencies could not be resolved because root depends on 'permissionsswiftui' 1.5.10..<2.0.0 and root depends on 'swiftui-introspect' 1.1.1..<2.0.0.
'permissionsswiftui' >= 1.5.10 practically depends on 'swiftui-introspect' 0.0.0..<1.0.0 because 'permissionsswiftui' 1.5.10 depends on 'swiftui-introspect' 0.0.0..<1.0.0 and no versions of 'permissionsswiftui' match the requirement 1.5.11..<2.0.0.

To Reproduce

  1. Add SwiftUI-Introspect above version 1.0.0 to your Xcode project
  2. Add PermissionsSwiftUIin the current version to your Xcode project.

Expected behavior

Should work with a stable version of SwiftUI-Introspect

@jonasrichardrichter jonasrichardrichter added the possible bug Something isn't working label Feb 26, 2024
@jonasrichardrichter
Copy link
Author

I made the customizations I saw in a fork, but I don't know if everything works as I got some Xcode errors. Can be adopted if everything is functional.

Link to the commit in my fork

@jevonmao jevonmao self-assigned this Feb 26, 2024
@jevonmao jevonmao added confirmed bug A bug behavior that has been confirmed by maintainers and removed possible bug Something isn't working labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug A bug behavior that has been confirmed by maintainers
Projects
None yet
Development

No branches or pull requests

2 participants