Flutter Lexical or Preprocessor Issue (Xcode):...
After I updated flutter to the latest version I keep getting this error for GoogleMobileAds and GoogleMapsWhen I try to flutter build ios I get the same errorLexical or Preprocessor Issue (Xcode):...
View ArticleInclude file in Podfile
I have an app that consists of many modules which are linked using cocoapods. The linked modules are detected at runtime. Now I want to be able to add and remove modules from the buildserver. What I...
View ArticleFlutter post-install hook of the Podfile error
I created a new flutter project from scratch, added the necessary packages to the pubspec.yaml file and ran the flutter pub get and then pod install command, but I get this error. I get this error both...
View ArticleSwift pods cannot yet be integrated as static libraries...
I am building an app by Flutter. I got this error message when doing "pod install" or "pod install --repo-update" or "pod update" and the pod install failed and stopped.The error message:[!] The...
View ArticleCan't find BoringSSL-GRPC using Firebase
I am building an iOS app using Firebase. Since upgrading to an M1 Mac I always run into one problem after another with the Firebase pods.This is my podfile:platform :ios, '12.0'use_frameworks! :linkage...
View ArticleMac OS Sonoma 14.3.1 with Xcode 15.2 build throws ld: library...
I've Mac M2 chip. After my last weekend update of my Mac OS from Monterey to Sonoma (14.3) and upgrading the Xcode from 14.2 to Xcode 15.2, my react-native project code (0.72.4) build is failed, but...
View ArticleERROR | xcodebuild: Returned an unsuccessful exit code
ReportAs you can see in the following, I set my pod in the pod file to support version 14.0 . but as you can see in the error the used version is 8.0 or different.I think this is the source of my...
View ArticleCould not build module
I am building a React-Native iOS app and my app does not run. I'm not 100% sure but I think the problem might have started after I ran:npm install @react-native-firebase/firestore cd iospod...
View ArticleFlutter build iOS => Error (Xcode): unable to execute command: Segmentation...
I need help as this is my first time to run flutter project on ios "Simulator"so i got many error that take me a week to solve it but i can't here's some problems that i...
View ArticleError Regarding undefined method `map' for nil:NilClass for Flutter App /...
I'm having an error regarding my Flutter application. When I run the "flutter run" script in terminal, I'm getting the following error from Cocoapods: "Error output from CocoaPods: Searching for...
View ArticleXcode 14.3 failed to verify module interface of 'project'
There were a lot of issues when trying to run the app after upgrading Xcode to the latest, 14.3 version.The one I am facing now is:failed to verify module interface of 'projectName' due to the errors...
View ArticleReact Native - Xcode - DerivedData - Pods - ExpoModules
How exactly does xcode or xcode pods get cached?I've made changes to update react native, or every time I make expo changes, or certain packages. My project is not an expo project but I am using the...
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 ArticleXcode error when building app: line 7: /resources-to-copy-Project.txt:...
When I try to build cordova application in Xcode I get the following error:/Users/User/PhpstormProjects/project/project-app/platforms/ios/Pods/Target Support...
View ArticleNone of your spec sources contain a spec satisfying the dependencies:...
I am implementing some of the firebase SDKs into my pods, but I am having an issue with versioning them. I want to set Firebase 6.33. I did check the pod spec of this version and updated my pods...
View ArticleFlutter doctor nerwork resources error about cocoapods
A cryptographic error occurred while checking "https://cocoapods.org/": Handshake error in clientYou may be experiencing a man-in-the-middle attack, your network may be compromised, or you may have...
View ArticleFlutter doctor network resources error about cocoapods
cmd error image here Network resources X A cryptographic error occurred while checking "https://cocoapods.org/": Handshake error in client You may be experiencing a man-in-the-middle attack, your...
View ArticleiOS Project with SQLCipher and SQLite Dependency
How can an iOS project be configured so that it can use the SQLCipher pod and also install 3rd party pods (like the Adobe Mobile SDKs) which use SQLite3?SQLCipher has a disclaimer that usage with other...
View Articlecocoapods error in flutter project m1 macbook
I’m in trouble with my m1 macbook pro.When I run my flutter app which contains firebase core(1.5.0 ver), I got errors at cocoapods.I did so many approaches to solve this problem but none of them are...
View ArticleHow to specify a specific version for a pod in combination with modular_header?
I have this in a pod file pod 'Realm', :modular_headers => trueAnd want to specify a particular version to use. Ordinarily without the modular_headers section I would do this: pod 'Realm',...
View Article