XCode11收到错误“二进制运算符'=='不能应用于类型为'Swift.String'和'String'的操作数”

时间:2019-09-23 18:30:23

标签: swift5

不知道Swift.StringString之间的区别。左边是我从CNContact获得的联系人标识符,应该是String,右边是我传入的String值。

还会得到一些类似的错误Binary operator '==' cannot be applied to operands of type 'Swift.Int64' and 'Int64',当左边是Core Data中的Int64时,右边是我传入的Int64值。

代码如下

for sharedId in ids where sharedURI.contentId == sharedId

for syncItemId: Int64 in ids where contentView.syncItemId == syncItemId

0 个答案:

没有答案