iosobjective-creact-nativecrashlyticsgoogle-fabric

Fabric : /ios/Pods/Fabric/run”: No such file or directory


using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory, i added run script in

 “${PODS_ROOT}/Fabric/run”  <API KEY> <S KEY>” 

show environment variable in build log is checked ,

whats issue not able to get ,

here is pod version

pod 'Fabric', '~> 1.7.6'
pod 'Crashlytics', '~> 3.10.1' 

Solution

  • Please check if you are using correct quotation marks. You can copy code from below and just replece abc123 with correct values.

    "${PODS_ROOT}/Fabric/run" abc123 abc123
    

    I assume you have run the command pod install, don't you?