在我的react native项目中,我使用了https://github.com/5-stones/react-native-readium。由于依赖R2 Streamer,我无法在XCode 15的IOS上运行。
Swift编译器错误(Xcode):/Users/coderythm/workspace/Digilib/bilal/wordr**/ios/Pods/R2 Streamer/Sources/Streamer/Server/PublicationServer.swift:364:6存储的属性不能用'@available'标记为不可用
XCode版本:15.0 pod版本:1.12.1
尽管重新启动了XCode和设备,更新了node_modules和Podfile.lock,并清理了项目构建文件夹,但我还是无法解决这个问题。
2条答案
按热度按时间s1ag04yj1#
为了解决上述问题,请运行。
Pod更新FittedSheets
hrirmatl2#
您可以尝试将cocoapods更新到最新版本
安装cocoapods
然后,您可以尝试
pod install
并再次构建