I am getting the next error when utilizing visible studio to run flutter run verbose
on the root of my flutter mission.
[ +1 ms] Error (Xcode): Constructing for 'iOS-simulator', however linking in object file (/Customers/consumer/Paperwork/GitHub/my_app/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/GoogleMaps) constructed for 'iOS'
[ ] Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
[ +1 ms] Couldn't construct the applying for the simulator.
[ ] Error launching utility on iPhone 15 Professional Max.
[ +1 ms] "flutter run" took 50,702ms.
[ +2 ms]
#0 throwToolExit (package deal:flutter_tools/src/base/widespread.dart:10:3)
#1 RunCommand.runCommand (package deal:flutter_tools/src/instructions/run.dart:828:9)
<asynchronous suspension>
#2 FlutterCommand.run.<nameless closure> (package deal:flutter_tools/src/runner/flutter_command.dart:1383:27)
<asynchronous suspension>
#3 AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#4 CommandRunner.runCommand (package deal:args/command_runner.dart:212:13)
<asynchronous suspension>
#5 FlutterCommandRunner.runCommand.<nameless closure> (package deal:flutter_tools/src/runner/flutter_command_runner.dart:360:9)
<asynchronous suspension>
#6 AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#7 FlutterCommandRunner.runCommand (package deal:flutter_tools/src/runner/flutter_command_runner.dart:300:5)
<asynchronous suspension>
#8 run.<nameless closure>.<nameless closure> (package deal:flutter_tools/runner.dart:119:9)
<asynchronous suspension>
#9 AppContext.run.<nameless closure> (package deal:flutter_tools/src/base/context.dart:153:19)
<asynchronous suspension>
#10 most important (package deal:flutter_tools/executable.dart:92:3)
<asynchronous suspension>
I’ve seen some threads that informed me to run it in Xcode, proper click on the error, and reveal in log, however nothing will pop up. All related threads I am seeing are from no less than six years in the past, they usually largely appear to be linked to updating Xcode. Nevertheless, I am engaged on this mission with at staff, and the mission compiles on their macs with the very same model of Xcode.
One other notice: the fundamental flutter pattern mission that’s created with flutter create example_app
will compile fully high quality, so I believe it may be one thing within the gitignore recordsdata, however I have been on this for a number of weeks with no luck. Please assist, and thanks a lot!