Xcode 15 flutter get issue

when i try run my project got this error


Showing All Errors Only
Cycle inside Runner; building could produce unreliable results.
Cycle details:
→ Target 'Runner': ExtractAppIntentsMetadata
○ Target 'Runner' has copy command from '/Users/madiyar/Library/Developer/Xcode/DerivedData/Runner-cwioltzgbatmatddaqtgzylrtaxx/Build/Products/Debug-iphonesimulator/ImageNotification.appex' to '/Users/madiyar/Library/Developer/Xcode/DerivedData/Runner-cwioltzgbatmatddaqtgzylrtaxx/Build/Products/Debug-iphonesimulator/Runner.app/PlugIns/ImageNotification.appex'
○ That command depends on command in Target 'Runner': script phase “Thin Binary”
○ Target 'Runner' has process command with output '/Users/madiyar/Library/Developer/Xcode/DerivedData/Runner-cwioltzgbatmatddaqtgzylrtaxx/Build/Products/Debug-iphonesimulator/Runner.app/Info.plist'
○ Target 'Runner' has copy command from '/Users/madiyar/Library/Developer/Xcode/DerivedData/Runner-cwioltzgbatmatddaqtgzylrtaxx/Build/Products/Debug-iphonesimulator/ImageNotification.appex' to '/Users/madiyar/Library/Developer/Xcode/DerivedData/Runner-cwioltzgbatmatddaqtgzylrtaxx/Build/Products/Debug-iphonesimulator/Runner.app/PlugIns/ImageNotification.appex'

I made the same mistake you did. Not yet solved

Got the same issue after updating Xcode to 15 This solution helped in my case [https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/685#issuecomment-1733335621]

@ultramegagood I had the same problem and got it fixed.

Go to the "Build Phases" in Xcode. Find the step that copies your extension data (it looks like your extension is called "ImageNotification"). In my case, this build phase is called "Embed App Extensions". Drag that step above the "Thin Binary" step.

Xcode 15 flutter get issue
 
 
Q