刚开始上手RN,碰到很多坑,记录一下.碰到问题多去看看github上面的issue! 启动命令react-native run-ios报错 1.:xcrun: error: unable to find utility "instruments", not a developer tool or in PATH 解决方案 sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/ 重新跑一下就好了 2.bundlin…
下载第三方demo,运行报错: failed to read file attributes for https://stackoverflow.com/questions/46301270/failed-to-read-file-attributes-for-images-xcassets-in-xcode-9 Removing the reference of Images.xcassets and adding it again in Project resolved the erro…
后台API查询接口,get请求,后台Date字段接收前台String类型的时间筛选条件 后台接口接收 使用的实体 而createDate字段在后台实体中是Date类型 报错信息: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'huaYangArea' on field 'c…