skip to Main Content

React native – XCode 15 Build error: Stored properties cannot be marked potentially unavailable with '@available'

In my react native project I'm using https://github.com/5-stones/react-native-readium. Because of the dependency R2Streamer i can not run for IOS with XCode 15. Swift Compiler Error (Xcode): /Users/coderythm/workspace/Digilib/bilal/wordr*****/ios/Pods/R2Streamer/Sources/Streamer/Server/PublicationServer.swift:364:6 Stored properties cannot be marked unavailable with '@available' XCode version : 15.0 pods…

VIEW QUESTION

Xcode – Cycle inside {PROJECT} building could produce unreliable results. Cycle details

I have just updated to XCODE 15 and Macos SONOMA. I'm receiving this issue regarding cycles: Cycle inside MyApp; building could produce unreliable results. Cycle details: → Target 'MyApp': ExtractAppIntentsMetadata ○ Target 'MyApp': CodeSign /Users/me/Library/Developer/Xcode/DerivedData/ProjectA-frqscjhianktlvbxgbzostesljpn/Build/Products/Debug-iphoneos/MyApp.app/Frameworks/3rdPartyFramework.framework ○ Target 'MyApp' has copy…

VIEW QUESTION
Back To Top
Search