Skip to main content

Questions tagged [ios17]

Use for questions specific to Apple's iOS 17 mobile operating system for iPhone and iPad, released in 2023. General iOS questions should use the [ios] tag.

ios17
0 votes
0 answers
34 views

unarchiveObject(with:) deprecated, is there a replacement when you are unwinding NOT a class but a vanilla [String: Any?]

req = ["a":nil, "b":3, "c":["d":3.3, "e":"e", "f":[]], "g":[]] Traditionally ("if js can do it we can do it too!&...
Fattie's user avatar
  • 14.8k
0 votes
1 answer
36 views

Observable Toggle Communication Failure

I have an app that will play a confirmation tone if a toggle switch is set. Because the tone may be played for different actions throughout the app, I store the toggle status in the SoundManager class....
Galen Smith's user avatar
1 vote
1 answer
64 views

How to fix map annotation selection issues in iOS 17?

I'm working on MapKit for SwiftUI using iOS 17, where I have a custom annotation. When an annotation is selected, a DetailsView should be shown, but it does not work as expected. Selecting an ...
Roland Lariotte's user avatar
0 votes
1 answer
38 views

Core Bluetooth cancelPeripheralConnection not disconnecting peripheral in iOS 17

In iOS 17, I'm encountering an issue where cancelPeripheralConnection from Core Bluetooth does not disconnect the peripheral device, and no error is returned. This is specifically occurring on iOS 17, ...
Meet Patel's user avatar
-1 votes
0 answers
26 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
2 answers
78 views

in iOS17 UIKit is there a way to change/affect the border color of an iOS17 UITextField (other than the mangle shown here)?

This is about iOS 17 only. The only way I could hack around and achieve something like this was find the actual, real, border, get its real values sadly just add a fake on top of that layer once ...
Fattie's user avatar
  • 14.8k
0 votes
0 answers
40 views

Xcode 15+ iOS 17+ error: Failed to install the app on the device

Not able to debug Apps from XCode 15+ on iOS 17+ devices. Tried disconnecting the VPN Tried updating path name from /Developer to /Developers Still nothing working on debugging iOS Device not ...
AshRai's user avatar
  • 1
1 vote
0 answers
42 views

Wrong SceneKit hit testing results in iOS 17.2 compared with iOS 16.1 when using either OpenGLES2 or Metal

We’re experiencing an issue with wrong SceneKit hit testing results in iOS 17.2 compared with iOS 16.1 when using the two mentioned engines. Not sure is anyone has experienced the same issue and is ...
truongtho1603's user avatar
-1 votes
0 answers
90 views

SWIFTUI - Scrollposition not updated

I Have been trying to figure this problem out but without success. I need to update the map view based on the current acitivity that is shown in the scrollview. the. .Ontap changes it well but ...
Max van Bruinessen's user avatar
0 votes
0 answers
25 views

How to make login page of oAuth inspectable with iOS 17 as it is opening in app browser window for our app using angular

I want to inspect/debug in Safari when I am at the login page of oauth that is opening in the app browser window. I am not able to find a way to debug the login page of oAuth with an ios 17.5 app. ...
Shweta aggarwal's user avatar
0 votes
0 answers
36 views

Crashed: com.apple.network.connection EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000d25b5b890

i have strange crash on OS version: iPadOS 17.1.0 ,i can't reproduce. Crashed: com.apple.network.connection-208 0 libobjc.A.dylib 0x3150 objc_retain_x23 + 16 1 Network ...
Hilmi Lalu's user avatar
0 votes
0 answers
33 views

Audio mute after changing speed by AUGraph

I use AUGraph to change music speed and get music by rendercallback _mixNode = [self addNode:kAudioUnitType_Mixer subType:kAudioUnitSubType_MultiChannelMixer]; _effectNode = [self addNode:...
hui xie's user avatar
-4 votes
1 answer
46 views

Returning Drive Names? [closed]

I want to write code for an iOS17 Project that will be able to show me what Devices or Drives the App can physically see, like: iCloud Macintosh HD USB I am able to find a FileManager but I think ...
Fritzables's user avatar
1 vote
1 answer
47 views

Adjust padding on wrapped lines in TextField (Swift)

I am using a multiline text field that wraps the text vertically to new lines. Is there a way to adjust the padding for the wrapped lines, not including the first line? I am trying to have subsequent ...
skyper12345's user avatar
1 vote
0 answers
54 views

React Native Zeroconf issue with resolving IP address on iOS 17+

I'm facing this issue where the MDNS cannot resolve the IP address when finding the service on a network, this is happening with iOS devices 17+, while with iOS 15 it works ok. I don't have iOS 16 to ...
Vlad's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
24