cocoapods-1.0.1

The wrong Ruby version when working with cocoapod

蹲街弑〆低调 提交于 2021-01-29 04:37:30
问题 Our project is written in Objective-C, and use an old version of cocoapod (0.38.0). All my colleagues use the old version of Ruby (2.0.0). I have the latest version of Ruby (2.3.1), so I need to install more the old Ruby version (2.0.0) as my colleagues have. rvm install 2.0.0 rvm use 2.0.0 I cocoapod install pod _0.38.0_ install and get an error like this: Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2 Ignoring gem

XCode build fails when switching from iphone to pad or vice versa

不想你离开。 提交于 2020-01-06 17:08:12
问题 When building and testing in Xcode and running the app on let's say, ipad and then want to switch to iphone, I get the following build errors: ld: warning: ignoring file /xxx/Build/Products/Debug- iphoneos/libCTCheckbox.a, file was built for archive which is not the architecture being linked (arm64): /xxx/Library/Developer/Xcode/DerivedData/xxx/Build/Products/Debug-iphoneos/libCTCheckbox.a for all my pod libraries. And then: Undefined symbols for architecture arm64: "_OBJC_CLASS_$

Updating Pod is not Working

十年热恋 提交于 2019-12-12 08:04:07
问题 I know this question is previously asked and I review that asked question answers but still I am facing this error. [!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down Previously before a week ago pod update command is working fine but now when I run that command it gives me same error everyTime. I tried below solutions. I tried this command with multiple internet connection. 2. pod repo remove master pod setup pod

Updating Pod is not Working

寵の児 提交于 2019-12-03 14:32:14
I know this question is previously asked and I review that asked question answers but still I am facing this error. [!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down Previously before a week ago pod update command is working fine but now when I run that command it gives me same error everyTime. I tried below solutions. I tried this command with multiple internet connection. 2. pod repo remove master pod setup pod install 3. $sudo rm -fr ~/.cocoapods/repos/master $pod setup $pod install Finally I found solution

Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo

风流意气都作罢 提交于 2019-11-27 05:50:38
When running pod repo update the following error is generated: Updating spec repo `master` [!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down Using cocoapods 1.0.1 I'm also aware of this: Master spec-repo rate limiting post‑mortem . Adding --verbose flag to the call shows the ruby call stack: .rvm/gems/ruby-2.3.0/gems/cocoapods-core-1.0.1/lib/cocoapods-core/github.rb:100:in `modified_since_commit' .rvm/gems/ruby-2.3.0/gems/cocoapods-core-1.0.1/lib/cocoapods-core/master_source.rb:32:in `requires_update?' .rvm/gems

Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo

烂漫一生 提交于 2019-11-26 11:45:55
问题 When running pod repo update the following error is generated: Updating spec repo `master` [!] Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down Using cocoapods 1.0.1 I\'m also aware of this: Master spec-repo rate limiting post‑mortem. Adding --verbose flag to the call shows the ruby call stack: .rvm/gems/ruby-2.3.0/gems/cocoapods-core-1.0.1/lib/cocoapods-core/github.rb:100:in `modified_since_commit\' .rvm/gems/ruby