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

Demo App not build #198

Open
dharmesh304 opened this issue Jan 31, 2024 · 0 comments
Open

Demo App not build #198

dharmesh304 opened this issue Jan 31, 2024 · 0 comments

Comments

@dharmesh304
Copy link

dharmesh304 commented Jan 31, 2024

Tuist version 3.42.2

download demo app
go the the path of the demo and run tuist fetch

Error

The 'swift' command exited with error code 1 and message:
Desktop/sendbird-chat-sample-ios-main/Tuist/Dependencies.swift:11:26: error: cannot convert value of type '[Any]' to expected argument type 'SwiftPackageManagerDependencies?'
swiftPackageManager: [
^
Desktop/sendbird-chat-sample-ios-main/Tuist/Dependencies.swift:12:10: error: type 'Any' has no member 'remote'
.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .upToNextMinor(from: "4.0.0")),
~^~~~~~
Desktop/sendbird-chat-sample-ios-main/Tuist/Dependencies.swift:12:89: error: cannot infer contextual base in reference to member 'upToNextMinor'
.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .upToNextMinor(from: "4.0.0")),
~^~~~~~~~~~~~~
Desktop/sendbird-chat-sample-ios-main/Tuist/Dependencies.swift:13:10: error: type 'Any' has no member 'remote'
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.8.1")),
~^~~~~~
Desktop/sendbird-chat-sample-ios-main/Tuist/Dependencies.swift:13:77: error: cannot infer contextual base in reference to member 'upToNextMinor'
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.8.1")),
~^~~~~~~~~~~~~

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

1 participant