Xcode项目错误收集
2019-10-15 本文已影响0人
绍清_shao
-
出现错误:
报错:JSONDecoder The data couldn’t be read because it isn’t in the correct format
解:
Struct中类型对不上,服务器返回Int,但Struct中为String -
出现错误:
storyboard中tap手势添加,点击后没反应
解:
手势没添加在对应的控件上
出现错误:
报错:JSONDecoder The data couldn’t be read because it isn’t in the correct format
解:
Struct中类型对不上,服务器返回Int,但Struct中为String
出现错误:
storyboard中tap手势添加,点击后没反应
解:
手势没添加在对应的控件上