skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
129 stars 14 forks source link

❌Failed to resolve dependencies. Dependencies could not be resolved because 'skip-ui' >= 0.2.32 contains incompatible tools version (5.9.0) and root depends on 'skip-ui' 0.3.5..<1.0.0. #1

Closed adityagi02 closed 1 year ago

adityagi02 commented 1 year ago

I encountered an issue while installing package and when attempting to build and an iOS sample app using Skip-UI. The build process failed with the following error message:

Screenshot 2023-10-30 at 9 14 21 AM

Environment

Steps to Resolve

Simply add the package or build any app after adding forcefully.

Adding this as an issue, because it will be helpful for many new skip-ui users as this is a common issue.

adityagi02 commented 1 year ago

✅Solved it !!✅

I've not set iOS/macOS deployment target. Setting it back solved the issue.

Screenshot 2023-10-31 at 10 33 05 AM