You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, filed this issue with Ruby, but they suggested that I check with you. Please have a look below:
Steps:
[Little more verbose description the steps I took. Updated from the post left on Ruby]
Installed Cocoapods to use Google Firebase on new Mac mini. Successful install
Went through proper steps to generate a pod file in my Xcode project folder
Attempted to "pod install", and ran into the issue cited below
Please see details below in the following sections (bolded): Environment, Pod File, Mac Terminal Output, Crash Report
Environment:
OS: macOS Big Sur 11.3.1 (20E241)
IDE: Xcode 12.5 (12E262)
CocoaPods: /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods.rb
Ruby: ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Pod File
#Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Mark' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Mark
pod 'Firebase/Auth'
end
Mac Terminal Output:
hoomanhassani@Hoomans-Mac-mini Mark % ls
Images Mark Mark.xcodeproj Podfile Pods
hoomanhassani@Hoomans-Mac-mini Mark % pod install
Analyzing dependencies
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.1/lib/ffi/library.rb:275: [BUG] Bus Error at 0x00000001007c4000
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.
I have this issue too, same error messages, trying to pod install "CDTDatastore",
Mac mini M1, Big Sur 11.4,
% pod --version
1.10.1
% ruby --version
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Hi, filed this issue with Ruby, but they suggested that I check with you. Please have a look below:
Steps:
[Little more verbose description the steps I took. Updated from the post left on Ruby]
Installed Cocoapods to use Google Firebase on new Mac mini. Successful install
Went through proper steps to generate a pod file in my Xcode project folder
Attempted to "pod install", and ran into the issue cited below
Please see details below in the following sections (bolded): Environment, Pod File, Mac Terminal Output, Crash Report
Environment:
OS: macOS Big Sur 11.3.1 (20E241)
IDE: Xcode 12.5 (12E262)
CocoaPods: /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods.rb
Ruby: ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Pod File
Mac Terminal Output:
-- 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.
The text was updated successfully, but these errors were encountered: