sendbird / sendbird-chat-sample-ios

This repository provides feature-level Chat samples with Swift.
https://sendbird.com/docs/chat/v4/ios/overview
MIT License
33 stars 5 forks source link

Demo App not build #198

Open dharmesh304 opened 9 months ago

dharmesh304 commented 9 months ago

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")), ~^~~~~