Post

Replies

Boosts

Views

Activity

Reply to Strange problem for widgets on iOS 16.1 - Cannot debug widget extension in Xcode 14.1
I could get it to work on a real device by running the extension. Then Xcode says: Waiting to attach. Then bring up the add new widget UI on your device and search for your widget there. Stop when you see your previews and select in Xcode -> Debug -> Attach to process -> Your Process should be in Likely Targets. Click that and you should be able to debug.
Feb ’23
Reply to Xcode 12.5 "code signature version is no longer supported"
I think the problem is with the device. Can't run the app on my daily driver but runs fine on a second device.
Replies
Boosts
Views
Activity
May ’21
Reply to @available(iOS 15.0, *) causes runtime crash on iOS 14.7 device
This crash happed to my app in production only built with Xcode 13.2.1 -.-
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to CoreNFC - Empty ndefMessage when upgrading to iOS 16
Call tag.connect before tag.readNDEF. I had the same problem and I fixed it with that...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Strange problem for widgets on iOS 16.1 - Cannot debug widget extension in Xcode 14.1
I could get it to work on a real device by running the extension. Then Xcode says: Waiting to attach. Then bring up the add new widget UI on your device and search for your widget there. Stop when you see your previews and select in Xcode -> Debug -> Attach to process -> Your Process should be in Likely Targets. Click that and you should be able to debug.
Replies
Boosts
Views
Activity
Feb ’23
Reply to How can I export the captured images to macOS?
Yes they are saved in the Images folder created by CaptureFolderManager in the sample app. From there you can built a export functionality.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Assert in line 204: PhotoGrammetrySession crashes while running with more than 10 images
The issue persists in Xcode Version 15.0 beta 6 (15A5219j) and iOS 17 beta 5. The whole Object Capture experience got worse. Everything feels very laggy.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to iOS Simulator: "Cannot find ObjectCaptureSession in scope"
You can use this to compile the code only for real devices. You need to put the if statement around the whole ObjectCapture code. #if arch(arm64) || arch(x86_64) // Code that should not be compiled for simulator devices #endif
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Working group?
I would be. You can send me a message via nfc.cool
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to RoomPlan with material
@lastsong @yutay @Nate1244 did you find a solution?
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Assert in line 204: PhotoGrammetrySession crashes while running with more than 10 images
The issue got resolved in iOS 17 beta 6
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to PhotogrammetrySession crashes on iPhone 15 Pro Max
I can not even upload a screenshot of my stacktrace here. Image upload seems to be broken here.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15.0 Release doesn't connect at all iOS 17
I am facing the same issue. My journey of debugging is here: https://twitter.com/n1c0_muc/status/1712425064203751677
Replies
Boosts
Views
Activity
Oct ’23
Reply to How long does it take to an app appear on app store?
Relax, it takes a while. I guess at the moment of my comment it should be available worldwide. ;)
Replies
Boosts
Views
Activity
Oct ’23
Reply to OpenURLIntent to custom url scheme
I am facing the same issue. Did you find a solution so far? @yqiang
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to SwiftUI : NavigationStack in new iOS 18 TabView pushes twice when path in parameter
I still had the issue in iOS 18 beta 8. In case someone is using several navigationDestinations on a view. In my case it helped to change the order of these. Not sure why but it worked.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24