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

All Questions

Tagged with
0 votes
2 answers
34 views

Sheet presentation resets constraints from storyboard

I am trying to switch constraints in my layout. In my project I use UIKit with storyboards. For some reason, in iOS 18 simulator, form sheet presentation resets constraints which were setup in my ...
Nikita Tepliakov's user avatar
2 votes
3 answers
286 views

iOS 18 Control Widget that opens a URL

I already have an iOS 17 App Intent that works with a URL: @available(iOS 16, *) struct MyAppIntent: AppIntent { static let title : LocalizedStringResource = "My App Inent" static ...
Gizmodo's user avatar
  • 3,071
2 votes
1 answer
149 views

SwiftData error on iOS 18, Never access a full future backing data

Try to update my app from iOS 17 to iOS 18. I'm using SwiftData to save the data on the memory. On iOS 17 all works fine, but I tried to export my app to iOS 18, and I get a strange error when I try ...
Damiano Miazzi's user avatar
-1 votes
0 answers
54 views

I am unable to debug a Safari extension in Xcode 16 beta 1 on iOS 18 beta

The process to reproduce: Create a new extension with Xcode 16 beta. Run it on the simulator or any iOS device with iOS 18 beta installed. Open Safari on your Mac, then open Develop -> Device that ...
Rajkumar nag's user avatar
2 votes
0 answers
110 views

ControlWidget not appearing in control center

I am trying to show my ControlWidget in control center for iOS 18 beta 2 but it is not appearing in when I am trying to add it. My intents are appearing in shortcuts etc but they are not appearing in ...
Hassy's user avatar
  • 5,188
-3 votes
0 answers
76 views

PDF Text Selection Crashes When Cursor Moves Over QR Code Only on iOS 18

I'm experiencing a crash when selecting text in a PDF and moving the cursor over a QR code. This happens when the QR code at the end of the PDF file with no text following it. Loading PDF // Set up ...
Ali AKhtar's user avatar