You appear to have CocoaPods installed but it is not working. This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it. This can usually be fixed
For an M1 Mac, read this SO for installing cocoapods. If you haven't already, install Xcode tools and make sure to install the optional "iOS Platform" package as well. This installation may take awhile. After installation, check in System Settings that there's no update for Xcode. Othe...
Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git >=1.8.0by executinggit --version. You can get a full picture of the installation details by executingpod install...
You could use Swift Package Manager or CocoaPods. You could also try adding the -verboseR option to the non-sudo version of the terminal command to see if any more useful output is generated. (When I tried a sudo on that, it installed successfully to...
-> Installing QMUIKit 4.0.4 (was 3.2.1 and source changed to `https://cdn.cocoapods.org/` from `https:///cocoapods/specs.git`) $ /usr/bin/git ls-remote https:///Tencent/QMUI_iOS.git master 2416a78cac2b447e8895e1260b2547f1764240c0 refs/heads/master ...
[!] error installing arcgis-runtime-sdk-ios Reply 0 Kudos All Posts Previous Topic Next Topic 7 Replies by SivaramaJavvaji 08-03-2017 12:46 AM Below is my pod file desc source 'https://github.com/CocoaPods/Specs.git'platform :ios, '10.0'use_framew...
Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git >=1.8.0by executinggit --version. You can get a full picture of the installation details by executingpod install...
*** Assertion failure in -[_UINavigationBarContentView setDirectionalLayoutMargins:] 解决方案是更新第三方库 -> Installing QMUIKit 4.0.4 (was 3.2.1 and source changed to `https://cdn.cocoapods.org/` from `https:///cocoapods/specs.git` ...
Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git >=1.8.0by executinggit --version. You can get a full picture of the installation details by executingpod install...
We recommend installing nodejs 22 or more recent via nvm (nvm use to use version 22 from .nvmrc) To install yarn: npm install --global yarn && yarn Follow these steps https://docs.expo.dev/workflow/ios-simulator to install XCode and XCode Command Line Tools Update your cocoapods: npx ...