You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")),
~^~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
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")),
~^~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: