Created
June 25, 2020 03:40
-
-
Save fanjavaid/34b93978d4eaf5358acefe6ee537fabc to your computer and use it in GitHub Desktop.
error.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| env COCOAPODS_BINARY_BUILD_CONFIGURATION="Debug" bundle exec pod install --repo-update | |
| 🚀 Prebuild frameworks | |
| Preparing to Merge: UISwift | |
| Downloading Pods in the group | |
| /usr/local/lib/ruby/gems/2.7.0/gems/nanaimo-0.2.6/lib/nanaimo/writer/pbxproj.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call | |
| /usr/local/lib/ruby/gems/2.7.0/gems/nanaimo-0.2.6/lib/nanaimo/writer.rb:35: warning: The called method `initialize' is defined here | |
| Analyzing dependencies | |
| Pre-downloading: `NVActivityIndicatorView` from `https://github.com/bukalapak/NVActivityIndicatorView.git`, tag `bukalapak_1.3` | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/downloader/cache.rb:114: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/downloader/request.rb:61: warning: The called method `slug' is defined here | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/downloader/cache.rb:100: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/downloader/request.rb:61: warning: The called method `slug' is defined here | |
| Cloning spec repo `bukalapak` from `https://github.com/bukalapak/BukalapakiOSSpecs.git` | |
| Username for 'https://github.com': [email protected] | |
| Password for 'https://[email protected]@github.com': | |
| [!] Unable to add a source with url `https://github.com/bukalapak/BukalapakiOSSpecs.git` named `bukalapak`. | |
| You can try adding it manually in `/Users/fandiakhmad/.cocoapods/repos` or via `pod repo add`. | |
| ――― MARKDOWN TEMPLATE ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― | |
| ### Command | |
| ``` | |
| /usr/local/lib/ruby/gems/2.7.0/bin/pod install --repo-update | |
| ``` | |
| ### Report | |
| * What did you do? | |
| * What did you expect to happen? | |
| * What happened instead? | |
| ### Stack | |
| ``` | |
| CocoaPods : 1.8.4 | |
| Ruby : ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin18] | |
| RubyGems : 3.1.2 | |
| Host : Mac OS X 10.15.5 (19F101) | |
| Xcode : 11.3.1 (11C505) | |
| Git : git version 2.26.2 | |
| Ruby lib dir : /usr/local/Cellar/ruby/2.7.1_2/lib | |
| Repositories : cocoapods - git - https://github.com/CocoaPods/Specs.git @ f1ddef67d2bfa5e4134e2ceff481cd15997474dd | |
| ``` | |
| ### Plugins | |
| ``` | |
| cocoapods-binary : 0.4.4 | |
| cocoapods-deintegrate : 1.0.4 | |
| cocoapods-plugins : 1.0.0 | |
| cocoapods-pod-merge : 0.0.4 | |
| cocoapods-search : 1.0.0 | |
| cocoapods-stats : 1.1.0 | |
| cocoapods-trunk : 1.4.1 | |
| cocoapods-try : 1.1.0 | |
| slather : 2.4.7 | |
| ``` | |
| ### Podfile | |
| ```ruby | |
| platform :ios, '10.0' | |
| install! 'cocoapods', :disable_input_output_paths => true | |
| use_frameworks! | |
| inhibit_all_warnings! | |
| keep_source_code_for_prebuilt_frameworks! | |
| plugin 'cocoapods-pod-merge' | |
| plugin 'cocoapods-binary' | |
| source 'https://github.com/CocoaPods/Specs.git' | |
| source 'https://github.com/bukalapak/BukalapakiOSSpecs.git' | |
| $branch_version = '0.29.0' | |
| $cuckoo_version = '1.0.6' | |
| $fakery_version = '3.4.0' | |
| $fbsdk_version = '5.5.0' | |
| $firebase_version = '6.13.0' | |
| $flex_version = '2.4.0' | |
| $googleMaps_version = '3.7.0' | |
| $googlePlaces_version = '3.7.0' | |
| $googleToolboxForMac_version = '2.1.3' | |
| $google_signin_version = '5.0.2' | |
| $google_utilities_version = '6.5.2' | |
| $mockingjay_version = '3.0.0-alpha.1' | |
| $mockit_version = '1.5.0' | |
| $moengage_version = '6.0.2' | |
| $moe_geofence_version = '2.0.0' | |
| $moe_inapp_version = '1.0.0' | |
| $nimble_snapshot_version = '7.0.0' | |
| $nimble_version = '8.0.1' | |
| $protobuf_version = '3.9.2' | |
| $quick_version = '2.1.0' | |
| $specLeaks_version = '0.1.8' | |
| $sqlite_version = '0.12.2' | |
| $treasuredata_version = '0.1.25' | |
| $crashlytics_version = '3.14.0' | |
| workspace 'bl_ios' | |
| def pod_binary_cache_disabled? | |
| ENV['COCOAPODS_BINARY_CACHE_DISABLED'] == 'true' | |
| end | |
| def shared_googletoolbox_pod | |
| pod 'GoogleToolboxForMac/NSData+zlib', $googleToolboxForMac_version, :binary => !pod_binary_cache_disabled? | |
| pod 'GoogleToolboxForMac/Logger', $googleToolboxForMac_version, :binary => !pod_binary_cache_disabled? | |
| pod 'GoogleToolboxForMac/NSDictionary+URLArguments', $googleToolboxForMac_version, :binary => !pod_binary_cache_disabled? | |
| pod 'GoogleToolboxForMac/NSString+URLArguments', $googleToolboxForMac_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def account_pods | |
| shared_googletoolbox_pod | |
| pod_merge_networking_swift | |
| pod 'GoogleSignIn', $google_signin_version, :binary => !pod_binary_cache_disabled? | |
| pod 'FBSDKCoreKit', $fbsdk_version, :binary => !pod_binary_cache_disabled? | |
| pod 'FBSDKLoginKit', $fbsdk_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def pod_merge_ui_swift | |
| pod 'UISwift', path: 'MergedPods/UISwift', :binary => !pod_binary_cache_disabled? | |
| end | |
| def pod_merge_networking_swift | |
| pod 'NetworkingSwift', path: 'MergedPods/NetworkingSwift', :binary => !pod_binary_cache_disabled? | |
| end | |
| def pod_merge_util_swift | |
| pod 'UtilSwift', path: 'MergedPods/UtilSwift', :binary => !pod_binary_cache_disabled? | |
| end | |
| def pod_merge_util_objc | |
| pod 'UtilObjc', path: 'MergedPods/UtilObjc', :binary => !pod_binary_cache_disabled? | |
| end | |
| def pod_merge_ui_objc | |
| pod 'UIObjc', path: 'MergedPods/UIObjc', :binary => !pod_binary_cache_disabled? | |
| end | |
| def automatic_review_pods | |
| end | |
| def automotive_pods | |
| end | |
| def serbuseru_pods | |
| pod_merge_util_objc | |
| end | |
| def grebekhadiah_pods | |
| end | |
| def analytics_pods | |
| pod 'TreasureData-iOS-SDK', $treasuredata_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def apiv4_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| end | |
| def blackbox_pods | |
| pod_merge_util_swift | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def bazaar_pods | |
| pod_merge_ui_swift | |
| end | |
| def bukaglobal_pods | |
| pod_merge_util_objc | |
| end | |
| def bukamall_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_ui_swift | |
| end | |
| def bukasend_pods | |
| end | |
| def trunk_toggle_pods | |
| end | |
| def browser_pods | |
| pod_merge_util_swift | |
| pod_merge_ui_objc | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def chat_pods | |
| pod_merge_ui_swift | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def checkout_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def common_pods | |
| blackbox_pods | |
| browser_pods | |
| pod_merge_networking_swift | |
| pod_merge_ui_objc | |
| pod_merge_ui_swift | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| trunk_toggle_pods | |
| pod 'Pulsator', '0.6.0', :configurations => ['Debug'], :binary => !pod_binary_cache_disabled? | |
| pod 'FBSDKCoreKit', $fbsdk_version, :binary => !pod_binary_cache_disabled? | |
| pod 'MoEngage-iOS-SDK', $moengage_version | |
| pod 'MOGeofence', $moe_geofence_version | |
| pod 'MoEngageInApp', $moe_inapp_version | |
| pod 'Adjust', '4.20.0', :binary => !pod_binary_cache_disabled? | |
| pod 'Protobuf', $protobuf_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def common_ui_pods | |
| pod_merge_ui_objc | |
| pod_merge_ui_swift | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| pod 'Pulsator', '0.6.0', :configurations => ['Debug'], :binary => !pod_binary_cache_disabled? | |
| end | |
| def complaints_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_objc | |
| end | |
| def cost_per_sale_pods | |
| pod_merge_ui_swift | |
| end | |
| def core_pods | |
| pod_merge_ui_objc | |
| pod_merge_util_swift | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def core_design_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_swift | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def dana_pods | |
| end | |
| def early_disbursement_pods | |
| end | |
| def flash_deal_pods | |
| end | |
| def government_pods | |
| end | |
| def home_pods | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def marketplace_pods | |
| pod_merge_ui_swift | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def nearest_mitra_pods | |
| pod_merge_networking_swift | |
| end | |
| def neo_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def neuro_pods | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| pod 'SQLite.swift', $sqlite_version, :binary => !pod_binary_cache_disabled? | |
| end | |
| def notification_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| end | |
| def games_pods | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def spinwin_pods | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def product_detail_pods | |
| end | |
| def product_review_pods | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def provider_pods | |
| pod_merge_util_swift | |
| end | |
| def qrcheckout_pods | |
| pod_merge_networking_swift | |
| end | |
| def splitter_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def transaction_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_swift | |
| pod_merge_networking_swift | |
| end | |
| def ticketing_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def search_pods | |
| pod_merge_ui_swift | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def seller_pods | |
| pod_merge_ui_swift | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def travel_pods | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def sample_pods | |
| pod_merge_networking_swift | |
| end | |
| def poinku_pods | |
| end | |
| def prepaid_pods | |
| pod_merge_ui_swift | |
| pod_merge_networking_swift | |
| pod_merge_util_objc | |
| end | |
| def premium_seller_pods | |
| pod_merge_ui_swift | |
| end | |
| def postpaid_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_objc | |
| end | |
| def prioritybuyer_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| end | |
| def payment_pods | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| pod 'BCAXCOWidget', '5.0.4' | |
| end | |
| def financial_calculator_pods | |
| end | |
| def bukadompet_pods | |
| end | |
| def bukareksa_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def bukaemas_pods | |
| pod_merge_ui_swift | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def bukanonton_pods | |
| end | |
| def coupondeals_pods | |
| pod_merge_util_swift | |
| pod_merge_util_objc | |
| end | |
| def bukareview_pods | |
| pod_merge_ui_swift | |
| end | |
| def insurance_pods | |
| end | |
| def funding_pods | |
| end | |
| def recurring_pods | |
| end | |
| def test_helper_pods | |
| pod_merge_util_objc | |
| pod 'Quick', $quick_version | |
| pod 'Nimble', $nimble_version | |
| pod 'Fakery', $fakery_version | |
| pod 'Cuckoo', $cuckoo_version | |
| pod 'Mockingjay', $mockingjay_version | |
| pod 'Mockit', $mockit_version | |
| end | |
| def tungku_pods | |
| pod_merge_networking_swift | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| end | |
| def funroom_pods | |
| pod_merge_ui_swift | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| end | |
| def syariah_pods | |
| end | |
| def liveshopping_pods | |
| pod_merge_util_swift | |
| end | |
| def facescan_pods | |
| end | |
| def kyc_pods | |
| end | |
| def blios_pods | |
| # sort the definitions below | |
| account_pods | |
| apiv4_pods | |
| blackbox_pods | |
| browser_pods | |
| bukaglobal_pods | |
| bukamall_pods | |
| bukanonton_pods | |
| bukareksa_pods | |
| bukaemas_pods | |
| chat_pods | |
| common_pods | |
| common_ui_pods | |
| core_design_pods | |
| core_pods | |
| coupondeals_pods | |
| dana_pods | |
| doraemonkit_pods | |
| financial_calculator_pods | |
| funding_pods | |
| games_pods | |
| grebekhadiah_pods | |
| home_pods | |
| insurance_pods | |
| kyc_pods | |
| marketplace_pods | |
| nearest_mitra_pods | |
| neo_pods | |
| neuro_pods | |
| payment_pods | |
| pod_merge_ui_swift | |
| pod_merge_ui_objc | |
| pod_merge_util_objc | |
| pod_merge_util_swift | |
| poinku_pods | |
| postpaid_pods | |
| premium_seller_pods | |
| prepaid_pods | |
| product_review_pods | |
| qrcheckout_pods | |
| sample_pods | |
| search_pods | |
| seller_pods | |
| serbuseru_pods | |
| spinwin_pods | |
| splitter_pods | |
| syariah_pods | |
| ticketing_pods | |
| transaction_pods | |
| travel_pods | |
| trunk_toggle_pods | |
| shared_googletoolbox_pod | |
| pod 'Crashlytics', $crashlytics_version | |
| pod 'Fabric', '1.10.2' | |
| pod 'GoogleMaps', $googleMaps_version | |
| pod 'GooglePlaces', $googlePlaces_version | |
| pod 'Protobuf', $protobuf_version, :binary => !pod_binary_cache_disabled? | |
| pod 'Firebase/Core', $firebase_version | |
| pod 'Firebase/DynamicLinks', $firebase_version | |
| pod 'Firebase/Performance', $firebase_version | |
| pod 'Firebase/Messaging', $firebase_version | |
| pod 'Google-Mobile-Ads-SDK', '7.59.0' | |
| pod 'GoogleUtilities', $google_utilities_version, :binary => !pod_binary_cache_disabled? | |
| pod 'Branch', $branch_version, :binary => !pod_binary_cache_disabled? | |
| pod 'IAPBukaDanaKit', '1.8.10' | |
| pod 'FLEX', $flex_version, :configurations => ['Debug'] | |
| pod 'LeakLotek', :path => 'Lotek', :configurations => ['Debug'], :binary => !pod_binary_cache_disabled? | |
| end | |
| def doraemonkit_pods | |
| $doraemonkit_version = '3.0.1' | |
| $fbRetainCycleDetector_version = { :git => 'https://github.com/facebook/FBRetainCycleDetector.git', :branch => 'master' } | |
| pod 'DoraemonKit/Core', $doraemonkit_version, :configurations => ['Debug'] | |
| pod 'DoraemonKit/WithLoad', $doraemonkit_version, :configurations => ['Debug'] | |
| pod 'DoraemonKit/WithMLeaksFinder', $doraemonkit_version, :configurations => ['Debug'] | |
| pod 'FBRetainCycleDetector', $fbRetainCycleDetector_version, :configurations => ['Debug'], :binary => !pod_binary_cache_disabled? | |
| end | |
| def testing_dependency_pods | |
| pod 'Quick', $quick_version | |
| pod 'Nimble', $nimble_version | |
| pod 'Fakery', $fakery_version | |
| pod 'Cuckoo', $cuckoo_version | |
| pod 'Mockingjay', $mockingjay_version | |
| pod 'SpecLeaks', $specLeaks_version | |
| pod 'Mockit', $mockit_version | |
| end | |
| def testing_pods | |
| view_testing_pods | |
| testing_dependency_pods | |
| common_pods | |
| common_ui_pods | |
| core_pods | |
| core_design_pods | |
| apiv4_pods | |
| blackbox_pods | |
| end | |
| def view_testing_pods | |
| pod 'Nimble-Snapshots', $nimble_snapshot_version | |
| end | |
| # bl_ios | |
| target 'bl_ios' do | |
| blios_pods | |
| target 'BukalapakTests' do | |
| inherit! :search_paths | |
| blios_pods | |
| testing_pods | |
| end | |
| target 'BukalapakUITests' do | |
| inherit! :search_paths | |
| blios_pods | |
| testing_pods | |
| end | |
| # target 'BukasendKeyboardExtensionTests' do | |
| # inherit! :search_paths | |
| # testing_pods | |
| # pod 'KeyboardKit', :git => 'https://github.com/dianseptianabl/KeyboardKit.git', :branch => 'master' | |
| # end | |
| end | |
| # DNACatalog | |
| target 'DNACatalogApp' do | |
| project 'DNACatalog/DNACatalog.xcodeproj' | |
| pod 'FLEX', $flex_version, :configurations => ['Debug'] | |
| core_pods | |
| core_design_pods | |
| common_pods | |
| common_ui_pods | |
| apiv4_pods | |
| end | |
| # Vital Workshop | |
| target 'VitalWorkshop' do | |
| project 'VitalWorkshop/VitalWorkshop.xcodeproj' | |
| common_ui_pods | |
| core_pods | |
| core_design_pods | |
| doraemonkit_pods | |
| pod 'FLEX', $flex_version, :configurations => ['Debug'] | |
| pod 'LeakLotek', :path => 'Lotek', :configurations => ['Debug'], :binary => !pod_binary_cache_disabled? | |
| target 'VitalWorkshopTests' do | |
| inherit! :search_paths | |
| pod 'Quick', $quick_version | |
| pod 'Nimble', $nimble_version | |
| pod 'SpecLeaks', $specLeaks_version | |
| end | |
| end | |
| target 'MVI' do | |
| project 'VitalWorkshop/VitalWorkshop.xcodeproj' | |
| core_pods | |
| core_design_pods | |
| end | |
| # Core | |
| target 'Analytics' do | |
| project 'Analytics/Analytics.xcodeproj' | |
| analytics_pods | |
| target 'AnalyticsTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'APIV4' do | |
| project 'APIV4/APIV4.xcodeproj' | |
| apiv4_pods | |
| target 'APIV4Tests' do | |
| inherit! :search_paths | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Bazaar' do | |
| project 'Bazaar/Bazaar.xcodeproj' | |
| bazaar_pods | |
| target 'BazaarTests' do | |
| inherit! :search_paths | |
| bazaar_pods | |
| core_design_pods | |
| testing_dependency_pods | |
| view_testing_pods | |
| end | |
| end | |
| target 'Blackbox' do | |
| project 'Blackbox/Blackbox.xcodeproj' | |
| blackbox_pods | |
| target 'BlackboxTests' do | |
| inherit! :search_paths | |
| blackbox_pods | |
| core_pods | |
| testing_dependency_pods | |
| end | |
| end | |
| target 'Browser' do | |
| project 'Browser/Browser.xcodeproj' | |
| browser_pods | |
| target 'BrowserTests' do | |
| inherit! :search_paths | |
| browser_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Common' do | |
| project 'Common/Common.xcodeproj' | |
| common_pods | |
| pod 'google-cast-sdk', '4.4.1' | |
| end | |
| target 'CommonTests' do | |
| project 'Common/Common.xcodeproj' | |
| common_pods | |
| core_design_pods | |
| testing_pods | |
| end | |
| target 'CommonUI' do | |
| project 'CommonUI/CommonUI.xcodeproj' | |
| common_ui_pods | |
| target 'CommonUITests' do | |
| inherit! :search_paths | |
| common_ui_pods | |
| core_design_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Core' do | |
| project 'Core/Core.xcodeproj' | |
| core_pods | |
| target 'CoreTests' do | |
| inherit! :search_paths | |
| core_pods | |
| testing_pods | |
| testing_dependency_pods | |
| end | |
| end | |
| target 'CoreDesign' do | |
| project 'CoreDesign/CoreDesign.xcodeproj' | |
| core_design_pods | |
| target 'CoreDesignTests' do | |
| inherit! :search_paths | |
| core_design_pods | |
| core_pods | |
| testing_pods | |
| testing_dependency_pods | |
| end | |
| end | |
| target 'Linguistic' do | |
| project 'Linguistic/Linguistic.xcodeproj' | |
| target 'LinguisticTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'Lotek' do | |
| project 'Lotek/Lotek.xcodeproj' | |
| target 'LotekTests' do | |
| inherit! :search_paths | |
| pod 'Quick', $quick_version | |
| pod 'Nimble', $nimble_version | |
| end | |
| end | |
| target 'Neo' do | |
| project 'Neo/Neo.xcodeproj' | |
| neo_pods | |
| target 'NeoTests' do | |
| inherit! :search_paths | |
| core_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Neuro' do | |
| project 'Neuro/Neuro.xcodeproj' | |
| neuro_pods | |
| target 'NeuroTests' do | |
| inherit! :search_paths | |
| neuro_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Providers' do | |
| project 'Providers/Providers.xcodeproj' | |
| provider_pods | |
| end | |
| target 'Splitter' do | |
| project 'Splitter/Splitter.xcodeproj' | |
| splitter_pods | |
| target 'SplitterTests' do | |
| inherit! :search_paths | |
| splitter_pods | |
| testing_pods | |
| end | |
| end | |
| target 'TestHelper' do | |
| project 'TestHelper/TestHelper.xcodeproj' | |
| test_helper_pods | |
| common_pods | |
| common_ui_pods | |
| apiv4_pods | |
| end | |
| target 'TrunkToggle' do | |
| project 'TrunkToggle/TrunkToggle.xcodeproj' | |
| trunk_toggle_pods | |
| target 'TrunkToggleTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'Tungku' do | |
| project 'Tungku/Tungku.xcodeproj' | |
| tungku_pods | |
| target 'TungkuTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'ViewTestHelper' do | |
| project 'TestHelper/TestHelper.xcodeproj' | |
| core_design_pods | |
| testing_dependency_pods | |
| view_testing_pods | |
| end | |
| # Feature | |
| target 'Account' do | |
| project 'Account/Account.xcodeproj' | |
| account_pods | |
| target 'AccountTests' do | |
| account_pods | |
| testing_pods | |
| end | |
| end | |
| target 'AutomaticReview' do | |
| project 'AutomaticReview/AutomaticReview.xcodeproj' | |
| automatic_review_pods | |
| target 'AutomaticReviewTests' do | |
| inherit! :search_paths | |
| automatic_review_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Automotive' do | |
| project 'Automotive/Automotive.xcodeproj' | |
| automotive_pods | |
| target 'AutomotiveTests' do | |
| inherit! :search_paths | |
| automotive_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaDompet' do | |
| project 'BukaDompet/BukaDompet.xcodeproj' | |
| bukadompet_pods | |
| target 'BukaDompetTests' do | |
| inherit! :search_paths | |
| bukadompet_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaGlobal' do | |
| project 'BukaGlobal/BukaGlobal.xcodeproj' | |
| bukaglobal_pods | |
| target 'BukaGlobalTests' do | |
| inherit! :search_paths | |
| bukaglobal_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaMall' do | |
| project 'BukaMall/BukaMall.xcodeproj' | |
| bukamall_pods | |
| target 'BukaMallTests' do | |
| inherit! :search_paths | |
| bukamall_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaMallApp' do | |
| project 'BukaMall/BukaMall.xcodeproj' | |
| bukamall_pods | |
| common_pods | |
| common_ui_pods | |
| apiv4_pods | |
| core_design_pods | |
| core_pods | |
| splitter_pods | |
| end | |
| target 'BukaSend' do | |
| project 'BukaSend/BukaSend.xcodeproj' | |
| bukasend_pods | |
| target 'BukaSendTests' do | |
| inherit! :search_paths | |
| bukasend_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Chat' do | |
| project 'Chat/Chat.xcodeproj' | |
| chat_pods | |
| target 'ChatTests' do | |
| inherit! :search_paths | |
| chat_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Checkout' do | |
| project 'Checkout/Checkout.xcodeproj' | |
| checkout_pods | |
| target 'CheckoutTests' do | |
| inherit! :search_paths | |
| checkout_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Complaints' do | |
| project 'Complaints/Complaints.xcodeproj' | |
| complaints_pods | |
| target 'ComplaintsTests' do | |
| inherit! :search_paths | |
| complaints_pods | |
| testing_pods | |
| end | |
| end | |
| target 'CostPerSale' do | |
| project 'CostPerSale/CostPerSale.xcodeproj' | |
| cost_per_sale_pods | |
| target 'CostPerSaleTests' do | |
| inherit! :search_paths | |
| cost_per_sale_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Dana' do | |
| project 'Dana/Dana.xcodeproj' | |
| dana_pods | |
| target 'DanaTests' do | |
| inherit! :search_paths | |
| dana_pods | |
| testing_pods | |
| end | |
| end | |
| target 'EarlyDisbursement' do | |
| project 'EarlyDisbursement/EarlyDisbursement.xcodeproj' | |
| early_disbursement_pods | |
| target 'EarlyDisbursementTests' do | |
| inherit! :search_paths | |
| early_disbursement_pods | |
| testing_pods | |
| end | |
| end | |
| target 'FlashDeal' do | |
| project 'FlashDeal/FlashDeal.xcodeproj' | |
| flash_deal_pods | |
| target 'FlashDealTests' do | |
| inherit! :search_paths | |
| flash_deal_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Government' do | |
| project 'Government/Government.xcodeproj' | |
| government_pods | |
| target 'GovernmentTests' do | |
| inherit! :search_paths | |
| government_pods | |
| testing_pods | |
| end | |
| end | |
| target 'GrebekHadiah' do | |
| project 'GrebekHadiah/GrebekHadiah.xcodeproj' | |
| grebekhadiah_pods | |
| target 'GrebekHadiahTests' do | |
| inherit! :search_paths | |
| grebekhadiah_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Home' do | |
| project 'Home/Home.xcodeproj' | |
| home_pods | |
| target 'HomeTests' do | |
| inherit! :search_paths | |
| home_pods | |
| splitter_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Marketplace' do | |
| project 'Marketplace/Marketplace.xcodeproj' | |
| marketplace_pods | |
| target 'MarketplaceTests' do | |
| inherit! :search_paths | |
| splitter_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'NearestMitra' do | |
| project 'NearestMitra/NearestMitra.xcodeproj' | |
| nearest_mitra_pods | |
| target 'NearestMitraTests' do | |
| inherit! :search_paths | |
| core_pods | |
| common_pods | |
| common_ui_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Notification' do | |
| project 'Notification/Notification.xcodeproj' | |
| notification_pods | |
| target 'NotificationTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'ProductDetail' do | |
| project 'ProductDetail/ProductDetail.xcodeproj' | |
| product_detail_pods | |
| target 'ProductDetailTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'ProductReview' do | |
| project 'ProductReview/ProductReview.xcodeproj' | |
| product_review_pods | |
| target 'ProductReviewTests' do | |
| inherit! :search_paths | |
| core_pods | |
| core_design_pods | |
| splitter_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'QrCheckout' do | |
| project 'QrCheckout/QrCheckout' | |
| qrcheckout_pods | |
| target 'QrCheckoutTests' do | |
| inherit! :search_paths | |
| core_pods | |
| common_pods | |
| common_ui_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Search' do | |
| project 'Search/Search.xcodeproj' | |
| search_pods | |
| target 'SearchTests' do | |
| inherit! :search_paths | |
| search_pods | |
| core_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'SerbuSeru' do | |
| project 'SerbuSeru/SerbuSeru.xcodeproj' | |
| serbuseru_pods | |
| target 'SerbuSeruTests' do | |
| inherit! :search_paths | |
| serbuseru_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Seller' do | |
| project 'Seller/Seller.xcodeproj' | |
| seller_pods | |
| target 'SellerTests' do | |
| inherit! :search_paths | |
| seller_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Games' do | |
| project 'Games/Games.xcodeproj' | |
| games_pods | |
| target 'GamesTests' do | |
| inherit! :search_paths | |
| games_pods | |
| testing_pods | |
| end | |
| end | |
| target 'SpinWin' do | |
| project 'SpinWin/SpinWin.xcodeproj' | |
| spinwin_pods | |
| target 'SpinWinTests' do | |
| inherit! :search_paths | |
| spinwin_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Transaction' do | |
| project 'Transaction/Transaction.xcodeproj' | |
| transaction_pods | |
| target 'TransactionTests' do | |
| inherit! :search_paths | |
| splitter_pods | |
| testing_pods | |
| end | |
| target 'TransactionMoleculeTests' do | |
| inherit! :search_paths | |
| splitter_pods | |
| testing_pods | |
| end | |
| target 'TransactionUITTest' do | |
| inherit! :search_paths | |
| splitter_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Ticketing' do | |
| project 'Ticketing/Ticketing.xcodeproj' | |
| ticketing_pods | |
| target 'TicketingTests' do | |
| inherit! :search_paths | |
| ticketing_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Travel' do | |
| project 'Travel/Travel.xcodeproj' | |
| travel_pods | |
| target 'TravelTests' do | |
| inherit! :search_paths | |
| travel_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Sample' do | |
| project 'Sample/Sample.xcodeproj' | |
| sample_pods | |
| end | |
| target 'SampleTests' do | |
| project 'Sample/Sample.xcodeproj' | |
| sample_pods | |
| core_pods | |
| core_design_pods | |
| testing_pods | |
| end | |
| target 'Prepaid' do | |
| project 'Prepaid/Prepaid.xcodeproj' | |
| prepaid_pods | |
| target 'PrepaidTests' do | |
| inherit! :search_paths | |
| prepaid_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Poinku' do | |
| project 'Poinku/Poinku.xcodeproj' | |
| poinku_pods | |
| target 'PoinkuTests' do | |
| inherit! :search_paths | |
| common_pods | |
| common_ui_pods | |
| poinku_pods | |
| testing_pods | |
| end | |
| end | |
| target 'PoinkuApp' do | |
| project 'Poinku/Poinku.xcodeproj' | |
| poinku_pods | |
| common_pods | |
| common_ui_pods | |
| core_design_pods | |
| core_pods | |
| apiv4_pods | |
| blackbox_pods | |
| end | |
| target 'PremiumSeller' do | |
| project 'PremiumSeller/PremiumSeller.xcodeproj' | |
| premium_seller_pods | |
| target 'PremiumSellerTests' do | |
| inherit! :search_paths | |
| premium_seller_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Postpaid' do | |
| project 'Postpaid/Postpaid.xcodeproj' | |
| postpaid_pods | |
| target 'PostpaidTests' do | |
| inherit! :search_paths | |
| postpaid_pods | |
| testing_pods | |
| end | |
| end | |
| target 'PriorityBuyer' do | |
| project 'PriorityBuyer/PriorityBuyer.xcodeproj' | |
| prioritybuyer_pods | |
| target 'PriorityBuyerTests' do | |
| inherit! :search_paths | |
| prioritybuyer_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Payment' do | |
| project 'Payment/Payment.xcodeproj' | |
| payment_pods | |
| target 'PaymentTests' do | |
| inherit! :search_paths | |
| payment_pods | |
| testing_pods | |
| end | |
| end | |
| target 'FinancialCalculator' do | |
| project 'FinancialCalculator/FinancialCalculator.xcodeproj' | |
| financial_calculator_pods | |
| target 'FinancialCalculatorTests' do | |
| inherit! :search_paths | |
| financial_calculator_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaReksa' do | |
| project 'BukaReksa/BukaReksa.xcodeproj' | |
| bukareksa_pods | |
| target 'BukaReksaTests' do | |
| inherit! :search_paths | |
| bukareksa_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaEmas' do | |
| project 'BukaEmas/BukaEmas.xcodeproj' | |
| bukaemas_pods | |
| target 'BukaEmasTests' do | |
| inherit! :search_paths | |
| bukaemas_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaNonton' do | |
| project 'BukaNonton/BukaNonton.xcodeproj' | |
| bukanonton_pods | |
| end | |
| target 'CouponDeals' do | |
| project 'CouponDeals/CouponDeals.xcodeproj' | |
| coupondeals_pods | |
| target 'CouponDealsTests' do | |
| inherit! :search_paths | |
| coupondeals_pods | |
| testing_pods | |
| end | |
| end | |
| target 'BukaReview' do | |
| project 'BukaReview/BukaReview.xcodeproj' | |
| bukareview_pods | |
| target 'BukaReviewTests' do | |
| inherit! :search_paths | |
| splitter_pods | |
| apiv4_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Insurance' do | |
| project 'Insurance/Insurance.xcodeproj' | |
| insurance_pods | |
| target 'InsuranceTests' do | |
| inherit! :search_paths | |
| insurance_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Funding' do | |
| project 'Funding/Funding.xcodeproj' | |
| funding_pods | |
| target 'FundingTests' do | |
| inherit! :search_paths | |
| funding_pods | |
| testing_pods | |
| end | |
| end | |
| target 'FunRoom' do | |
| project 'FunRoom/FunRoom.xcodeproj' | |
| funroom_pods | |
| target 'FunRoomTests' do | |
| inherit! :search_paths | |
| funroom_pods | |
| testing_pods | |
| end | |
| end | |
| target 'Syariah' do | |
| project 'Syariah/Syariah.xcodeproj' | |
| syariah_pods | |
| target 'SyariahTests' do | |
| inherit! :search_paths | |
| syariah_pods | |
| testing_pods | |
| end | |
| end | |
| target 'LiveShopping' do | |
| project 'LiveShopping/LiveShopping.xcodeproj' | |
| liveshopping_pods | |
| target 'LiveShoppingTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'FaceScan' do | |
| project 'FaceScan/FaceScan.xcodeproj' | |
| facescan_pods | |
| target 'FaceScanTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'KYC' do | |
| project 'KYC/KYC.xcodeproj' | |
| kyc_pods | |
| target 'KYCTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| target 'Recurring' do | |
| project 'Recurring/Recurring.xcodeproj' | |
| recurring_pods | |
| target 'RecurringTests' do | |
| inherit! :search_paths | |
| testing_pods | |
| end | |
| end | |
| # Extension | |
| target 'NotificationServiceExtension' do | |
| pod_merge_networking_swift | |
| pod_merge_util_swift | |
| end | |
| target 'CarouselNotificationContentExtension' do | |
| pod_merge_ui_objc | |
| end | |
| #target 'BukasendKeyboardExtension' do | |
| # pod 'KeyboardKit', :git => 'https://github.com/dianseptianabl/KeyboardKit.git', :branch => 'master' | |
| # pod 'Crashlytics', $crashlytics_version | |
| #end | |
| post_install do |installer| | |
| # Update all optimization project SWIFT_OPTIMIZATION_LEVEL: | |
| # Debug : -Onone | |
| # Release : -Osize | |
| puts "Updating all optimization project" | |
| `./update_pbxproj.rb` | |
| merge_groups = ['NetworkingSwift', 'UtilSwift', 'UISwift', 'UtilObjc', 'UIObjc'] | |
| installer.pods_project.targets.each do |target| | |
| target.build_configurations.each do |config| | |
| # Update all optimization Pods SWIFT_OPTIMIZATION_LEVEL: | |
| # Debug : -Onone | |
| # Release : -Osize | |
| if config.name == 'Debug' | |
| if defined?(target.product_type) && target.product_type == "com.apple.product-type.framework" | |
| config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = "YES" | |
| end | |
| config.build_settings['OTHER_SWIFT_FLAGS'] = ['$(inherited)', '-Onone'] | |
| config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Onone' | |
| elsif config.name == 'Release' | |
| config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Osize' | |
| end | |
| # CTAssetsPickerController in UIObjc and RSBarcode in UtilSwift | |
| # for Extension should be turn off extension API only | |
| if target.name == "UIObjc" || target.name == "UtilSwift" | |
| config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' | |
| end | |
| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0' | |
| end | |
| end | |
| end | |
| # Static Frameworks: | |
| # ============ | |
| # | |
| # Make all pods that are not shared across multiple targets into static frameworks by overriding the static_framework? function to return true | |
| # Linking the shared frameworks statically would lead to duplicate symbols | |
| # A future version of CocoaPods may make this easier to do. See https://github.com/CocoaPods/CocoaPods/issues/7428 | |
| shared_targets = ['APIV4', 'Bazaar', 'BazaarBukalapak', 'Browser', 'Common', 'CommonUI', 'Core', 'CoreDesign', 'Neo', 'Neuro', 'Providers', 'Splitter', 'TestHelper'] | |
| dynamic_pod = ['SpecLeaks', 'SQLite.swift', 'Quick', 'Nimble', 'Fakery', 'Cuckoo', 'Mockingjay', 'Mockit', 'URITemplate'] | |
| pre_install do |installer| | |
| installer.analysis_result.specifications.each do |specs| | |
| specs.swift_version = '5.0' | |
| end | |
| static = [] | |
| dynamic = [] | |
| installer.pod_targets.each do |pod| | |
| # If this pod is a dependency of one of our shared targets, it must be linked dynamically | |
| if pod.target_definitions.any? { |t| shared_targets.include? t.name } | |
| #puts "Overriding the dynamic_framework? method for #{pod.name}" | |
| dynamic << pod | |
| next | |
| end | |
| # Some pods must be dynamic | |
| if dynamic_pod.include? pod.name | |
| dynamic << pod | |
| next | |
| end | |
| #puts "Overriding the static_framework? method for #{pod.name}" | |
| static << pod | |
| pod.instance_variable_set(:@build_type, Pod::Target::BuildType.static_framework) | |
| end | |
| puts "Installing #{static.count} pods as static frameworks" | |
| puts "Installing #{dynamic.count} pods as dynamic frameworks" | |
| end | |
| ``` | |
| ### Error | |
| ``` | |
| RuntimeError - Failed to download pods to merge | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:225:in `block in merge' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:224:in `chdir' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:224:in `merge' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:68:in `block in begin' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:67:in `each' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods-pod-merge/Main.rb:67:in `begin' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-pod-merge-e95ed436d68c/lib/cocoapods_plugin.rb:8:in `block in <module:CocoapodsPodMerge>' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:124:in `block (3 levels) in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:116:in `block (2 levels) in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:115:in `each' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:115:in `block in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:114:in `run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:599:in `run_plugins_pre_install_hooks' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:219:in `block in prepare' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:215:in `prepare' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:155:in `install!' | |
| /usr/local/lib/ruby/gems/2.7.0/bundler/gems/cocoapods-binary-a4334631d9e8/lib/cocoapods-binary/Main.rb:147:in `block in <top (required)>' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:124:in `block (3 levels) in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:116:in `block (2 levels) in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:115:in `each' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:115:in `block in run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/hooks_manager.rb:114:in `run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:599:in `run_plugins_pre_install_hooks' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:219:in `block in prepare' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface.rb:145:in `message' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:215:in `prepare' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/installer.rb:155:in `install!' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/command/install.rb:52:in `run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/claide-1.0.3/lib/claide/command.rb:334:in `run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/command.rb:52:in `run' | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/bin/pod:55:in `<top (required)>' | |
| /usr/local/lib/ruby/gems/2.7.0/bin/pod:23:in `load' | |
| /usr/local/lib/ruby/gems/2.7.0/bin/pod:23:in `<top (required)>' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli/exec.rb:63:in `load' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli/exec.rb:63:in `kernel_load' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli/exec.rb:28:in `run' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli.rb:476:in `exec' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor.rb:399:in `dispatch' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli.rb:30:in `dispatch' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/base.rb:476:in `start' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/cli.rb:24:in `start' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/gems/2.7.0/gems/bundler-2.1.2/exe/bundle:46:in `block in <top (required)>' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/2.7.0/bundler/friendly_errors.rb:123:in `with_friendly_errors' | |
| /usr/local/Cellar/ruby/2.7.1_2/lib/ruby/gems/2.7.0/gems/bundler-2.1.2/exe/bundle:34:in `<top (required)>' | |
| /usr/local/opt/ruby/bin/bundle:23:in `load' | |
| /usr/local/opt/ruby/bin/bundle:23:in `<main>' | |
| ``` | |
| ――― TEMPLATE END ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― | |
| [!] Oh no, an error occurred. | |
| Search for existing GitHub issues similar to yours: | |
| https://github.com/CocoaPods/CocoaPods/search?q=Failed+to+download+pods+to+merge&type=Issues | |
| If none exists, create a ticket, with the template displayed above, on: | |
| https://github.com/CocoaPods/CocoaPods/issues/new | |
| Be sure to first read the contributing guide for details on how to properly submit a ticket: | |
| https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md | |
| Don't forget to anonymize any private data! | |
| Looking for related issues on cocoapods/cocoapods... | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface/inspector_reporter.rb:80: warning: URI.escape is obsolete | |
| - App Icons not included in build from Xcode 9 | |
| https://github.com/CocoaPods/CocoaPods/issues/7003 [closed] [100 comments] | |
| 4 weeks ago | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface/inspector_reporter.rb:80: warning: URI.escape is obsolete | |
| - Error during pod install: Encountered an unknown error (783: unexpected token at | |
| https://github.com/CocoaPods/CocoaPods/issues/9672 [closed] [95 comments] | |
| 3 weeks ago | |
| /usr/local/lib/ruby/gems/2.7.0/gems/cocoapods-1.8.4/lib/cocoapods/user_interface/inspector_reporter.rb:80: warning: URI.escape is obsolete | |
| - Size of ~/.cocoapods/repos exceeds 1gb | |
| https://github.com/CocoaPods/CocoaPods/issues/7046 [closed] [47 comments] | |
| 24 Jan 2020 | |
| and 11 more at: | |
| https://github.com/cocoapods/cocoapods/search?q=Failed%20to%20download%20pods%20to%20merge&type=Issues&utf8=✓ | |
| make: *** [update] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment