Flipper "No Application Selected" on Windows with IOS Device development build

I have followed the Expo instructions to setting up a clean project. I did not deviate from any steps except to name my app ‘flipper-test-app’. I then followed the instructions to setup a flipper development build for an IOS device. When I run flipper I get a “No Application Selected” error. The React DevTools work but none of the app based tools work.

I used npx eas-cli to create the development build.

OS: Windows 11 Home: Version 10.0.22621 Build 22621
npm: v18.16.0
VS Code: Version: 1.80.0-insider (user setup)

Any idea what could be wrong?

Here is a repo with the final project files: Stewartarmbrecht/flipper-test-app (github.com)

I have run the setup for an Android simulator setup. Flipper is able to connect to the device and find the application. I think there might be a problem with the EAS Build for an IOS device.

bump.