7.6 C
London
Thursday, April 25, 2024

Error (Xcode): A number of instructions produce… , constructing Flutter iOS app


I used to be making an attempt to construct the ipa for my Flutter app, however this error got here out:

[   +3 ms] Error (Xcode): A number of instructions produce

'/Customers/antonio/Library/Developer/Xcode/DerivedData/Runner-edmltyztwaxqqcevfshktmkpdgia/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/FirebaseFirestore_Privac
        y.bundle'
        
[   +6 ms] "flutter ipa" took 29.359ms.
[  +10 ms] Encountered error whereas archiving for system.
[        ] 
        #0      throwToolExit (package deal:flutter_tools/src/base/frequent.dart:10:3)
        #1      _BuildIOSSubCommand.runCommand (package deal:flutter_tools/src/instructions/build_ios.dart:680:7)
        <asynchronous suspension>
        #2      BuildIOSArchiveCommand.runCommand (package deal:flutter_tools/src/instructions/build_ios.dart:425:50)
        <asynchronous suspension>
        #3      FlutterCommand.run.<nameless closure> (package deal:flutter_tools/src/runner/flutter_command.dart:1389:27)
        <asynchronous suspension>
        #4      AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
        <asynchronous suspension>
        #5      CommandRunner.runCommand (package deal:args/command_runner.dart:212:13)
        <asynchronous suspension>
        #6      FlutterCommandRunner.runCommand.<nameless closure> (package deal:flutter_tools/src/runner/flutter_command_runner.dart:355:9)
        <asynchronous suspension>
        #7      AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
        <asynchronous suspension>
        #8      FlutterCommandRunner.runCommand (package deal:flutter_tools/src/runner/flutter_command_runner.dart:295:5)
        <asynchronous suspension>
        #9      run.<nameless closure>.<nameless closure> (package deal:flutter_tools/runner.dart:119:9)
        <asynchronous suspension>
        #10     AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
        <asynchronous suspension>
        #11     major (package deal:flutter_tools/executable.dart:90:3)
        <asynchronous suspension>

Now, I am utilizing Firebase Firestore, Firebase Storage and Firebase Authentication in my app, and utilizing the precompiled SDK offered right here, model ^10.24.0. I put this into my Podfile

pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '10.24.0'

It really works after I construct the app on the native simulator, however it offers the issue when I attempt to construct the app through flutter construct ipa.

Please give me some concepts on how one can repair this error.
Thanks.

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here