Matt Runion
Matt Runion
It appears there is a problem with one/some of the CocoaPods when trying to download for the ARM architecture. Here is a specific error message: `[/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54]():in `require': dlopen([/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle](), 0x0009): tried:...
I did find a solution that worked, but it causes the application to run as "Intel" and not "Apple". This is from here: https://github.com/CocoaPods/CocoaPods/issues/9907#issuecomment-879969967 It is an issue with **ffi**...
I agree with terion-name — the docs say that only the same type connections are allowed baby default but this is not the case. The allowed types for connections must...