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 Version 15.0 beta 2, Info.plist file Error

In my Objective-C MobileApp project, the project was running well in Xcode 14.3. But after upgrading to Xcode 15 beta, I'm getting this issue. Info.plist Error Unable to process Info.plist at path /Users/macmini2/Library/Developer/Xcode/DerivedData/MobileApp-aqrnzgrjfzndxq/Build/Products/Debug-iphoneos/MobileApp.app/Info.plist How can I fix this issue? Here…

VIEW QUESTION

Flutter – Specs satisfying the `app_settings (from `.symlinks/plugins/app_settings/ios`)` dependency were found, but they required a higher minimum deployment

I run pod install for my Flutter app, I'm getting this error: [!] CocoaPods could not find compatible versions for pod "app_settings": In Podfile: app_settings (from `.symlinks/plugins/app_settings/ios`) Specs satisfying the `app_settings (from `.symlinks/plugins/app_settings/ios`)` dependency were found, but they required a…

VIEW QUESTION
Back To Top
Search