skip to Main Content

CocoaPods could not find compatible versions for pod "flutter_google_places_sdk_ios"

[!] CocoaPods could not find compatible versions for pod "flutter_google_places_sdk_ios": In Podfile: flutter_google_places_sdk_ios (from .symlinks/plugins/flutter_google_places_sdk_ios/ios) Specs satisfying the flutter_google_places_sdk_ios (from .symlinks/plugins/flutter_google_places_sdk_ios/ios) dependency were found, but they required a higher minimum deployment target.

VIEW QUESTION

MacOS react native error bundler: failed to load command: pod

I tried creating a new project in react native: npx react-native@latest init myApp > gem which cocoapods /Users/nameUser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/cocoapods-1.13.0/lib/cocoapods.rb When creating the project I get this: Installing CocoaPods dependencies (this may take a few minutes) error bundler: failed to load command:…

VIEW QUESTION

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
Back To Top
Search