: Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead
更改方式有3种:降级xcode升级到rn0.54用以下的方法改源码原来是这样://return[NSStringstringWithFormat:@"%@|%g|%g|%g|%zd|%@",//imageTag,size.width,size.height,scale,resizeMode,responseDate];改为这样return[NSStringstringWithFormat:@"%@