Flipper “No Application Selected” on Windows with IOS Device development build

I posted this in the Third Party Tools forum however, I am beginning to think this is related to EAS build. The issue below happens when I build a dev-client using the IOS device approach. When I build the dev-client using an Andriod simulator approach everything works fine (same project).

Link to 3rd Party Tools post: Flipper “No Application Selected” on Windows with IOS Device development build - How to / Third Party Tooling - Forums (expo.dev)

Details:

I have followed the Expo instructions for 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)

Any help on this would be much appreciated!!