CocoaPods Fails On Apple Silicon

Hi, I was trying to build my app on Apple Silicon on a DTK, but it fails, because the RubyGems is having some issues.

This is what happens when I run "pod install" in the terminal.


```language
/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:35: [BUG] Illegal instruction at 0x00000001042ac000

ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]



-- Crash Report log information --------------------------------------------

   See Crash Report log file under the one of following:                    

     * ~/Library/Logs/DiagnosticReports                                     

     * /Library/Logs/DiagnosticReports                                      

   for more details.                                                        

Don't forget to include the above Crash Report log file in bug reports.     



-- Control frame information -----------------------------------------------

c:0032 p:---- s:0209 e:000208 CFUNC  :getdtablesize

c:0031 p:0050 s:0205 e:000204 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:35

c:0030 p:0075 s:0202 e:000201 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:26

c:0029 p:0007 s:0199 e:000198 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:2

c:0028 p:0007 s:0196 e:000195 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:1 [FINISH]

c:0027 p:---- s:0193 e:000192 CFUNC  :require

c:0026 p:0111 s:0188 e:000187 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0025 p:0128 s:0172 e:000171 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:28

c:0024 p:0007 s:0169 e:000168 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:13

c:0023 p:0049 s:0166 e:000165 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:8 [FINISH]

c:0022 p:---- s:0163 e:000162 CFUNC  :require

c:0021 p:0111 s:0158 e:000157 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0020 p:0049 s:0142 e:000141 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon.rb:15 [FINISH]

c:0019 p:---- s:0139 e:000138 CFUNC  :require

c:0018 p:0111 s:0134 e:000133 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0017 p:0013 s:0118 e:000117 TOP    /Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2 [FINISH]

c:0016 p:---- s:0115 e:000114 CFUNC  :require

c:0015 p:0111 s:0110 e:000109 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0014 p:0034 s:0094 e:000093 TOP    /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/sources_manager.rb:5 [FINISH]

c:0013 p:---- s:0091 e:000090 CFUNC  :require

c:0012 p:0111 s:0086 e:000085 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0011 p:0006 s:0070 e:000069 TOP    /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/core_overrides.rb:1 [FINISH]

c:0010 p:---- s:0067 e:000066 CFUNC  :require

c:0009 p:0111 s:0062 e:000061 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0008 p:0225 s:0046 e:000045 CLASS  /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods.rb:75

c:0007 p:0076 s:0043 e:000042 TOP    /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods.rb:17 [FINISH]

c:0006 p:---- s:0040 e:000039 CFUNC  :require

c:0005 p:0111 s:0035 e:000034 METHOD /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72

c:0004 p:0219 s:0019 e:000018 TOP    /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/bin/pod:36 [FINISH]

c:0003 p:---- s:0013 e:000012 CFUNC  :load

c:0002 p:0109 s:0008 E:002490 EVAL   /usr/local/bin/pod:23 [FINISH]

c:0001 p:0000 s:0003 E:0024e0 (none) [FINISH]



-- Ruby level backtrace information ----------------------------------------

/usr/local/bin/pod:23:in `<main>'

/usr/local/bin/pod:23:in `load'

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/bin/pod:36:in `<top (required)>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods.rb:17:in `<top (required)>'

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods.rb:75:in `<module:Pod>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/core_overrides.rb:1:in `<top (required)>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/sources_manager.rb:5:in `<top (required)>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2:in `<top (required)>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon.rb:15:in `<top (required)>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:8:in `<top (required)>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:13:in `<module:Ethon>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb:28:in `<module:Curl>'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:72:in `require'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:1:in `<top (required)>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:2:in `<module:Ethon>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:26:in `<module:Curl>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:35:in `<class:FDSet>'

/Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb:35:in `getdtablesize'



-- Other runtime information -----------------------------------------------



* Loaded script: /usr/local/bin/pod



* Loaded features:



    0 enumerator.so

    1 thread.rb

    2 rational.so

    3 complex.so

    4 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/enc/encdb.bundle

    5 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/enc/trans/transdb.bundle

    6 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb

    7 /Library/Ruby/Site/2.6.0/rubygems/compatibility.rb

    8 /Library/Ruby/Site/2.6.0/rubygems/defaults.rb

    9 /Library/Ruby/Site/2.6.0/rubygems/deprecate.rb

   10 /Library/Ruby/Site/2.6.0/rubygems/errors.rb

   11 /Library/Ruby/Site/2.6.0/rubygems/version.rb

   12 /Library/Ruby/Site/2.6.0/rubygems/requirement.rb

   13 /Library/Ruby/Site/2.6.0/rubygems/platform.rb

   14 /Library/Ruby/Site/2.6.0/rubygems/basic_specification.rb

   15 /Library/Ruby/Site/2.6.0/rubygems/stub_specification.rb

   16 /Library/Ruby/Site/2.6.0/rubygems/util.rb

   17 /Library/Ruby/Site/2.6.0/rubygems/text.rb

   18 /Library/Ruby/Site/2.6.0/rubygems/user_interaction.rb

   19 /Library/Ruby/Site/2.6.0/rubygems/specification_policy.rb

   20 /Library/Ruby/Site/2.6.0/rubygems/util/list.rb

   21 /Library/Ruby/Site/2.6.0/rubygems/specification.rb

   22 /Library/Ruby/Site/2.6.0/rubygems/exceptions.rb

   23 /Library/Ruby/Site/2.6.0/rubygems/bundler_version_finder.rb

   24 /Library/Ruby/Site/2.6.0/rubygems/dependency.rb

   25 /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_gem.rb

   26 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/monitor.rb

   27 /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb

   28 /Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_warn.rb

   29 /Library/Ruby/Site/2.6.0/rubygems.rb

   30 /Library/Ruby/Site/2.6.0/rubygems/path_support.rb

   31 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/version.rb

   32 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/core_ext/name_error.rb

   33 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/levenshtein.rb

   34 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/jaro_winkler.rb

   35 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checker.rb

   36 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb

   37 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb

   38 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb

   39 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/method_name_checker.rb

   40 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/key_error_checker.rb

   41 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/spell_checkers/null_checker.rb

   42 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/formatters/plain_formatter.rb

   43 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean/tree_spell_checker.rb

   44 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.4.0/lib/did_you_mean.rb

   45 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tsort.rb

   46 /Library/Ruby/Site/2.6.0/rubygems/request_set/gem_dependency_api.rb

   47 /Library/Ruby/Site/2.6.0/rubygems/request_set/lockfile/parser.rb

   48 /Library/Ruby/Site/2.6.0/rubygems/request_set/lockfile/tokenizer.rb

   49 /Library/Ruby/Site/2.6.0/rubygems/request_set/lockfile.rb

   50 /Library/Ruby/Site/2.6.0/rubygems/request_set.rb

   51 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb

   52 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb

   53 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/set.rb

   54 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb

   55 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb

   56 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb

   57 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb

   58 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb

   59 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb

   60 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb

   61 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb

   62 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb

   63 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb

   64 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/state.rb

   65 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb

   66 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb

   67 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb

   68 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb

   69 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb

   70 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb

   71 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo/lib/molinillo.rb

   72 /Library/Ruby/Site/2.6.0/rubygems/resolver/molinillo.rb

   73 /Library/Ruby/Site/2.6.0/rubygems/resolver/activation_request.rb

   74 /Library/Ruby/Site/2.6.0/rubygems/resolver/conflict.rb

   75 /Library/Ruby/Site/2.6.0/rubygems/resolver/dependency_request.rb

   76 /Library/Ruby/Site/2.6.0/rubygems/resolver/requirement_list.rb

   77 /Library/Ruby/Site/2.6.0/rubygems/resolver/stats.rb

   78 /Library/Ruby/Site/2.6.0/rubygems/resolver/set.rb

   79 /Library/Ruby/Site/2.6.0/rubygems/resolver/api_set.rb

   80 /Library/Ruby/Site/2.6.0/rubygems/resolver/composed_set.rb

   81 /Library/Ruby/Site/2.6.0/rubygems/resolver/best_set.rb

   82 /Library/Ruby/Site/2.6.0/rubygems/resolver/current_set.rb

   83 /Library/Ruby/Site/2.6.0/rubygems/resolver/git_set.rb

   84 /Library/Ruby/Site/2.6.0/rubygems/resolver/index_set.rb

   85 /Library/Ruby/Site/2.6.0/rubygems/resolver/installer_set.rb

   86 /Library/Ruby/Site/2.6.0/rubygems/resolver/lock_set.rb

   87 /Library/Ruby/Site/2.6.0/rubygems/resolver/vendor_set.rb

   88 /Library/Ruby/Site/2.6.0/rubygems/resolver/source_set.rb

   89 /Library/Ruby/Site/2.6.0/rubygems/resolver/specification.rb

   90 /Library/Ruby/Site/2.6.0/rubygems/resolver/spec_specification.rb

   91 /Library/Ruby/Site/2.6.0/rubygems/resolver/api_specification.rb

   92 /Library/Ruby/Site/2.6.0/rubygems/resolver/git_specification.rb

   93 /Library/Ruby/Site/2.6.0/rubygems/resolver/index_specification.rb

   94 /Library/Ruby/Site/2.6.0/rubygems/resolver/installed_specification.rb

   95 /Library/Ruby/Site/2.6.0/rubygems/resolver/local_specification.rb

   96 /Library/Ruby/Site/2.6.0/rubygems/resolver/lock_specification.rb

   97 /Library/Ruby/Site/2.6.0/rubygems/resolver/vendor_specification.rb

   98 /Library/Ruby/Site/2.6.0/rubygems/resolver.rb

   99 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc2396_parser.rb

  100 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc3986_parser.rb

  101 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/common.rb

  102 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/generic.rb

  103 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/file.rb

  104 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ftp.rb

  105 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/http.rb

  106 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/https.rb

  107 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldap.rb

  108 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldaps.rb

  109 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/mailto.rb

  110 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri.rb

  111 /Library/Ruby/Site/2.6.0/rubygems/source/git.rb

  112 /Library/Ruby/Site/2.6.0/rubygems/source/installed.rb

  113 /Library/Ruby/Site/2.6.0/rubygems/source/specific_file.rb

  114 /Library/Ruby/Site/2.6.0/rubygems/source/local.rb

  115 /Library/Ruby/Site/2.6.0/rubygems/source/lock.rb

  116 /Library/Ruby/Site/2.6.0/rubygems/source/vendor.rb

  117 /Library/Ruby/Site/2.6.0/rubygems/source.rb

  118 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/pathname.bundle

  119 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/pathname.rb

  120 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/cursor.rb

  121 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/graphics.rb

  122 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/string_escaper.rb

  123 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi.rb

  124 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/argument.rb

  125 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/argv.rb

  126 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/banner.rb

  127 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/plugin_manager.rb

  128 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/argument_suggester.rb

  129 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb

  130 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/informative_error.rb

  131 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/help.rb

  132 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide.rb

  133 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/codes.rb

  134 /Library/Ruby/Gems/2.6.0/gems/forwardable-1.3.1/lib/forwardable/impl.rb

  135 /Library/Ruby/Gems/2.6.0/gems/forwardable-1.3.1/lib/forwardable/version.rb

  136 /Library/Ruby/Gems/2.6.0/gems/forwardable-1.3.1/lib/forwardable.rb

  137 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/ascii_decorator.rb

  138 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/strings.rb

  139 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2.rb

  140 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.17.0/lib/xcodeproj/gem_version.rb

  141 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.17.0/lib/xcodeproj/user_interface.rb

  142 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.17.0/lib/xcodeproj.rb

  143 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/object/try.rb

  144 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/string/strip.rb

  145 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb

  146 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/delegate.rb

  147 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb

  148 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb

  149 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/array/prepend_and_append.rb

  150 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/deep_merge.rb

  151 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/except.rb

  152 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/slice.rb

  153 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/constants.rb

  154 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/utility/engine.rb

  155 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb

  156 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb

  157 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb

  158 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb

  159 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb

  160 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb

  161 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/object.rb

  162 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/volatile.rb

  163 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb

  164 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb

  165 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb

  166 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb

  167 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb

  168 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/condition.rb

  169 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization/lock.rb

  170 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/synchronization.rb

  171 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb

  172 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb

  173 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/map.rb

  174 /Library/Ruby/Gems/2.6.0/gems/i18n-0.9.5/lib/i18n/version.rb

  175 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/core.rb

  176 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/cgi/escape.bundle

  177 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/util.rb

  178 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/cookie.rb

  179 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi.rb

  180 /Library/Ruby/Gems/2.6.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb

  181 /Library/Ruby/Gems/2.6.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb

  182 /Library/Ruby/Gems/2.6.0/gems/i18n-0.9.5/lib/i18n.rb

  183 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/lazy_load_hooks.rb

  184 /Library/Ruby/Gems/2.6.0/gems/i18n-0.9.5/lib/i18n/config.rb

  185 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/i18n.rb

  186 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb

  187 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb

  188 /Library/Ruby/Gems/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb

  189 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/inflector/inflections.rb

  190 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/inflections.rb

  191 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/inflector/methods.rb

  192 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/multibyte.rb

  193 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/string/multibyte.rb

  194 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/inflector/transliterate.rb

  195 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/string/inflections.rb

  196 /Library/Ruby/Gems/2.6.0/gems/date-3.0.1/lib/date_core.bundle

  197 /Library/Ruby/Gems/2.6.0/gems/date-3.0.1/lib/date.rb

  198 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/time.rb

  199 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/base64.rb

  200 /Library/Ruby/Gems/2.6.0/gems/bigdecimal-2.0.0/lib/bigdecimal.bundle

  201 /Library/Ruby/Gems/2.6.0/gems/bigdecimal-2.0.0/lib/bigdecimal.rb

  202 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/module/delegation.rb

  203 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/date_time/calculations.rb

  204 /Library/Ruby/Gems/2.6.0/gems/fileutils-1.4.1/lib/fileutils.rb

  205 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/etc.bundle

  206 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tmpdir.rb

  207 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tempfile.rb

  208 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/singleton.rb

  209 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/kernel/singleton_class.rb

  210 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation/instance_delegator.rb

  211 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/securerandom.rb

  212 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/notifications/instrumenter.rb

  213 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/mutex_m.rb

  214 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/notifications/fanout.rb

  215 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/per_thread_registry.rb

  216 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/notifications.rb

  217 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation/behaviors.rb

  218 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation/reporting.rb

  219 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/module/aliasing.rb

  220 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/array/extract_options.rb

  221 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation/method_wrappers.rb

  222 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation/proxy_wrappers.rb

  223 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/module/deprecation.rb

  224 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/deprecation.rb

  225 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/kernel/reporting.rb

  226 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/object/blank.rb

  227 /Library/Ruby/Gems/2.6.0/gems/stringio-0.1.0/lib/stringio.bundle

  228 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/xml_mini/rexml.rb

  229 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/xml_mini.rb

  230 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/keys.rb

  231 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/object/to_query.rb

  232 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/object/to_param.rb

  233 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/array/conversions.rb

  234 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/gem_version.rb

  235 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/version_metadata.rb

  236 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/gem_version.rb

  237 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/vendor/version.rb

  238 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/vendor/requirement.rb

  239 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/vendor.rb

  240 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/root_attribute_accessors.rb

  241 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/consumer.rb

  242 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/dsl/attribute_support.rb

  243 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/dsl/attribute.rb

  244 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/dsl/platform_proxy.rb

  245 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/dsl/deprecations.rb

  246 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/dsl.rb

  247 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/linter/result.rb

  248 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/linter/analyzer.rb

  249 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/linter.rb

  250 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/set/presenter.rb

  251 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/set.rb

  252 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification/json.rb

  253 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/specification.rb

  254 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core.rb

  255 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/multibyte/unicode.rb

  256 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/config.rb

  257 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.3.0/lib/cocoapods-downloader/gem_version.rb

  258 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.3.0/lib/cocoapods-downloader/api.rb

  259 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.3.0/lib/cocoapods-downloader/api_exposable.rb

  260 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/shellwords.rb

  261 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.3.0/lib/cocoapods-downloader/base.rb

  262 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/standard_error.rb

  263 /Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.3.0/lib/cocoapods-downloader.rb

  264 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/downloader/cache.rb

  265 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/digest.bundle

  266 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest.rb

  267 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/downloader/request.rb

  268 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/downloader/response.rb

  269 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/downloader.rb

  270 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/version.rb

  271 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb

  272 /Library/Ruby/Gems/2.6.0/gems/strscan-1.0.3/lib/strscan.bundle

  273 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/erb.rb

  274 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/socket.bundle

  275 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/io/wait.bundle

  276 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/socket.rb

  277 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb

  278 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/protocol.rb

  279 /Library/Ruby/Gems/2.6.0/gems/zlib-1.1.0/lib/zlib.bundle

  280 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/exceptions.rb

  281 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/header.rb

  282 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/enc/windows_31j.bundle

  283 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/generic_request.rb

  284 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/request.rb

  285 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/requests.rb

  286 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/response.rb

  287 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/responses.rb

  288 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/proxy_delta.rb

  289 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http/backward.rb

  290 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb

  291 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/version.rb

  292 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/ostruct.rb

  293 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/generic_object.rb

  294 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/common.rb

  295 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/ext/parser.bundle

  296 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/ext/generator.bundle

  297 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json/ext.rb

  298 /Library/Ruby/Gems/2.6.0/gems/json-2.3.0/lib/json.rb

  299 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb

  300 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/evidence.rb

  301 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/exception_hound.rb

  302 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector.rb

  303 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface/error_report.rb

  304 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface/inspector_reporter.rb

  305 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/core_ui.rb

  306 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface.rb

  307 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source/acceptor.rb

  308 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source/aggregate.rb

  309 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source/health_reporter.rb

  310 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source/manager.rb

  311 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/reverse_merge.rb

  312 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/hash_with_indifferent_access.rb

  313 /Library/Ruby/Gems/2.6.0/gems/activesupport-4.2.11.3/lib/active_support/core_ext/hash/indifferent_access.rb

  314 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source/metadata.rb

  315 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/source.rb

  316 /Library/Ruby/Gems/2.6.0/gems/netrc-0.11.0/lib/netrc.rb

  317 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/openssl.bundle

  318 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/bn.rb

  319 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/pkey.rb

  320 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/cipher.rb

  321 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/config.rb

  322 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/digest.rb

  323 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/x509.rb

  324 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/buffering.rb

  325 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/io/nonblock.bundle

  326 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/ipaddr.rb

  327 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/ssl.rb

  328 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl/pkcs5.rb

  329 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/openssl.rb

  330 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/error.rb

  331 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/request.rb

  332 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest/response.rb

  333 /Library/Ruby/Gems/2.6.0/gems/nap-1.1.0/lib/rest.rb

  334 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/digest/sha2.bundle

  335 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest/sha2.rb

  336 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/version.rb

  337 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/formatter.rb

  338 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/period.rb

  339 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/log_device.rb

  340 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/severity.rb

  341 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger/errors.rb

  342 /Library/Ruby/Gems/2.6.0/gems/logger-1.4.2/lib/logger.rb

  343 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi_c.bundle

  344 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/platform.rb

  345 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/data_converter.rb

  346 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/types.rb

  347 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/library.rb

  348 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/errno.rb

  349 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/pointer.rb

  350 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/memorypointer.rb

  351 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/struct_layout.rb

  352 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/struct_layout_builder.rb

  353 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/struct_by_reference.rb

  354 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/struct.rb

  355 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/union.rb

  356 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/managedstruct.rb

  357 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/callback.rb

  358 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/io.rb

  359 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/autopointer.rb

  360 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/variadic.rb

  361 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/enum.rb

  362 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/version.rb

  363 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi/ffi.rb

  364 /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi.rb

  365 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/libc.rb

  366 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/codes.rb

  367 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/options.rb

  368 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/infos.rb

  369 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/form_options.rb

  370 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/messages.rb

  371 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/functions.rb

  372 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/constants.rb

  373 /Library/Ruby/Gems/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/settings.rb



[NOTE]

You may have encountered a bug in the Ruby interpreter or extension libraries.

Bug reports are welcome.

For details: https://www.ruby-lang.org/bugreport.html



[IMPORTANT]

Don't forget to include the Crash Report log file under

DiagnosticReports directory in bug reports.



zsh: abort      pod install
```


