We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FLTTeamService.swift line 653
报错:Heterogeneous collection literal could only be inferred to '[String : Any]'; add explicit type annotation if this is intentional
The text was updated successfully, but these errors were encountered:
我Xcode版本13.3ios中cocoapod下载的版本是NIMSDK_LITE (9.13.1)
Sorry, something went wrong.
可能是 swift 版本的问题,可以显式 指定一下: let dicMember: [String: Any] = ["id": teamId, "account": memberId, "type": "normal", "isInTeam": false, "isMute": false, "joinTime": 0]
No branches or pull requests
FLTTeamService.swift line 653
报错:Heterogeneous collection literal could only be inferred to '[String : Any]'; add explicit type annotation if this is intentional
The text was updated successfully, but these errors were encountered: