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

All Questions

Tagged with
0 votes
0 answers
51 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
0 votes
0 answers
44 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
-1 votes
1 answer
47 views

How to move ZStack from bottom when View is presented SwiftUI iOS 17.4?

I'm trying to show ZStack with animation from bottom when View is presented on screen. Code below doesn't work. I'm new and I don't know what is wrong with this? Where the withAnimation should be, and ...
Michał Roguski's user avatar
1 vote
1 answer
709 views

When will Azure Task Xcode@5 support xcodeVersion 15?

When we archive our package using Xcode@5 with default or 14 as xcodeVersion set and push to Testflight using AppStoreRelease@1, apple supply a warning in the confirmation email as follows: ITMS-...
Jarrod Moura's user avatar
0 votes
2 answers
73 views

Confusion with correct way to call Observable?

I am seeing that there may be two ways to call a Class from other Views or Models. The following is what I have created: import Foundation import Observation @Observable class User { var ...
Fritzables's user avatar
0 votes
1 answer
2k views

Xcode unable to build to iPhone: Unable to locate a develop disk Image. IOS 17, Xcode 15

I am using Xcode 15 and iPhone IOS version is 17.4. I am getting this error in Xcode while trying to build my application on iPhone: I am aware of the answers provided in old questions already there ...
Vikas Saini's user avatar
1 vote
1 answer
329 views

Xcode 15: App is crashing when setting custom Navigation bar for navigation controller

I have made a custom class for UINavigationBar which has all the custom features I need for an application. After initialising the class I am adding it to the navigation controller like this if (!...
Surbhit Thanvi's user avatar
1 vote
0 answers
112 views

SwiftData specialized Schema.Relationship.init (name:valueType:keypath:metadata:)

Users on TestFlight have started seeing this crash. Any suggestions? No changes were made to the swift data schema between builds and the install works on my device. UPDATE: New device install error &...
RyanTCB's user avatar
  • 7,994
0 votes
0 answers
123 views

WidgetKit iOS 17 - getCurrentConfigurations returned configuration is nil

Widget configuration is nil in returned data from getCurrentConfigurations function. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication....
2poy's user avatar
  • 106
1 vote
0 answers
11 views

Wrong icon for Widget Extension scheme after rename

I had renamed my Widget Extension struct from "PropediumWidgetExtension" to "Widget" and updated corresponding values in the extension's Building Settings. The icon for the Widget ...
I7T5's user avatar
  • 113
0 votes
1 answer
134 views

What does this error mean when using .searchable()?

I am getting the following error when trying to use the .searchable() modifier in a SwiftUI application: Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-...
ra9r's user avatar
  • 4,670
0 votes
0 answers
208 views

xcode 15 crashes as soon as it runs on ios 17

I have an iPhone 14 with iOS 17.2 and I had problems running xcode. I saw a lot of comments saying to comment the line, I commented and it makes the automation running (https://i.sstatic.net/pOSek.jpg)...
Inês Marques's user avatar
0 votes
3 answers
397 views

How to use containerRelativeFrame with padding in SwiftUI

I am trying to create consistent width dimensions of a rectangle using containerRelativeFrame. The proportions work great but I don't seem to be able to get it away from using the entire screen real ...
Kevin McQuown's user avatar
1 vote
0 answers
908 views

Library 'GameAssembly' not found (2022.3.6f1 silicon, iOS 17.0, Xcode15.0.1)

I'm new to the iOS build process. I have a Unity project version 2022.3.6f1 silicon to build and deploy on my test iPhone. I recently updated to Xcode version 15.0.1 (15A507) due to the iOS 17 upgrade....
C-Perfume's user avatar
1 vote
2 answers
536 views

Xcode didn't launch the right application

I've upgraded my system to use Xcode 15 and iOS 17. Since this upgrade i discover a weird behavior on one of my project and not the others. flutter run -t lib/entrypoints/generations/main.dart --...
Eng's user avatar
  • 1,734

15 30 50 per page