sudo arch -x86_64 gem install ffi

Then

arch -x86
_64 pod install
74

Worked for me!!! thanks!!!

I have a same problem.

Thank you, it's already almost 1 hour I'm trying to figured this out. Thanks

uninstalling the cocoapods package through gem (sudo gem uninstall cocoapods) and reinstalling it with homebrew (brew install cocoapods) fixed my problem.

26

Thanks. Work for me also

Worked for me:

> sudo gem uninstall cocoapods

> sudo gem uninstall ffi

> brew install cocoapods

> pod install

Seems it's related to Ruby ffi. Run the following commands:

1: sudo arch -x86_64 gem install ffi

2: arch -x86_64 pod install

Has anyone tries CocoaPods in Xcode 14 beta 5 (14A5294e)? I get a stew of errors when using:

1: sudo arch -x86_64 gem install ffi 2: arch -x86_64 pod install

pod install Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3 Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3 Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3 Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3 Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3

Analyzing dependencies xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface/error_report.rb:34:in force_encoding': can't modify frozen String (FrozenError) from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface/error_report.rb:34:in report' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:66:in report_error' from /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:396:in handle_exception' from /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:337:in rescue in run' from /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:324:in run' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in run' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/bin/pod:55:in <top (required)>' from /usr/local/bin/pod:23:in load' from /usr/local/bin/pod:23:in ' /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:228:in initialize_from_file': [Xcodeproj] Unknown object version (56). (RuntimeError) from /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.21.0/lib/xcodeproj/project.rb:113:in open' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1190:in block (2 levels) in inspect_targets_to_integrate' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1189:in each' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1189:in block in inspect_targets_to_integrate' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in section' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1184:in inspect_targets_to_integrate' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:106:in analyze' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:416:in analyze' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:241:in block in resolve_dependencies' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in section' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:240:in resolve_dependencies' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161:in install!' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command/install.rb:52:in run' from /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334:in run' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in run' from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/bin/pod:55:in <top (required)>' from /usr/local/bin/pod:23:in load' from /usr/local/bin/pod:23:in `'

Thanks for any tips

ReInstall Cocoapods from Homebrew (https://formulae.brew.sh/formula/cocoapods#default) : brew install cocoapods You may need to reinstall Homebrew first /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" this is from their homepage

same problem. How beautiful is the apple ecosystem, it is so beautiful that everything is wrong and you have to do 3 alternative routes to get to the road, how beautiful, very good, congratulations to those engineers who fail, something that with android I create a new project and I already work, here I have to take a course to discover the cure for cancer. Congratulations

CocoaPods Fails On Apple Silicon
 
 
Q