Install pods got a warning hermes-engine has added 1 script phase
When I installed pods for the first time I got a warning in the terminal:[!] [Codegen] warn: using experimental new codegen integration[!] hermes-engine has added 1 script phase. Please inspect before...
View ArticleSwift app stopped running after POD installation
Swift app stopped running after POD installation.Pod installation also had errors, I had to fix it by updating Ruby, making changes to xcodeworkspace file.Error: Cannot preview in this file, Active...
View ArticleWhy does `Podfile.lock` change `SPEC CHECKSUMS` section on `pod install` when...
I don't check in my Pods dir into source control.If I run pod install, touch nothing, and then run pod install a few minutes later the SPEC CHECKSUMS section of my Podfile.lock changes.Why?pod...
View ArticleHow to reduce the size of my wrapper iOS framework?
I’ve created a custom dynamic framework in Objective-C for iOS (targeting arm64). It includes one header (.h) and one implementation file (.m). My framework has a static xcframework dependency...
View ArticleFlutter CocoaPods could not find compatible versions for pod...
on running pod install there is appearing following error[!] CocoaPods could not find compatible versions for pod "OneSignalXCFramework": In Podfile: onesignal_flutter (from...
View ArticleXcode building for iOS Simulator, but linking in an object file built for...
I am trying to get a large (and working on Xcode 11!) project building in Xcode 12 (beta 5) to prepare for iOS 14. The codebase was previously in Objective-C, but now it contains both Objective-C and...
View ArticleI can't install any library in my react-native project
Perhaps the problem is in cocoapods or that there is something wrong in my json .However, it does not show errors in the code.When i try install any library by using yarn i see this :purrweb@192...
View ArticleXcode 14 - Cannot code sign because the target does not have an Info.plist file
I am using cocoapods in my project and it was working fine but after upgrade to Xcode 14 it is giving different kind or errors.Firstly it was asking for bit code and later asked for the development...
View ArticleWhere in VSCode can I change the minimum version for the pod Firebase/CoreOnly?
I'm getting the following error when building a flutter app for MacOS:The pod "Firebase/CoreOnly" required by the plugin "cloud_firestore"requires a higher minimum macOS deployment version than the...
View ArticleCocoaPods could not find compatible versions for pod "FirebaseFirestore" on...
I'm trying to decrease the compilation time for my cloud_firestore app but I can't seem to run pod install. I run a relatively old MacBook Air to compile my iOS builds and currently it takes over 30...
View ArticleCommand PhaseScriptExecution failed with a nonzero exit code, when trying to...
i had tried to take a build of flutter app in xcode then this error is showing up. Im using a runscript command for crashlythics for generating dsyms.XCode Version = 16.0cocoapod = 1.15.2Flutter =...
View ArticleWhere in VSCode can I change the minimum version for the plugin cloud_firestore?
I'm getting the following error when building a flutter app for MacOS:The pod "Firebase/CoreOnly" required by the plugin "cloud_firestore"requires a higher minimum macOS deployment version than the...
View ArticleError generating build on ios in my react native app
I have a react native + expo app which works perfectly on Android and Expo go, but when I want to compile in Xcode it gives me this error/Users/edwin/Desktop/App/app-riqueza/ios/Pods/Target Support...
View ArticleFlutter - update pod dependency loop
I do not know what commands to use to get out of this situation where I seem to have a pod dependency loop that prohibits me to update pod versions?How can I clean the whole project and update or are...
View ArticleDefinition of 'MPGDPRConsent' must be imported from module...
Getting below error after project being upgraded to react-native 0.73iOS minimum Development : iOS 13Showing All Errors Only/node_modules/react-native-mparticle/ios/RNMParticle/RNMParticle.m:648:34:...
View ArticleCocoaPods not installed or not in valid state. Flutter
Hey I saw this issus has faced others before and have some question and answers are available. But neither solution that mention not worked hereLaunching lib/main_stage.dart on iPhone 15 Pro in debug...
View ArticleCocoapods Pod with subspecs fail to install due to frameworks conflicting names
I have a MyProduct.xcframework that I distribute with Cocoapods in a podspec that relies on the vendored_frameworks field.MyProduct.xcframework also depends on another XCFramework called...
View ArticleReact Native iOS pod install error - Error installing GoogleMaps
I am developing ios app using react native.When I run pod install, the installation stops with the following error.Installing GoogleMaps (8.4.0)[!] Error installing GoogleMaps[!] /usr/bin/curl -f -L -o...
View Articlelibc++abi: terminating due to uncaught exception of type NSException
I getting an issue in react native ios build is install successfully but crash it when launch it.Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTRootView...
View ArticleError with ruby installation with version Ruby version >= 3.1.0
ERROR: Error installing cocoapods:The last version of activesupport (>= 5.0, < 8) to support your Ruby & RubyGems was 6.1.7.9. Try installing it with gem install activesupport -v 6.1.7.9 and...
View Article