I am using realmjs in a react native project , every time I run pod install is get stuck on realmjs for 30 minutes, even If I installed realmjs before and want to install another package
Please fill out the issue template (the one you deleted when creating this issue) in order to give us relevant information. Which other packages do you install?
@kneth I'm experiencing the same issue. Here's what I see before it gets "stuck":


and here's what it looks like once it completes in case this warning helps at all:

pod install must works like a charm
pod install for realm must rake long for first time only , not each time
Each time I run pod install I see that realmjs download data , and it take 30 minutes to compelled realm installation even if I want to add another package
Run pod install for the following pod file
platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
target 'project' do
# Pods for project
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
pod 'React', :path => '../node_modules/react-native/'
pod 'React-Core', :path => '../node_modules/react-native/'
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
# Required by RNFirebase
pod 'Firebase/Core', '~> 6.7.0'
pod 'Firebase/Messaging', '~> 6.7.0'
# Required by Crashlytics
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.2'
target 'projectTests' do
inherit! :search_paths
# Pods for testing
end
use_native_modules!
end
target 'project-tvOS' do
# Pods for project-tvOS
target 'project-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end
@MrHubble I have no warning at the end of pod logs , I just download realm every time
@kneth I fill out the issue template
@sm2017 I would love to know more about what is taking up the time, what's the output when you run pod install --verbose?
@kraenhansen
pod install --verbose
RealmJS thinks the Podfile is not calling use_frameworks!
Detected React Native module pods for Picker, RCTRestart, RNCAsyncStorage, RNDeviceInfo, RNFirebase, RNImageCropPicker, RNKeychain, RNVectorIcons, ReactNativeART, ReactNativeNavigation, RealmJS, react-native-camera, react-native-fingerprint-scanner, react-native-netinfo, and react-native-orientation-locker
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-project`: (``)
Using `ARCHS` setting to build architectures of target `Pods-project-tvOS`: (``)
Using `ARCHS` setting to build architectures of target `Pods-projectTests`: (``)
Using `ARCHS` setting to build architectures of target `Pods-project-tvOSTests`: (``)
Finding Podfile changes
- Crashlytics
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- Fabric
- Firebase
- Folly
- Picker
- RCTRequired
- RCTRestart
- RCTTypeSafety
- RNCAsyncStorage
- RNDeviceInfo
- RNFirebase
- RNImageCropPicker
- RNKeychain
- RNVectorIcons
- React
- React-Core
- React-CoreModules
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- React-RCTVibration
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- ReactCommon
- ReactNativeART
- ReactNativeNavigation
- RealmJS
- Yoga
- glog
- react-native-camera
- react-native-fingerprint-scanner
- react-native-netinfo
- react-native-orientation-locker
Fetching external sources
-> Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
-> Fetching podspec for `FBLazyVector` from `../node_modules/react-native/Libraries/FBLazyVector`
-> Fetching podspec for `FBReactNativeSpec` from `../node_modules/react-native/Libraries/FBReactNativeSpec`
-> Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`
-> Fetching podspec for `Picker` from `../node_modules/react-native-picker`
-> Fetching podspec for `RCTRequired` from `../node_modules/react-native/Libraries/RCTRequired`
-> Fetching podspec for `RCTRestart` from `../node_modules/react-native-restart/ios`
-> Fetching podspec for `RCTTypeSafety` from `../node_modules/react-native/Libraries/TypeSafety`
-> Fetching podspec for `RNCAsyncStorage` from `../node_modules/@react-native-community/async-storage`
-> Fetching podspec for `RNDeviceInfo` from `../node_modules/react-native-device-info`
-> Fetching podspec for `RNFirebase` from `../node_modules/react-native-firebase/ios`
-> Fetching podspec for `RNImageCropPicker` from `../node_modules/react-native-image-crop-picker`
-> Fetching podspec for `RNKeychain` from `../node_modules/react-native-keychain`
-> Fetching podspec for `RNVectorIcons` from `../node_modules/react-native-vector-icons`
-> Fetching podspec for `React` from `../node_modules/react-native/`
-> Fetching podspec for `React-Core` from `../node_modules/react-native/`
-> Fetching podspec for `React-CoreModules` from `../node_modules/react-native/React/CoreModules`
-> Fetching podspec for `React-RCTActionSheet` from `../node_modules/react-native/Libraries/ActionSheetIOS`
-> Fetching podspec for `React-RCTAnimation` from `../node_modules/react-native/Libraries/NativeAnimation`
-> Fetching podspec for `React-RCTBlob` from `../node_modules/react-native/Libraries/Blob`
-> Fetching podspec for `React-RCTImage` from `../node_modules/react-native/Libraries/Image`
-> Fetching podspec for `React-RCTLinking` from `../node_modules/react-native/Libraries/LinkingIOS`
-> Fetching podspec for `React-RCTNetwork` from `../node_modules/react-native/Libraries/Network`
-> Fetching podspec for `React-RCTSettings` from `../node_modules/react-native/Libraries/Settings`
-> Fetching podspec for `React-RCTText` from `../node_modules/react-native/Libraries/Text`
-> Fetching podspec for `React-RCTVibration` from `../node_modules/react-native/Libraries/Vibration`
-> Fetching podspec for `React-cxxreact` from `../node_modules/react-native/ReactCommon/cxxreact`
-> Fetching podspec for `React-jsi` from `../node_modules/react-native/ReactCommon/jsi`
-> Fetching podspec for `React-jsiexecutor` from `../node_modules/react-native/ReactCommon/jsiexecutor`
-> Fetching podspec for `React-jsinspector` from `../node_modules/react-native/ReactCommon/jsinspector`
-> Fetching podspec for `ReactCommon` from `../node_modules/react-native/ReactCommon`
-> Fetching podspec for `ReactNativeART` from `../node_modules/@react-native-community/art`
-> Fetching podspec for `ReactNativeNavigation` from `../node_modules/react-native-navigation`
-> Fetching podspec for `RealmJS` from `../node_modules/realm`
RealmJS thinks the Podfile is not calling use_frameworks!
-> Fetching podspec for `Yoga` from `../node_modules/react-native/ReactCommon/yoga`
-> Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
-> Fetching podspec for `react-native-camera` from `../node_modules/react-native-camera`
-> Fetching podspec for `react-native-fingerprint-scanner` from `../node_modules/react-native-fingerprint-scanner`
-> Fetching podspec for `react-native-netinfo` from `../node_modules/@react-native-community/netinfo`
-> Fetching podspec for `react-native-orientation-locker` from `../node_modules/react-native-orientation-locker`
Resolving dependencies of `Podfile`
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_3_5.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.13.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.7.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.7.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_a_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/a/c/Fabric/1.10.2/Fabric.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_6_0.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/Crashlytics/3.14.0/Crashlytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_7_2_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/7/2/d/GCDWebServer/3.5.3/GCDWebServer.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_7_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/7/d/boost-for-react-native/1.63.0/boost-for-react-native.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.7.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_e_b.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/e/b/RSKImageCropper/2.2.3/RSKImageCropper.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_5_3.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/5/3/QBImagePickerController/3.4.0/QBImagePickerController.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/a/c/Fabric/1.10.2/Fabric.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.7.0/Firebase.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_2_1.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.1.6/FirebaseAnalytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/5/3/QBImagePickerController/3.4.0/QBImagePickerController.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/Crashlytics/3.13.4/Crashlytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/7/d/boost-for-react-native/1.63.0/boost-for-react-native.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/e/b/RSKImageCropper/2.2.3/RSKImageCropper.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.1.1/FirebaseAnalytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_b_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.4.0/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/FirebaseInstanceID/4.2.7/FirebaseInstanceID.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_3_b.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.1.6/GoogleAppMeasurement.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_8_4.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_1_e.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/7/d/boost-for-react-native/1.63.0/boost-for-react-native.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/FirebaseInstanceID/4.2.7/FirebaseInstanceID.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/a/c/Fabric/1.10.2/Fabric.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/Crashlytics/3.13.4/Crashlytics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.2.1/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_9_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/9/c/FirebaseCoreDiagnosticsInterop/1.1.0/FirebaseCoreDiagnosticsInterop.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_3_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.1.2/FirebaseCoreDiagnostics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.2.1/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/9/c/FirebaseCoreDiagnosticsInterop/1.1.0/FirebaseCoreDiagnosticsInterop.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_2_d_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/d/6/FirebaseMessaging/4.1.9/FirebaseMessaging.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/d/6/FirebaseMessaging/4.1.9/FirebaseMessaging.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_f_9.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/f/9/FirebaseAnalyticsInterop/1.4.0/FirebaseAnalyticsInterop.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.3.2/GoogleUtilities.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_c_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/c/d/Protobuf/3.11.1/Protobuf.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/6/0/FirebaseInstanceID/4.2.7/FirebaseInstanceID.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.2.1/FirebaseCore.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/7/2/d/GCDWebServer/3.5.3/GCDWebServer.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/7/2/d/GCDWebServer/3.5.3/GCDWebServer.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/f/9/FirebaseAnalyticsInterop/1.4.0/FirebaseAnalyticsInterop.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/c/d/Protobuf/3.11.1/Protobuf.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.1.2/FirebaseCoreDiagnostics.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_b_c_f.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/b/c/f/GoogleDataTransportCCTSupport/1.2.2/GoogleDataTransportCCTSupport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.1.1/GoogleAppMeasurement.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/b/c/f/GoogleDataTransportCCTSupport/1.2.2/GoogleDataTransportCCTSupport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_6_a.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/3.2.0/GoogleDataTransport.podspec.json exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/3.2.0/GoogleDataTransport.podspec.json exists! Returning local because checking is only perfomed in repo update
Comparing resolved specification to the sandbox manifest
A Crashlytics
A DoubleConversion
A FBLazyVector
A FBReactNativeSpec
A Fabric
A Firebase
A FirebaseAnalytics
A FirebaseAnalyticsInterop
A FirebaseCore
A FirebaseCoreDiagnostics
A FirebaseCoreDiagnosticsInterop
A FirebaseInstanceID
A FirebaseMessaging
A Folly
A GCDWebServer
A GoogleAppMeasurement
A GoogleDataTransport
A GoogleDataTransportCCTSupport
A GoogleUtilities
A Picker
A Protobuf
A QBImagePickerController
A RCTRequired
A RCTRestart
A RCTTypeSafety
A RNCAsyncStorage
A RNDeviceInfo
A RNFirebase
A RNImageCropPicker
A RNKeychain
A RNVectorIcons
A RSKImageCropper
A React
A React-Core
A React-CoreModules
A React-RCTActionSheet
A React-RCTAnimation
A React-RCTBlob
A React-RCTImage
A React-RCTLinking
A React-RCTNetwork
A React-RCTSettings
A React-RCTText
A React-RCTVibration
A React-cxxreact
A React-jsi
A React-jsiexecutor
A React-jsinspector
A ReactCommon
A ReactNativeART
A ReactNativeNavigation
A RealmJS
A Yoga
A boost-for-react-native
A glog
A nanopb
A react-native-camera
A react-native-fingerprint-scanner
A react-native-netinfo
A react-native-orientation-locker
Downloading dependencies
-> Installing Crashlytics (3.13.4)
> Copying Crashlytics from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/Crashlytics/3.13.4-2dfd6` to `Pods/Crashlytics`
-> Installing DoubleConversion (1.1.6)
> Copying DoubleConversion from `/Users/sm2017/Library/Caches/CocoaPods/Pods/External/DoubleConversion/77f51e588bfe0e5c4fa6e9c580da62c6-5805e` to `Pods/DoubleConversion`
-> Installing FBLazyVector (0.61.4)
-> Installing FBReactNativeSpec (0.61.4)
-> Installing Fabric (1.10.2)
> Copying Fabric from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/Fabric/1.10.2-706c8` to `Pods/Fabric`
-> Installing Firebase (6.7.0)
> Copying Firebase from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/Firebase/6.7.0-291d7` to `Pods/Firebase`
-> Installing FirebaseAnalytics (6.1.1)
> Copying FirebaseAnalytics from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseAnalytics/6.1.1-843c7` to `Pods/FirebaseAnalytics`
-> Installing FirebaseAnalyticsInterop (1.4.0)
> Copying FirebaseAnalyticsInterop from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseAnalyticsInterop/1.4.0-d48b6` to `Pods/FirebaseAnalyticsInterop`
-> Installing FirebaseCore (6.2.1)
> Copying FirebaseCore from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseCore/6.2.1-32b48` to `Pods/FirebaseCore`
-> Installing FirebaseCoreDiagnostics (1.1.2)
> Copying FirebaseCoreDiagnostics from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseCoreDiagnostics/1.1.2-511f4` to `Pods/FirebaseCoreDiagnostics`
-> Installing FirebaseCoreDiagnosticsInterop (1.1.0)
> Copying FirebaseCoreDiagnosticsInterop from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseCoreDiagnosticsInterop/1.1.0-e9b1b` to `Pods/FirebaseCoreDiagnosticsInterop`
-> Installing FirebaseInstanceID (4.2.7)
> Copying FirebaseInstanceID from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseInstanceID/4.2.7-ebd2e` to `Pods/FirebaseInstanceID`
-> Installing FirebaseMessaging (4.1.9)
> Copying FirebaseMessaging from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/FirebaseMessaging/4.1.9-e8d71` to `Pods/FirebaseMessaging`
-> Installing Folly (2018.10.22.00)
> Copying Folly from `/Users/sm2017/Library/Caches/CocoaPods/Pods/External/Folly/edb215b6d42d3435f58b692fa70aaf69-30e79` to `Pods/Folly`
-> Installing GCDWebServer (3.5.3)
> Copying GCDWebServer from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/GCDWebServer/3.5.3-c0ab2` to `Pods/GCDWebServer`
-> Installing GoogleAppMeasurement (6.1.1)
> Copying GoogleAppMeasurement from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/GoogleAppMeasurement/6.1.1-86a82` to `Pods/GoogleAppMeasurement`
-> Installing GoogleDataTransport (3.2.0)
> Copying GoogleDataTransport from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/GoogleDataTransport/3.2.0-8e9b2` to `Pods/GoogleDataTransport`
-> Installing GoogleDataTransportCCTSupport (1.2.2)
> Copying GoogleDataTransportCCTSupport from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/GoogleDataTransportCCTSupport/1.2.2-ef79a` to `Pods/GoogleDataTransportCCTSupport`
-> Installing GoogleUtilities (6.3.2)
> Copying GoogleUtilities from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/GoogleUtilities/6.3.2-547a8` to `Pods/GoogleUtilities`
-> Installing Picker (4.3.7)
-> Installing Protobuf (3.11.1)
> Copying Protobuf from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/Protobuf/3.11.1-20d79` to `Pods/Protobuf`
-> Installing QBImagePickerController (3.4.0)
> Copying QBImagePickerController from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/QBImagePickerController/3.4.0-d54cf` to `Pods/QBImagePickerController`
-> Installing RCTRequired (0.61.4)
-> Installing RCTRestart (0.0.12)
-> Installing RCTTypeSafety (0.61.4)
-> Installing RNCAsyncStorage (1.6.2)
-> Installing RNDeviceInfo (5.3.0)
-> Installing RNFirebase (5.5.6)
-> Installing RNImageCropPicker (0.26.1)
-> Installing RNKeychain (4.0.1)
-> Installing RNVectorIcons (6.6.0)
-> Installing RSKImageCropper (2.2.3)
> Copying RSKImageCropper from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/RSKImageCropper/2.2.3-a446d` to `Pods/RSKImageCropper`
-> Installing React (0.61.4)
-> Installing React-Core (0.61.4)
-> Installing React-CoreModules (0.61.4)
-> Installing React-RCTActionSheet (0.61.4)
-> Installing React-RCTAnimation (0.61.4)
-> Installing React-RCTBlob (0.61.4)
-> Installing React-RCTImage (0.61.4)
-> Installing React-RCTLinking (0.61.4)
-> Installing React-RCTNetwork (0.61.4)
-> Installing React-RCTSettings (0.61.4)
-> Installing React-RCTText (0.61.4)
-> Installing React-RCTVibration (0.61.4)
-> Installing React-cxxreact (0.61.4)
-> Installing React-jsi (0.61.4)
-> Installing React-jsiexecutor (0.61.4)
-> Installing React-jsinspector (0.61.4)
-> Installing ReactCommon (0.61.4)
-> Installing ReactNativeART (1.0.2)
-> Installing ReactNativeNavigation (4.0.4)
-> Installing RealmJS (3.4.1)
> Running prepare command
$ /bin/bash -c set -e node ./scripts/download-realm.js ios --sync
Resolved requirements: { SYNC_SERVER_FOLDER: 'sync',
SYNC_ARCHIVE: 'realm-sync-cocoa-4.8.2.tar.gz',
SYNC_ARCHIVE_ROOT: 'core' }
Resolved options: { platform: 'ios', sync: true }
No lockfile found at the target, proceeding.
Download url: https://static.realm.io/downloads/sync/realm-sync-cocoa-4.8.2.tar.gz
Downloading realm-sync-cocoa-4.8.2.tar.gz
Extracting realm-sync-cocoa-4.8.2.tar.gz => /Users/sm2017/Developer/project-client/node_modules/realm/vendor/realm-ios
Success
-> Installing Yoga (1.14.0)
-> Installing boost-for-react-native (1.63.0)
> Copying boost-for-react-native from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/boost-for-react-native/1.63.0-39c7a` to `Pods/boost-for-react-native`
-> Installing glog (0.3.5)
> Copying glog from `/Users/sm2017/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-1f3da` to `Pods/glog`
-> Installing nanopb (0.3.9011)
> Copying nanopb from `/Users/sm2017/Library/Caches/CocoaPods/Pods/Release/nanopb/0.3.9011-18003` to `Pods/nanopb`
-> Installing react-native-camera (3.9.0)
-> Installing react-native-fingerprint-scanner (3.0.2)
-> Installing react-native-netinfo (4.6.0)
-> Installing react-native-orientation-locker (1.1.7)
- Running pre install hooks
Generating Pods project
- Creating Pods project
- Installing files into Pods project
- Adding source files
- Adding frameworks
- Adding libraries
- Adding resources
- Adding development pod helper files
- Linking headers
- Installing Pod Targets
- Installing target `Crashlytics` iOS 7.0
- Installing target `DoubleConversion` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/DoubleConversion/DoubleConversion-dummy.m`
- Installing target `FBLazyVector` iOS 9.0
- Installing target `FBReactNativeSpec` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec-dummy.m`
- Installing target `Fabric` iOS 7.0
- Installing target `Firebase` iOS 8.0
- Installing target `FirebaseAnalytics` iOS 8.0
- Installing target `FirebaseAnalyticsInterop` iOS 8.0
- Installing target `FirebaseCore` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/FirebaseCore/FirebaseCore-dummy.m`
- Installing target `FirebaseCoreDiagnostics` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-dummy.m`
- Installing target `FirebaseCoreDiagnosticsInterop` iOS 8.0
- Installing target `FirebaseInstanceID` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID-dummy.m`
- Installing target `FirebaseMessaging` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/FirebaseMessaging/FirebaseMessaging-dummy.m`
- Installing target `Folly` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Folly/Folly-dummy.m`
- Installing target `GCDWebServer` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/GCDWebServer/GCDWebServer-dummy.m`
- Installing target `GoogleAppMeasurement` iOS 8.0
- Installing target `GoogleDataTransport` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-dummy.m`
- Installing target `GoogleDataTransportCCTSupport` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-dummy.m`
- Installing target `GoogleUtilities` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m`
- Installing target `Picker` iOS 7.0
- Generating dummy source at `Pods/Target Support Files/Picker/Picker-dummy.m`
- Installing target `Protobuf` iOS 7.0
- Generating dummy source at `Pods/Target Support Files/Protobuf/Protobuf-dummy.m`
- Installing target `QBImagePickerController` iOS 8.0
- Generating Info.plist file at `Pods/Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist`
- Generating dummy source at `Pods/Target Support Files/QBImagePickerController/QBImagePickerController-dummy.m`
- Installing target `RCTRequired` iOS 9.0
- Installing target `RCTRestart` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/RCTRestart/RCTRestart-dummy.m`
- Installing target `RCTTypeSafety` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety-dummy.m`
- Installing target `RNCAsyncStorage` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage-dummy.m`
- Installing target `RNDeviceInfo` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo-dummy.m`
- Installing target `RNFirebase` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RNFirebase/RNFirebase-dummy.m`
- Installing target `RNImageCropPicker` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker-dummy.m`
- Installing target `RNKeychain` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RNKeychain/RNKeychain-dummy.m`
- Installing target `RNVectorIcons` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RNVectorIcons/RNVectorIcons-dummy.m`
- Installing target `RSKImageCropper` iOS 6.0
- Generating dummy source at `Pods/Target Support Files/RSKImageCropper/RSKImageCropper-dummy.m`
- Installing target `React` iOS 9.0
- Installing target `React-Core` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-Core/React-Core-dummy.m`
- Installing target `React-CoreModules` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-CoreModules/React-CoreModules-dummy.m`
- Installing target `React-RCTActionSheet` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet-dummy.m`
- Installing target `React-RCTAnimation` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation-dummy.m`
- Installing target `React-RCTBlob` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTBlob/React-RCTBlob-dummy.m`
- Installing target `React-RCTImage` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTImage/React-RCTImage-dummy.m`
- Installing target `React-RCTLinking` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTLinking/React-RCTLinking-dummy.m`
- Installing target `React-RCTNetwork` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork-dummy.m`
- Installing target `React-RCTSettings` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTSettings/React-RCTSettings-dummy.m`
- Installing target `React-RCTText` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTText/React-RCTText-dummy.m`
- Installing target `React-RCTVibration` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-RCTVibration/React-RCTVibration-dummy.m`
- Installing target `React-cxxreact` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-cxxreact/React-cxxreact-dummy.m`
- Installing target `React-jsi` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-jsi/React-jsi-dummy.m`
- Installing target `React-jsiexecutor` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor-dummy.m`
- Installing target `React-jsinspector` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/React-jsinspector/React-jsinspector-dummy.m`
- Installing target `ReactCommon` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/ReactCommon/ReactCommon-dummy.m`
- Installing target `ReactNativeART` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/ReactNativeART/ReactNativeART-dummy.m`
- Installing target `ReactNativeNavigation` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/ReactNativeNavigation/ReactNativeNavigation-dummy.m`
- Installing target `RealmJS` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/RealmJS/RealmJS-dummy.m`
- Installing target `Yoga` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Yoga/Yoga-dummy.m`
- Installing target `boost-for-react-native` iOS 8.0
- Installing target `glog` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/glog/glog-dummy.m`
- Installing target `nanopb` iOS 4.3
- Generating dummy source at `Pods/Target Support Files/nanopb/nanopb-dummy.m`
- Installing target `react-native-camera` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/react-native-camera/react-native-camera-dummy.m`
- Installing target `react-native-fingerprint-scanner` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/react-native-fingerprint-scanner/react-native-fingerprint-scanner-dummy.m`
- Installing target `react-native-netinfo` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/react-native-netinfo/react-native-netinfo-dummy.m`
- Installing target `react-native-orientation-locker` iOS 8.0
- Generating dummy source at `Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker-dummy.m`
- Installing Aggregate Targets
- Installing target `Pods-project` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Pods-project/Pods-project-dummy.m`
- Installing target `Pods-project-tvOS` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Pods-project-tvOS/Pods-project-tvOS-dummy.m`
- Installing target `Pods-project-tvOSTests` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Pods-project-tvOSTests/Pods-project-tvOSTests-dummy.m`
- Installing target `Pods-projectTests` iOS 9.0
- Generating dummy source at `Pods/Target Support Files/Pods-projectTests/Pods-projectTests-dummy.m`
- Generating deterministic UUIDs
- Stabilizing target UUIDs
- Running post install hooks
- Writing Xcode project file to `Pods/Pods.xcodeproj`
Cleaning up sandbox directory
- Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
Integrating client project
Integrating target `Pods-project` (`project.xcodeproj` project)
Integrating target `Pods-project-tvOS` (`project.xcodeproj` project)
Integrating target `Pods-project-tvOSTests` (`project.xcodeproj` project)
Integrating target `Pods-projectTests` (`project.xcodeproj` project)
- Running post install hooks
- cocoapods-stats from `/Library/Ruby/Gems/2.6.0/gems/cocoapods-stats-1.1.0/lib/cocoapods_plugin.rb`
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
-> Pod installation complete! There are 47 dependencies from the Podfile and 60 total pods installed.
And can you confirm that it's the downloading of Realm that takes a long time? What speed is your internet connection? If I remember correctly it prints the download speed while downloading. 30 minutes is definitely mutch slower than I'm experiencing.
~That being said I do think the download tricks CocoaPod into thinking the library has changed and therefore subsequent runs must download again. We should most probably find a solution to that.~
鈽濓笍 I tried verifying this assumption and I couldn't
@kraenhansen Yes , I confirm that every time it download Real and downloading take long time (more than 30 minutes) , My connection speed is about 20-30Mbps
It's very strange that it takes this long. It's simply downloading from an AWS S3 bucket. May I ask what part of the world your connecting from?
Iran , thanks to USA (and Realm) sanctions I have to use VPN
I confirm that my speed is well in VPN connection too and I have no issue with other dependencies
I can download 1GB in less than 10 minutes
Assume someone has low speed connection, why realm downloaded each time? There must be a cache
@sm2017 Please take a look at #2501.
The same issue is happening to me for the first time. Earlier it won't download on every pod install.
From Philippines here. It is very slow. I am at 110 Mbps.
The same issue is happening to me and I live in Paris :/
Same issue. Stuck at Installing Realm
[!] Error installing RealmSwift
[!] /usr/bin/git clone https://github.com/realm/realm-cocoa.git >/var/folders/w6/2kr9pt1s0892kwt2mysb7nc00000gn/T/d20200705-1244-p3zivh --template= --single-branch --depth 1 -->branch v5.2.0
Cloning into '/var/folders/w6/2kr9pt1s0892kwt2mysb7nc00000gn/T/d20200705-1244-p3zivh'...
fatal: unable to access 'https://github.com/realm/realm-cocoa.git/': Failed to connect to github.com port 443: Operation >timed out
Facing same issue and its been 3 hours
same issue in pakistan having 50mbps
Today, I'm also having the same issue. Location is Finland. Usually, the installing has been quick but today it takes ages. Maybe some temporary problems with CDN?
same problem here, takes long. couldn't wait more
same problem here. I am from brazil
same issue with me
my "solution" was this:
rm -rf node_modules && rm -rf package-lock.json
yarn clearPods
npm i
clearPods.sh:
echo "rm -rf ~/Library/Caches/CocoaPods"
rm -rf ~/Library/Caches/CocoaPods
echo "rm -rf ios/Pods"
rm -rf ios/Pods
echo "rm -rf ~/Library/Developer/Xcode/DerivedData/*"
rm -rf ~/Library/Developer/Xcode/DerivedData/*
cd ios
echo "pod deintegrate"
pod deintegrate
echo "pod setup"
pod setup
echo "pod install"
pod install
sometimes dont work, and i turn off my vpn
From New Zealand, stuck at Installing RealmJS (10.1.2) forever when doing pod install, I am on a megabyte net. can we host this in a different source like just NPM consider all the problems here?
My word, I took 2 days to install and my connection speed is always throttled by my network provider
Any updates, I've tried solutions, mentioned here and I still stuck forever Installing RealmJS (10.2.0). Does anyone have other solution?
Any updates, I've tried solutions, mentioned here and I still stuck forever
Installing RealmJS (10.2.0). Does anyone have other solution?
You need to wait for it to install it will take time but its worth the wait. try nix pod install --verbose
Most helpful comment
Iran , thanks to USA (and Realm) sanctions I have to use VPN
I confirm that my speed is well in VPN connection too and I have no issue with other dependencies
I can download 1GB in less than 10 minutes
Assume someone has low speed connection, why realm downloaded each time? There must be a cache