All Image/Fast Image in React Native app not working on iOS 14 beta and Xcode 12 beta
问题 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. Simply update SDWebImage in your Podfile or remove Podfile.lock and re-install. 回答2: 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