XCode 15 构建错误:存储的属性无法使用“@available”标记为可能不可用

问题描述 投票:0回答:1

在我的 React Native 项目中,我使用的是 https://github.com/5-stones/react-native-readium。 由于依赖 R2Streamer,我无法使用 XCode 15 运行 IOS。

Swift 编译器错误(Xcode):/Users/coderythm/workspace/Digilib/bilal/wordr*****/ios/Pods/R2Streamer/Sources/Streamer/Server/PublicationServer.swift:364:6 无法标记存储的属性无法通过“@available”

XCode 版本:15.0 Pod 版本:1.12.1

尽管重新启动了 XCode 和设备,更新了 node_modules 和 Podfile.lock,并清理了项目构建文件夹,但我仍然无法解决问题。

ios swift xcode react-native cocoapods
1个回答
0
投票

为了解决上述问题,请运行。

pod 更新 FittedSheets

© www.soinside.com 2019 - 2024. All rights reserved.