问题
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