在xcode升级到Version 9.3 (9E145)之后RN的bug: Values of type 'NSInteger' should not be used as format arguments
更改方式有3种:降级xcode升级到rn0.54用以下的方法改源码原来是这样://return[NSStringstringWithFormat:@"%@|%g|%g|%g|%zd|%@",//imageTag,size.width,size.height,scale,resizeMode,responseDate];改为这样return[NSStringstringWithFormat:@"%@