All Image/Fast Image in React Native app not working on iOS 14 beta and Xcode 12 beta

余生长醉 提交于 2020-07-20 10:14:10

问题


I've upgraded my iPhone device to iOS 14 beta and Xcode 12 beta. Then all Image/Fast Image on my React Native project can not show (which work well on previous iOS 13 and Xcode 11.5).


回答1:


This is related to https://github.com/SDWebImage/SDWebImage/issues/3040
You can update SDWebImage in your Podfile or simply remove Podfile.lock and re-install.




回答2:


This is related to https://github.com/SDWebImage/SDWebImage/issues/3040.
Simply update SDWebImage in your Podfile or remove Podfile.lock and re-install.



来源:https://stackoverflow.com/questions/62612812/all-image-fast-image-in-react-native-app-not-working-on-ios-14-beta-and-xcode-12

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!