error: changing the current version under key "cocoapods"
Imageenter image description hereWhen typing the command eas build -p ios gives me that error, please if you can help me, I am working from a regular laptop, it is not a MacWhen typing the command eas...
View ArticleYou cannot run CocoaPods as root. react-native ios build
So I'm using AWS Amplify with react-native and I got an error saying I couldnt use Expo go with Amplify so Im trying to build it on my local ios device but I keep getting stuck on the same error. The...
View Articlehow to add header file into the .xcodeproj
enter image description herewhen im trying to add the imported framework into my xcodeproj, i coundn't get to know how to implement with this enter image description...
View ArticleImport of module 'glog.glog.log_severity' appears within namespace 'google'
I know this is duplicated, since the answered solution doesn't work for me, I'm asking again in case someone has come up with any new solution...Already tried:Unlinked all auto-linked modules and...
View ArticleFlutter Doctor - Network Resources ErrorFlutter Doctor Network Resources...
Summary:Hello, I’m experiencing an issue when running the flutter doctor command on my Windows 10 PC. I’m using Android Studio for coding and I’ve recently set up a new (refurbished) PC.Problem in...
View ArticleErrors with package.swift [closed]
The package manifest at Package.swift cannot be accessed. (Package.swift doesn’t exist in the file system)I'm getting the above error when trying to build my code. Can someone please help ?
View ArticleGetting errors from packages that are not installed
I'm getting the following error for a package not included in by Podfile when building my code using Xcode.Binary target FirebaseAnalytics could not be mapped to an artifact with expected name...
View ArticleFailure to Generate iOS React Native 0.72.12 Project in Custom Directory
If the project structure follows the one below, running pod install is successful:└── guideProgram ├── package.json ├── node_modules └── ios └── PodfileHowever, when the structure is customized as...
View ArticleAfter Cocoapod update: "No such file or directory: 'FirebaseAnalytics'"
I'm getting this error after updating the Firebase pods on Xcode 12.5.1, everything was working fine before clang: error: no such file or directory: 'FirebaseAnalytics'It started after I deleted the...
View Articlecocoapods error : ~ target has frameworks with conflicting names: ~
My problem is pretty simple and stackoverflow has many 'similar' problems but couldn't find the exact one. Maybe too easy to solve? Anyway, here is the problem:I use X in podfile like this:pod 'X',...
View ArticleAn error Command PhaseScriptExecution failed with a nonzero exit code
When I build my code I get the following errorCommand PhaseScriptExecution failed with a nonzero exit codeHere's my Podfile# Uncomment the next line to define a global platform for your projectplatform...
View ArticleXcode12.4 Can't merge user_target_xcconfig for pod targets
I have been trying to update Pods, however, I get this warning every time I run pod update.Here are the Excluded Architectures of the Project and Pods respectively.What I've triedAdded this snippet to...
View ArticleCan't merge user_target_xcconfig for pod targets
When configuring my Flutter app for iOS, I've integrated two essential packages: metamask-ios-sdk and flutter_osm_plugin. However, during the pod install process, I encountered a puzzling issue:[!]...
View ArticleLibrary not loaded AQPlayer
I'm getting the following error when building my code in XCODELibrary not loaded: @rpath/AQPlayer.framework/AQPlayer Referenced from: <EDD8756F-B150-3DA7-9592-394B9104E7F3>...
View ArticleCocoaPods could not find compatible versions for pod "Flutter": In Podfile:...
After upgrade to flutter 3.1, I can build and run for android but I got the following error for ios. May I know what is the reason for this issue?Aungs-MBP:ios aungmyooo$ pod installAnalyzing...
View ArticleFIR ComponentType has different definitions in different modules
I have Firebase crashlytics integrated but i'm getting above error all of the sudden.I tried setting install swift objc header = no but it didn't workI use xcode 15
View ArticleHow to create a react native library wrapper over an ios framework file which...
I'm new to react native and am trying to build a react native library wrapper over an iOS framework. This framework depends on a third party cocoapod (BSImagePicker). I tried to add this pod as a...
View ArticlePlease specify "higher minimum deployment target" dependency
I installed Flutter 3.16.0 SDK and started installing necessary packages like connectivity_plus after configuring it when i tried to run the app on iPhone i got this issue:[!] CocoaPods could not find...
View ArticleEAS local build for iOS failing after adding react-native-firebase/analytics?
I am trying to run @react-native-firebase/analytics in my Expo-managed app. I've followed the official guide and installed required packages, and added the necessary configuration to my app.json.But...
View Articlecycle error when installing one signal SDK
I am getting the following error when installing the onesignal.com IOS SDK. Can someone please help?error: Cycle inside test; building could produce unreliable results.Cycle details:→ Target 'test':...
View Article