XCode10 iOS firebase firestore SDK — multiple command produce gRPCCertificates.bundle error in Firebase












1















I am getting multiple command produce gRPCCertificates.bundle




Multiple commands produce '...iphoneos/gRPCCertificates.bundle':



1)
Target 'gRPC-C++-gRPCCertificates' has create directory command with
output '.../iphoneos/gRPCCertificates.bundle'



2) Target
'FirebaseFirestore-gRPCCertificates' has create directory command with
output '....iphoneos/gRPCCertificates.bundle'




Here is my podfile



    # Uncomment the next line to define a global platform for your project
platform :ios, '11.0'

target 'FireCheck' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for FireCheck

pod 'Firebase/Core'
pod 'Firebase/Firestore'

end


I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
I am using XCode 10
Any help is appreciated



It only happens when i do build and achieve ... normal run/debug works



It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)



More information i have added here
https://github.com/firebase/firebase-ios-sdk/issues/2102










share|improve this question





























    1















    I am getting multiple command produce gRPCCertificates.bundle




    Multiple commands produce '...iphoneos/gRPCCertificates.bundle':



    1)
    Target 'gRPC-C++-gRPCCertificates' has create directory command with
    output '.../iphoneos/gRPCCertificates.bundle'



    2) Target
    'FirebaseFirestore-gRPCCertificates' has create directory command with
    output '....iphoneos/gRPCCertificates.bundle'




    Here is my podfile



        # Uncomment the next line to define a global platform for your project
    platform :ios, '11.0'

    target 'FireCheck' do
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
    use_frameworks!

    # Pods for FireCheck

    pod 'Firebase/Core'
    pod 'Firebase/Firestore'

    end


    I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
    I am using XCode 10
    Any help is appreciated



    It only happens when i do build and achieve ... normal run/debug works



    It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)



    More information i have added here
    https://github.com/firebase/firebase-ios-sdk/issues/2102










    share|improve this question



























      1












      1








      1








      I am getting multiple command produce gRPCCertificates.bundle




      Multiple commands produce '...iphoneos/gRPCCertificates.bundle':



      1)
      Target 'gRPC-C++-gRPCCertificates' has create directory command with
      output '.../iphoneos/gRPCCertificates.bundle'



      2) Target
      'FirebaseFirestore-gRPCCertificates' has create directory command with
      output '....iphoneos/gRPCCertificates.bundle'




      Here is my podfile



          # Uncomment the next line to define a global platform for your project
      platform :ios, '11.0'

      target 'FireCheck' do
      # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
      use_frameworks!

      # Pods for FireCheck

      pod 'Firebase/Core'
      pod 'Firebase/Firestore'

      end


      I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
      I am using XCode 10
      Any help is appreciated



      It only happens when i do build and achieve ... normal run/debug works



      It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)



      More information i have added here
      https://github.com/firebase/firebase-ios-sdk/issues/2102










      share|improve this question
















      I am getting multiple command produce gRPCCertificates.bundle




      Multiple commands produce '...iphoneos/gRPCCertificates.bundle':



      1)
      Target 'gRPC-C++-gRPCCertificates' has create directory command with
      output '.../iphoneos/gRPCCertificates.bundle'



      2) Target
      'FirebaseFirestore-gRPCCertificates' has create directory command with
      output '....iphoneos/gRPCCertificates.bundle'




      Here is my podfile



          # Uncomment the next line to define a global platform for your project
      platform :ios, '11.0'

      target 'FireCheck' do
      # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
      use_frameworks!

      # Pods for FireCheck

      pod 'Firebase/Core'
      pod 'Firebase/Firestore'

      end


      I have already tried clean, deleting derive data, deintegrating and reintegrating pods , nothing works
      I am using XCode 10
      Any help is appreciated



      It only happens when i do build and achieve ... normal run/debug works



      It also only happens in MacOS 10.14 (18A391) not in previous version of the macOS (High Sierra)



      More information i have added here
      https://github.com/firebase/firebase-ios-sdk/issues/2102







      ios firebase cocoapods google-cloud-firestore grpc






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 21 '18 at 15:40









      Paul Beusterien

      13.7k43679




      13.7k43679










      asked Nov 21 '18 at 7:13









      mihir mehtamihir mehta

      12.1k15175




      12.1k15175
























          2 Answers
          2






          active

          oldest

          votes


















          1














          Run pod update



          The issue is now fixed with the release of version 0.0.5 of gRPC-C++.



          More details at https://github.com/firebase/firebase-ios-sdk/issues/2102






          share|improve this answer































            1














            While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.



            pod 'Firebase/Firestore', '5.12.0'





            share|improve this answer
























            • Yes this works ....

              – mihir mehta
              Nov 21 '18 at 16:05











            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53406947%2fxcode10-ios-firebase-firestore-sdk-multiple-command-produce-grpccertificates%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Run pod update



            The issue is now fixed with the release of version 0.0.5 of gRPC-C++.



            More details at https://github.com/firebase/firebase-ios-sdk/issues/2102






            share|improve this answer




























              1














              Run pod update



              The issue is now fixed with the release of version 0.0.5 of gRPC-C++.



              More details at https://github.com/firebase/firebase-ios-sdk/issues/2102






              share|improve this answer


























                1












                1








                1







                Run pod update



                The issue is now fixed with the release of version 0.0.5 of gRPC-C++.



                More details at https://github.com/firebase/firebase-ios-sdk/issues/2102






                share|improve this answer













                Run pod update



                The issue is now fixed with the release of version 0.0.5 of gRPC-C++.



                More details at https://github.com/firebase/firebase-ios-sdk/issues/2102







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 '18 at 19:28









                Paul BeusterienPaul Beusterien

                13.7k43679




                13.7k43679

























                    1














                    While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.



                    pod 'Firebase/Firestore', '5.12.0'





                    share|improve this answer
























                    • Yes this works ....

                      – mihir mehta
                      Nov 21 '18 at 16:05
















                    1














                    While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.



                    pod 'Firebase/Firestore', '5.12.0'





                    share|improve this answer
























                    • Yes this works ....

                      – mihir mehta
                      Nov 21 '18 at 16:05














                    1












                    1








                    1







                    While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.



                    pod 'Firebase/Firestore', '5.12.0'





                    share|improve this answer













                    While waiting for an update on the Github project, you can temporarily use the previous version of Firestore.



                    pod 'Firebase/Firestore', '5.12.0'






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 21 '18 at 11:39









                    Nicolas BushNicolas Bush

                    111




                    111













                    • Yes this works ....

                      – mihir mehta
                      Nov 21 '18 at 16:05



















                    • Yes this works ....

                      – mihir mehta
                      Nov 21 '18 at 16:05

















                    Yes this works ....

                    – mihir mehta
                    Nov 21 '18 at 16:05





                    Yes this works ....

                    – mihir mehta
                    Nov 21 '18 at 16:05


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53406947%2fxcode10-ios-firebase-firestore-sdk-multiple-command-produce-grpccertificates%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                    ts Property 'filter' does not exist on type '{}'

                    mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window