mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1827] Cannot find iOS booted simulators on Xcode 15.0.1 #1821
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1821
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lechuckcaptain on GitHub (Oct 25, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1827
Description
It seems that the procedure to install Proxyman Certificate on iOS simulator cannot find booted iOS simulators on Xcode 15.0.1. If I use simulators of Xcode 15.0.0 everything is OK.
Steps to Reproduce
Current Behavior
No booted simulators found
Expected Behavior
One or more booted simulators
Environment
@NghiaTranUIT commented on GitHub (Oct 25, 2023):
Can you open Xcode Setting and verify the Command Line Tool is selecting your Xcode 15?
Proxyman is relied on
simctlto check the booted device. May you run this on the Terminal app?@lechuckcaptain commented on GitHub (Oct 25, 2023):
Sure, apparently something is not working properly, from terminal I can correctly see the booted iOS simulators 🤔
@lechuckcaptain commented on GitHub (Oct 25, 2023):
Not sure if it's helpful but as you can see both
iOS 17.0.0andiOS 17.0.1gets displayed asiOS 17.0in the output@NghiaTranUIT commented on GitHub (Oct 25, 2023):
Thanks. Let me download Xcode 15.0.1 and try to reproduce it.
I tested it again and it works with Xcode 15.0
@Vkt0r commented on GitHub (Oct 25, 2023):
Thanks @NghiaTranUIT, For your answer, here https://github.com/ProxymanApp/Proxyman/issues/1827#issuecomment-1779322084. As someone with several Xcode versions installed I was using Xcode 15.0 and the command line tools installed and checked was for Xcode 15.0.1. Changing it to Xcode 15.0 solved the issue.
@NghiaTranUIT commented on GitHub (Oct 25, 2023):
Thanks @Vkt0r 🙇
@lechuckcaptain can you give it a try. I hope it fixes your issue 👍
@lechuckcaptain commented on GitHub (Oct 25, 2023):
Sure, as I said in the first comment, switching back to Xcode
15.0.0everything is OK. Let me clarify, the issue is not blocking (at least not for me), I was just raising a flag that probably it's worth taking a look at the new15.0.1version since it seems to not working properly together with Proxyman.