Sandbox: bash(2538) deny(1) file-read-data /Users/.../ios/App/Pods/Target...
I'm working on an Ionic iOS project and since I upgraded to macOS Sonoma 14.4.1 I get this error when I try to build my project in xcode 15.3.I triedcleaning the build folderexecuting pod deintegrate,...
View ArticleUnable to link statically a specific Pod
I am trying to link statically a specific Pod in my project that requires static linking.If i write use_frameworks! :linkage => :static, it will link statically all of my Pods and i have multiple...
View Articleerror: 'Flutter/Flutter.h' file not found when flutter run on iOS
I don't know why but I can't build or run the App in my new Macbook, I run the same folder on another Mac or my windows computer and runs perfectly.here when I run flutter clean, I have to run pub get...
View ArticleCompose multiplaform - adding cocoapods gives error on building IOS app
Created fresh project in compose multiplatform. Ios emulator worked fine and builds.after that I added cocoapods. Tried following documentation, ect nothing worked. Tried this approach which seems to...
View ArticleNo such module 'GoogleMaps' found however it is installed
I have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my project to another device through iCloud (the projects directory is in...
View ArticleGetting The repo `my-ios-pod-spec` at...
I'm getting this error when I'm attempting to push to the specs repo and not sure what the problem isThe repo `my-ios-pod-spec` at `../../../.cocoapods/repos/my-ios-pod-spec` is not clean
View ArticleExpo react-native-tvos: pod install error after prebuild (EXConstants issue)
I am trying to create bare expo react native app for Apple TV. I am following Expo documentation so I am starting with npx create-expo-app MyTVProject -e with-tv. Next is export EXPO_TV=1 and then npx...
View ArticleError installing Boost: Verification checksum was incorrect, expected [closed]
Error message:Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ffSteps...
View ArticleVerification checksum is incorrect when installing Boost [duplicate]
Hello I'm having an issue setting up my mobile environment for IOS. When I try to install the pods I get an error that I've been unable to resolve. If anyone has an idea how to resolve this issue that...
View ArticleError Installing mobile-ffmpeg-full-gpl (4.4.LTS) via CocoaPods - 404 Not Found
I am trying to install mobile-ffmpeg-full-gpl (4.4.LTS) in my iOS project using CocoaPods, but I am encountering a 404 error when CocoaPods attempts to download the framework. Here is the error...
View ArticleHow to exclude framework localization resources when exporting from Xcode?
I have a project that uses CocoaPods as its dependency manager. Some of the frameworks my app depends on include their own localization resources, such as *.lproj folders.The issue I’m facing occurs...
View ArticleProblem in React Native v0.62.2 with Flipper pods and post install hooks
Im new in react native, and i facing the problem: Im using react native with flipper pods, and my pod file contain this code:add_flipper_pods! post_install do |installer|...
View ArticleXcode Build failed,fatal error: module 'firebase_auth' not found @import...
Doctor summary (to see all details, run flutter doctor -v):[✓] Flutter (Channel stable, v1.17.4, on Mac OS X 10.15.5 19F101, locale en-US)[✓] Android toolchain - develop for Android devices (Android...
View ArticleHow do I install CocoaPods?
I referred to many links and tried, but I had no success. I read CocoaPods documents and many times tried to install, but I always failed because of the starting steps. I found one error whereby I...
View ArticleCocoapods Version on Macos
I am on MacOS on an M3 Pro machine running Flutter through VS CodeI am trying to compile my app, but I get the following messageError: CocoaPods specs repository is too out-of-date to satisfy...
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 Articlecould not find compatible versions for pod
I am new in IOS development and git. I am having a problem after merging my local repo to the dev repo. After merging when I build the project I get an error in the Xcode that says, "The sandbox is not...
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 ArticleFleet IDE unable to run iOS app with CocoaPods plugin (ld: framework...
I just use standard setup from Kotlin Multiplatform Wizard and manually setup CocoaPods plugin.here is my configuration:libs.versions.toml[versions]agp = "8.5.2"android-compileSdk = "34"android-minSdk...
View ArticleActivesupport error when Installing "CocoaPods" using sudo gem install cocoapods
ERROR:Error installing cocoapods: The last version of activesupport (>=5.0, < 8) to support your Ruby & RubyGems was 6.1.7.3. Try installing it with gem install activesupport -v 6.1.7.3 and...
View Article