can't find gem cocoapods (>= 0.a) with executable pod (react-native pod install)
I just start a react-native project. However, this question had me for a day.I tried all possible way to solve it. For example,sudo gem uninstall cocoapodsrvm uninstallbrew install cocoapodsHowever,...
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 Articleobjc[65200]: Class GoogleMobileAdsClass is implemented in both...
Getting this warning in the logs while importing my framework from Coocapods in a test app. The framework is with Google Mobile Ads dependency. When importing my framework through SPM it is working...
View ArticleHow to show image in my Cocoapod from Readme.md file?
I have created a Cocoapod - RPUpdatingLabelFramework and added a README.md file. I have added a link (relative path) to an image (part of my repository) in the Readme.md file. When I commit & push...
View ArticleHow can I get past installing Boost with React Native environment setup for iOS?
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:66063)...
View ArticleCocoaPods use locally modified Pods
I would like to use an existing pod, modify it to fit my needs and finally use it in my Podfile.So far for the pod I did :edit the codecommit the new code into a new branchremove the github origin in...
View Articlehow to open Runner.xcworkspace in xcode
Tell me, I choose Runner.xcworkspace -> open in xcode in the Android studio, but for some reason runner.xcodeproj opens. How to open a workspace?Xcode - xcode-beta-8
View ArticleReact Native iOS Build Failed: 'react/debug/react_native_assert.h' file not...
I'm trying to build my React Native project for iOS, but the build fails with the following error:'react/debug/react_native_assert.h' file not foundEnvironment:React Native version: 0.72.4Xcode...
View ArticleXCode Error | 16.2 Version |EmitSwiftModule normal arm64 (in target 'Apollo'...
Getting below error when running npx react-native run-iosThe following build commands failed: EmitSwiftModule normal arm64 (in target 'Apollo' from project 'Pods') SwiftEmitModule normal arm64...
View ArticleiOS SDK Integration: Issue with JitsiMeet and Its Dependencies in Pods
I’m developing an SDK, and I created it as an XCFramework. Initially, I had both the SDK and DemoApp in the same Workspace, and I could instantly see my changes in the DemoApp while working on the SDK...
View ArticleReact Native pod install failed on Apple Silicon (M1)
I got my new Macbook Pro which has M1 chip.I tried to run my react native project but stucked on pod install.After that, I created an empty project and tried on that still getting the same error.###...
View ArticleInvalid `Podfile` file: undefined method `exists?' for File:Class
I am facing an issue with Podfile as below while installing pod in Xcode project.Invalid Podfile file: undefined method `exists?' for File:ClassI did try to update pod version with brew upgrade...
View ArticleMultiple targets match implicit dependency for linker flags '-framework...
I have a project, and podfile like thissource 'https://github.com/CocoaPods/Specs.git'use_frameworks!inhibit_all_warnings!def commandPod pod 'DynamicColor'endtarget 'MyApp' do platform :ios, '13.0'...
View ArticleBoringSSL-GRPC unsupported option '-G' for target 'arm64-apple-ios15.0'
After updating to Xcode 16 Beta, when building an app, I get this error (in attachments). That's basically it. Is there any way to fix that or should I wait for BoringSSL update?I've tried pod update...
View ArticleExternal Dependency Manager in Unity installing Cocoapods succeeded but the...
I try to make build on iOs with Unity. But has problem with Branch.io and (Header.h in xCode) file.To resolve dependencies, it is suggested to use External Dependency Manager. It runs the cocoapods...
View ArticleFlutter Cocoapods Mac M1 Install Error - Flutter Set Up
I am not able to run a flutter app that has CocoaPods on my Mac M1 computer.Flutter run:Warning: CocoaPods is installed but broken. Skipping pod install.You appear to have CocoaPods installed but it is...
View ArticleUpdate File Target Membership in Post Install Script or Build Phase
I have this weird issue that I'm getting after the pod install finishes where a handful of files are missing 1 Target Membership check. I'm trying to figure out if there's a way to add a target...
View ArticleInvalid Podfile file specifying multiple post_install hooks is unsupported
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...
View ArticleFlutter iOS Build Issue: Unable to find a target named Runner in...
I'm trying to run my Flutter project on an iPhone SE (3rd generation) simulator using flutter run, but I’m getting the following CocoaPods error:[!] Unable to find a target named Runnerin...
View ArticleXcode 10.2 Update issue Build system error -1: Unable to load contents of...
After upgrading to Xcode 10.2 I am getting 2 errors :-1: Unable to load contents of file list: 'xxxxx/Pods/Target Support Files/Pods-xxxx/Pods-xxxxx-frameworks-Debug-input-files.xcfilelist' (in target...
View Article