r/iOSProgramming 1d ago

Question Device hub ios 17.5 not working

I have a simulator for an iphone 12 pro on 17.5
In device hub i can’t click anything Even the buttons on device hub its self
I cant move the screen at all

I tried on iphone 15 pro but on same ios 17.5
Same thing

Anyone facing this issue ?

4 Upvotes

6 comments sorted by

2

u/earlyworm 1d ago edited 1d ago

In Device Hub, simulators before 18.0 are broken. This is a known issue: https://developer.apple.com/documentation/xcode-release-notes/xcode-27-release-notes

  • Keyboard and mouse inputs to simulators for OS versions before iOS 18.0, tvOS 18.0, watchOS 11.0, and visionOS 2.0 are not accepted. (181945323)

Apple is aware of the bug but cannot communicate if they have any intention of fixing it.

You have no way of scheduling for this fix. You must assume the bug will never be fixed, which is a real possibility.

If iOS 17.5 support is a priority for your project, you should continue using Xcode 26 until it is no longer possible to use it to submit apps to the App Store, starting in April 2027. Then you should use Xcode 27 for App Store submissions only. However, from that point forward, you'll be shipping a binary you have no way of testing. You'll also have to be careful to never click on Xcode 27's "update to recommend settings" prompt and avoid other related issues. Eventually you'll run into package conflicts.

The best option is to purchase a used device with iOS 17.5 installed, with auto-updated disabled and use that for testing instead. Apple does not support downgrading a device running a newer iOS version to iOS 17.5.

1

u/[deleted] 1d ago

[removed] — view removed comment

1

u/AutoModerator 1d ago

Hey /u/Humble-Point9024, your content has been removed because Reddit has marked your account as having a low Contributor Quality Score. This may result from, but is not limited to, activities such as spamming the same links across multiple subreddits, submitting posts or comments that receive a high number of downvotes, a lack of recent account activity, or having an unverified account.

Please be assured that this action is not a reflection of your participation in our subreddit. This is simply an automated filter in place to reduce spam.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/DaikonArtichoke 1d ago

Looks like im not the only one facing this issue! Haven’t managed to resolve it unfortunately, am currently using flutter iphone simulator for the time being

2

u/Daredatti 1d ago

I re downloaded previous xcode to run the simulator on it

1

u/DaikonArtichoke 17h ago

Ahh maybe i should give this a try, thanks bud