I am attempting to run my Flutter code natively on my iPhone, however every time I attempt to run it, I maintain get the next error message:
Error (Xcode): Cycle inside Runner; constructing may produce unreliable outcomes.
Cycle particulars:
→ Goal 'Runner': ExtractAppIntentsMetadata
○ Goal 'Runner' has copy command from '/Customers/matthewlee/flutterflow/AppName/construct/ios/Debug-iphoneos/ImageNotification.appex' to
'/Customers/matthewlee/flutterflow/AppName/construct/ios/Debug-iphoneos/Runner.app/PlugIns/ImageNotification.appex'
○ Goal 'Runner' has compile command with enter '/Customers/matthewlee/flutterflow/AppName/ios/Runner/Base.lproj/LaunchScreen.storyboard'
○ That command is determined by command in Goal 'Runner': script part “Skinny Binary”
○ Goal 'Runner' has course of command with output '/Customers/matthewlee/flutterflow/AppName/construct/ios/Debug-iphoneos/Runner.app/Data.plist'
I have been attempting to rearrange my Construct Phases in Xcode, however nothing has appeared to work but. How do I repair this problem stopping my app from working?