Post

Replies

Boosts

Views

Activity

Reply to Testing dates
This would be a great scenario for unit testing. You can take a look here at the documentation on unit testing. I can’t link specific websites where you can also learn tons about unit testing and how it can benefit you, especially in the situation like above. Your unit tests would be pretty simple once you understand how to write them. You simply want to get today’s date Date() and compare it to another date variable you have set yourself.
Jun ’21
Reply to Clipboard issues with simulators
I have to downgrade to 26.2 for copy paste to work again in the simulator. Infuriating bug. Impossible to type generated passwords by hand into the simulator.
Replies
Boosts
Views
Activity
Mar ’26
Reply to Can’t paste into Simulator after updating to Xcode 26.4
Same here. I haven't had any issues prior to updating to 26.4. I had to go back to the 26.2 simulator to get copy paste working again. Insanely infuriating. Does anyone use copy paste on the simulator team?
Replies
Boosts
Views
Activity
Mar ’26
Reply to Xcode Version 15.0 beta, How to turn off network connection for mobile phone debugging
It seems like this is an ongoing issue and its driving me insane as well! Here is so more context about others whom are experiencing the issue.
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 15 beta does not show iOS 17 beta device
Sharing that I ran into the same issue, using IVPN on both devices, my Mac and iPhone. @patras's answer seems to have fixed it for me! I had to turn off the VPN on both iPhone and Mac in order for the device to properly register via USB, which seems odd to me since there's a direct connection.
Replies
Boosts
Views
Activity
Aug ’23
Reply to iPadOS 15: stuck in a loop after OS update
2018 11” iPad Pro and I’m having the same issue here. I was able to DFU then restore to a backup of 14.6 but upon trying to reinstall iPad OS 15, I ran into the same exact issue. So for now I am leaving it on 14.6 in hopes the next beta release fixes this.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Testing dates
This would be a great scenario for unit testing. You can take a look here at the documentation on unit testing. I can’t link specific websites where you can also learn tons about unit testing and how it can benefit you, especially in the situation like above. Your unit tests would be pretty simple once you understand how to write them. You simply want to get today’s date Date() and compare it to another date variable you have set yourself.
Replies
Boosts
Views
Activity
Jun ’21