-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection failed #103
Comments
Hi @sanv725 could you provide the commands you are running? Also the Xcode version, macOS version, simulator/device info and any other setup that might be relevant? Thanks! |
Probably the most common cause of this is the ettrace framework not actually being linked, can you double check and screenshot your Xcode project settings showing it linked to the main app? |
Hi @noahsmartin, here's the steps I've done.
iOS Simulator version: 17.5 (iPhone 15 Pro) |
Thanks @sanv725 for the details! After you have |
Also, can you check the general settings of your Xcode project? That screenshot is the "Build Phases" tab. On the general tab ettrace should be "Embed & Sign" otherwise Xcode won't actually include it in your app |
Hi, I'm running into the same issue as listed here: #83
I've followed the exact same steps and getting the same errors, on both physical device and simulator. Unfortunately, that issue was closed without revealing how it was fixed, so I can't seem to find a way to resolve it.
I seem to be stuck at this point in the instructions "If everything is set up correctly "Starting ETTrace" will be printed to the console when you launch the app." where I'm not seeing the "Starting ETTrace" in the console logs once I open the app.
Would appreciate any help you can provide on this.
The text was updated successfully, but these errors were encountered: