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

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
192 questions with no upvoted or accepted answers
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
10 votes
2 answers
2k views

Placing the toolbar above keyboard does not work in iOS 17

The next code snippet is an example of the question. import SwiftUI struct TestingView: View { @State var myText = "" @State var myText2 = "" var body: some View { ...
Ariel Antonio Fundora's user avatar
9 votes
0 answers
636 views

WKWebView Cookie Sync Issue in iOS 17

I am facing a strange issue where in cookie sync fails(Few cookies drop) after upgrading to iOS 17 on some of the devices. How Cookie Sync works in Our App? Authentication token is received via ...
Abhishek Singh's user avatar
8 votes
1 answer
4k views

Xcode 15, ios 17 giving error in react native code - -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] TextInput

I have a React Native code and when I tried running it on Xcode 15, iOS 17 I am getting the error [RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation ...
shilpa garg's user avatar
6 votes
0 answers
1k views

Keyboard flickers and screen jumps when using SecureField and TextField together in SwiftUI

This works struct TestView: View { @State private var email = "" @State private var password = "" var body: some View { VStack{ TextField(...
xen555's user avatar
  • 71
6 votes
1 answer
830 views

iOS 17 NavigationStack black screen

I just updated my Xcode and iPhone to the newest iOS17 and Xcode 15. Something I noticed was when I clicked my custom back button in my app I'm building, it turns it into a black screen then dismisses ...
Etienne's user avatar
  • 291
5 votes
0 answers
469 views

SwiftUI iOS17 - Toolbar Bugs

Since iOS 17, certain things in the toolbar do not work anymore. In this example it is the following: rotationEffect, scaleEffect, rotationEffect3D, foregroundStyle, foregroundColor and probably more ...
HeGe's user avatar
  • 187
5 votes
0 answers
599 views

iOS 17 Airdropped file not opening in our app and instead opening in files app

Our application is configured to handle a custom file type with the extension .ptw. Until the release of iOS 17, when we used Airdrop to send a .ptw file, it would seamlessly open directly in our app ...
Vinoth Kumar's user avatar
5 votes
0 answers
753 views

SwiftData sort or filter enum property

Now that SwiftData can correctly store enums in our models, I am now having difficulties trying to filter or sort on that property. For example status is an enum enum Status: String, Codable, ...
Stewart Lynch's user avatar
5 votes
1 answer
347 views

SwiftUI, SwiftData, WidgetKit - Missing 'previewContext' modifier

Cannot Preview this file Missing 'previewContext' modifier. No bug anywhere else. Xcode 15, iOS 17 import SwiftUI import WidgetKit import SwiftData struct DiemWidgetEntryView : View { var entry: ...
I7T5's user avatar
  • 113
4 votes
0 answers
461 views

AudioContext failed to resume in iOS Safari 17.4 beta: InvalidStateError: Failed to start the audio device

The problem is new in the newly published iOS Safari 17.4 beta. The code below will go into the catch block with error message: InvalidStateError: Failed to start the audio device Tested on an ...
lannka's user avatar
  • 41
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
4 votes
1 answer
679 views

Xcode 15, iOS 17 - Archive Failed - File name too long

Working on Xcode 15 GA. I'd like to archive my new iOS 17 project, which works properly on iOS and macOS (includes SwiftData library, new WidgetKit extension and StoreKit). However, when I'm trying to ...
Dudi's user avatar
  • 85
3 votes
1 answer
318 views

iOS 17. Video, shows a black screen when opening in full screen mode with a poster

Browser: Safari/Chrome Operating system: Ios 17 At startup, full screen mode opens. There is sound, but no video. <video ref="video" :src="videoSrc" :poster="poster&...
Yura Lordwarlock's user avatar
3 votes
0 answers
558 views

Xcode 15.1 & iOS 17.2: SwiftData ModelContext Delete: It's only possible to delete the data after it has been inserted for about 30 seconds

I'm a newbie in working with SwiftData and I hope for your help in solving the below issue :") It's about deleting the objects into a Model by ModelContext.delete(). It's only possible to delete ...
Tuan Pham's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
13