ios17 Questions

2

Solved

Prior to iOS 17, I was used to creating SwiftUI views with a generic approach where a view is constrainted to one view model, and that ViewModel can be a protocol. This was very nice for testing an...
Attlee asked 10/1, 2024 at 16:32

0

The actual black curved border (at "A") is great. But if you try to use color fill up to that border, there is padding at the edges and indeed between the four areas - pointers "B&q...
Inapposite asked 15/7, 2024 at 18:53

0

req = ["a":nil, "b":3, "c":["d":3.3, "e":"e", "f":[]], "g":[]] Traditionally ("if js can do it we can do it too...
Circulation asked 1/7, 2024 at 18:51

8

Solved

I update my Xcode to 15.0 and run application. When run application on iOS 17 my app is crashing with this Error: Assertion failure in -[UINavigationBar layoutSubviews], UINavigationBar.m:3 849 'N...
Arrowood asked 4/10, 2023 at 9:22

7

I recently updated to Xcode 15 Beta 7, and I'm having this error when running the app to my device (iOS 17 beta 7). It says that an existing disk image transfer is already in progress. Waiting to ...
Denominational asked 24/8, 2023 at 12:16

7

Solved

I am upgrading xcode into 15 and ios into 17 version. But when I try to build my flutter project in iphone 15 pro max, I get this error Error (Xcode): Cycle inside Runner; building could produce un...
Commorancy asked 20/9, 2023 at 2:38

2

I just upgrade to Flutter 3.16.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision b0366e0a3f (7 days ago) • 2023-12-05 19:46:39 -0800 Engine • revision 54a7145303 Tool...
Neurogenic asked 12/12, 2023 at 18:34

3

I have been using the following extension throughout iOS 15 and iOS 16 seemingly with no issues. For context, I implemented this in my project to offer the ability to retain the swipe-back gesture ...
Catnip asked 4/10, 2023 at 0:56

2

Solved

I've been trying to use the new onKeyPress functionality in SwiftUI 5. However, updates to a @Published property of an Observable Object within the handler produce a warning "Publishing change...
Quinonoid asked 20/9, 2023 at 7:45

3

Solved

I attempted to retrieve the first name and last name of the current user from CloudKit. However, I received a message from Xcode indicating that the 'userDiscoverability' feature will be deprecated...
Ashla asked 18/10, 2023 at 13:44

1

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 = "" var...
Fusible asked 23/9, 2023 at 21:34

1

Main thread blocked by synchronous property query on not-yet-loaded property (assetProperty_MediaPlaybackValidation) for HTTP(S) asset. This could have been a problem if this asset were being read ...
Logging asked 3/10, 2023 at 16:51

8

Solved

Xcode 15 beta does not come with Device support files for iOS 17. Any other way we would run iOS 17 devices on Xcode 14
Chaw asked 6/6, 2023 at 8:27

1

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...
Beneficiary asked 2/10, 2023 at 4:44

2

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 { Naviga...
Amass asked 5/10, 2023 at 14:34

1

Solved

How can I access the contents of the application support directory of my own apps on IOS 17 devices? Until iOS 16 the answer in Xcode was to open the Devices and Simulators window in Xcode, select ...
Viridissa asked 7/11, 2023 at 14:48

2

Solved

My App is crashing trying to insert into a ModelContext. Anything obvious that sticks out as to why? @Model class MyDataClass { var number : String var pageNumberInDocument : Int init(number:...
Tribade asked 25/10, 2023 at 13:33

8

Solved

Working through the betas of SwiftData and trying to stand up a PersistentContainer. I set up a modelContainer View modifier on my ContentView and conformed my class to @Model as described in vario...
Recorder asked 6/6, 2023 at 23:36

2

I'm trying to create new iOS 17 interactive widget. To be able to add "action" I want to use new init(_:intent:) initializer of Button which allow me to perform given intent when button g...
Pachston asked 6/9, 2023 at 9:31

0

This works struct TestView: View { @State private var email = "" @State private var password = "" var body: some View { VStack{ TextField("Enter your email", t...
Hornback asked 7/11, 2023 at 0:53

0

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 m...
Alexandria asked 26/10, 2023 at 7:46

3

Solved

I tried to add iOS 17 version check inside WidgetBundle but the widget extension keep on crashing . Getting Thread 1: Swift runtime failure: Unexpectedly found nil while unwrapping an Optional valu...
Idden asked 9/8, 2023 at 4:21

2

Solved

With the new @Observable macro introduced for iOS 17, we can now use environment objects in the following way @Environment(MyType.self) var myTypeObj Now if myTypeObj has some property, call it my...
Visual asked 23/8, 2023 at 3:37

2

Seems View and its members do not deallocate after a presentation: @main struct ExampleApp: SwiftUI.App { @State var show = false var body: some Scene { WindowGroup { VStack { Button("Pr...
Jackstay asked 21/9, 2023 at 19:59

0

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 he...
Ignatzia asked 12/10, 2023 at 11:31

© 2022 - 2025 — McMap. All rights reserved.