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 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 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 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 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 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 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 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 @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 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