Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
41 views

XCode15.3 throwing an error when trying to install iOS 17.4 simulator

`When trying to download the IOS 17.4 xcode simulator i keep getting error. Xcode randomly updated to 15.3 and all my downloaded simulators are gone. before this issue, i have installed 17.2 ...
charan juluru's user avatar
0 votes
0 answers
19 views

Delay allocating AVAudioPlayer with URL of sound in iOS simulator iOS 17.2

Has anyone experienced a delay while allocating and initializing an instance of AVAudioPlayer with the URL of a sound? The delay is barely noticeable (~1.5 seconds) using the iOS 17.2 simulator but is ...
Hahnemann's user avatar
  • 4,568
4 votes
0 answers
2k views

How can i add iOS 17.1 simulator to Xcode?

I have a problem with one of my applications popup view not appearing in iOS 17.1, i need to debug it but i can't find iOS 17.1 to install in Xcode devices and there is no new update for Xcode! Is ...
Shahin Ghanbari's user avatar
1 vote
1 answer
119 views

MailCore 2 works on simulator but not on device

I am able to use just about every feature of MailCore 2 successfully when I run it on a simulator, but every time I run it on a device it fails. It doesn't give me an error, it just stop on a thread ...
Moses Harding's user avatar
0 votes
0 answers
234 views

Xcode15 & iOS17 can not be debugged

When Xcode15 finish building App ,Xcode will stop the running scheme automatically but app keep running well, so that I can’t debug the app. Building some of apps has such a problems only in ...
liunianhuaguoyanxi's user avatar
14 votes
1 answer
5k views

.searchable SwiftUI on IOS 17 cause an error: invalid numeric value

Simulator: iPhone 15 with IOS 17 Xcode: Version 15.0 (15A240d) Simple example on just created project: import SwiftUI struct ContentView: View { @State private var searchText = "" ...
Sever's user avatar
  • 2,586
3 votes
1 answer
951 views

How to enable StandBy mode in iOS 17 Simulator?

I'm trying to build a widget that supports StandBy mode. Is it possible to enable StandBy mode in the iOS simulator? On device there is a menu in Settings for StandBy mode. But that menu is not ...
John's user avatar
  • 358