cocoapods Questions
1
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 ...
Sheya asked 3/6 at 17:36
5
I am trying to build iOS app from expo managed project. The build fails At Pod installation step.
In Expo SDK 44, 45 everything was okay. But when I upgrade to SDK 46, I am facing the issue.
Here i...
Detestable asked 9/11, 2022 at 11:29
6
When I run Flutter doctor:
I have tried to run sudo gem install cocoapods to install it but still the same issue.
Please not that I am running xcode 12 with the newest flutter version in the dev c...
14
I am trying to build a Flutter app with Geolocator plugin on Android Studio.
When I am running the app I have the following warning - that prevents the app from running:
Warning: CocoaPods not ins...
4
Solved
I have setup a firebase project for my flutter project but while running the project I'm getting the below error. I have tried to install the pod properly but still, there is an error while executi...
Havana asked 3/10, 2021 at 7:52
3
Solved
I believe this is what's happening:
My MacOS system updated and subsequently, Xcode was updated to version 14. Ever since that happened my eas local builds no longer complete successfully. Submitti...
Herwick asked 15/9, 2022 at 18:42
3
I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error
ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swift...
Corneille asked 26/6 at 8:33
4
Solved
I pulled from git and everything works fine except I get this error even though I can still run the project. Is there a way to fix this?
8
Solved
I am getting this error when I am trying to run my React Native app in iOS:
[!] CocoaPods could not find compatible versions for pod "Firebase/Auth":
In Podfile:
Firebase/Auth
RNFBAut...
Twoply asked 2/2, 2021 at 19:22
2
I have a SwiftUI struct in a common library that I ship to myself.
public struct NTextField: View {
public var body: some View {
Text("Hello, World!")
}
public init() {
}
}
struct NTextFie...
13
Solved
I am trying to run my IOS app with react native, but I need to update my Pods. so I run on terminal:
cd iOS && pod install
But I get this error on the title
internal/modules/cjs/loader.js:...
Hoke asked 13/7, 2022 at 19:34
4
After adding this line in my Podfile:
pod 'PiwikTracker', :git => 'https://github.com/manuroe/matomo-sdk-ios.git', :branch => 'feature/CustomVariables'
The below error is occuring:
[!] /...
14
I just created new Framework and added Firebase via CocoaPods, when combine the library it success.
But when I add that library to other project via CocoaPods as well, then combine that project, a...
11
Solved
I was trying to install pod 'Firebase/Functions' but failed with the following error:
`[!] CocoaPods could not find compatible versions for pod "Firebase/Functions":
In Podfile:
Firebase/...
Baikal asked 9/6, 2019 at 17:35
4
Solved
I am trying to create a CocoaPod and when I try pod lib lint there's an error about ERROR | [iOS] file patterns: Thesource_filespattern did not match any file.
I am trying to follow BlinkingLabel ...
5
I have integrated Firebase and GoogleTagManager into my iOS app target using Cocoapods.
When I build my target, Xcode constantly gives me error:
Showing Recent Messages
PhaseScriptExecution [CP]...
Paulownia asked 3/5, 2019 at 7:18
18
Solved
I am coding a simple react native app and am getting a console error when I run the app. It says that there is no permission handler detected and tells me to go through some steps. But I do not kno...
Cribbage asked 24/5, 2020 at 0:12
11
Solved
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 i...
Ernie asked 4/6, 2016 at 18:42
7
Solved
I'm using cocoapods 1.1.1 and in my podfile I have more than one post_install hooks. And I'm getting this error :
[!] Invalid `Podfile` file: [!] Specifying multiple `post_install` hooks is unsup...
15
my problem is this:
I want to connect my app to Firebase. I followed all the steps and did everything according to the instructions. When I tried to debug the app, the following error came up:
Whe...
7
Solved
I'm running the install with an admin account I tried
sudo gem install cocoapods
and
sudo gem install cocoapods -n /usr/local/bin
They both run fine with following output
Fetching cocoapods-...
Six asked 18/5, 2020 at 10:4
29
When i type "pod install" in a correct directory I always get this
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
project 'path...
6
i tried to update react-native version to latest 0.72.3 and run pod install which resulted in next error
[!] CocoaPods could not find compatible versions for pod "SocketRocket":
In snaps...
Midship asked 17/7, 2023 at 12:27
6
Solved
After Updating to Xcode 15 I am getting the following error in my react-native app while it try to build it.
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Con...
Arcane asked 20/9, 2023 at 5:54
6
I am currently trying to start a project in React Native version 0.73, but I'm having an issue when I do pod install in the iOS directory, specifically with installing Boost version 1.83.0.
(node:6...
Birdsong asked 31/12, 2023 at 5:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.