Hi everyone,
I’m having an issue running my FlutterFlow project on an iPhone 14 Pro (iOS 18) using Xcode on my MacBook. It gets stuck on this
Running Xcode build...
Xcode build done. 63.9s
Failed to build iOS app
Error output from Xcode build:
↳
xcodebuild: error: Timed out waiting for all destinations matching the provided destination specifier to become available
Ineligible destinations for the "Runner" scheme:
{ platform:iOS, arch:arm64, id:00008101-000020D03C08003E name:iPhone, error:Device is busy (Waiting to reconnect to iPhone14) }
Oddly, the same project works fine on an older iPhone running iOS 15.
I suspect an underlying Flutter/XCode issue, I’ve tried solutions from these GitHub threads:
1. https://github.com/flutter/flutter/issues/147777
2. https://github.com/flutter/flutter/issues/66862
No luck so far. Has anyone else experienced this? Any tips on resolving it?
Thanks!