What does error conflicting types for '' mean?

后端 未结 4 546
逝去的感伤
逝去的感伤 2021-01-03 09:04

i got an error that said \"error: conflicting types for \'____\'. What does that mean?

4条回答
  •  轮回少年
    2021-01-03 09:06

    If you're trying to assign it from a call that returns an NSMutableDictionary, that's probably your trouble. Posting the line of code would definitely help diagnose warnings and errors in it.

提交回复
热议问题