Post

Replies

Boosts

Views

Activity

Reply to 3D Data Formats to USDZ
You can use the USDZ Tools from here: https://developer.apple.com/augmented-reality/tools/ "Download essential Python-based tools for generating, validating, and inspecting USDZ files. Also includes a converter that creates USDZ from other 3D file formats along with Pixar’s USD library and sample scripts."
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24
Reply to Storyboard is not compiling and causing a crash if I open it in latest Xcode 15 release
For anyone wondering, I was able to debug this further by using ibtool from Xcode 14.3 and fortunately a rather suspect warning caught my attention: Main.storyboard:Aj5-Js-Cpe: warning: Unsupported configuration of constraint attributes. This may produce unexpected results at runtime before Xcode 5.1 [9] Turns out, there is an invalid constraint in my project referencing safe area layout guide's xCenter as both first and second item: Removing this constraint fixed the issue. Looks like this specific invalid constraint wasn't an issue for Xcode 14.3 but Xcode 15 is being more strict and crashing when it comes across this.
Sep ’23
Reply to .contactAccessPicker shows blank sheet on iOS 26.2.1 on device
Adding here that I am also facing this same issue. Can't believe such a major feature is broken in multiple prod releases... No regression testing?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to URLSession is broken in iOS 18.4 RC Simulator
This bug makes testing on simulators very hard. I had to reset the simulator 10 times just to capture some app screenshots. I hope it's being addressed with Super High priority
Replies
Boosts
Views
Activity
Apr ’25
Reply to App is crashing when using "withCheckedContinuation" in Xcode 15 beta 5
I would also like to mention my report filed August 12th, 2024 regarding the same issue: FB14768097 The issue does not happen on latest 18.1 Betas. I hate to be that guy, but @DTS Engineer , are we sure the patch was applied to the 18.0 train and not removed in the release version?
Replies
Boosts
Views
Activity
Sep ’24
Reply to SPM Package resources bundle id format has changed in Xcode 16
The feedback report was marked as Investigation complete - Works as currently designed today so it is safe to assume the bundle ID format will be changed from Xcode 16 forward. I just wish this change was documented and communicated somewhere.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Constant HTTP 502 Errors in Sandbox
Same. Filed FB13819647 already. There seems to be like 4-5 other threads of people with same issue too.
Replies
Boosts
Views
Activity
Jun ’24
Reply to How can Picker or ColorPicker be used in a volumetric scenes in visionOS?
I could also build my own color picker component, of course, but much rather use Apple's tried and tested components.
Topic: Graphics & Games SubTopic: SceneKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to 3D Data Formats to USDZ
You can use the USDZ Tools from here: https://developer.apple.com/augmented-reality/tools/ "Download essential Python-based tools for generating, validating, and inspecting USDZ files. Also includes a converter that creates USDZ from other 3D file formats along with Pixar’s USD library and sample scripts."
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Storyboard is not compiling and causing a crash if I open it in latest Xcode 15 release
For anyone wondering, I was able to debug this further by using ibtool from Xcode 14.3 and fortunately a rather suspect warning caught my attention: Main.storyboard:Aj5-Js-Cpe: warning: Unsupported configuration of constraint attributes. This may produce unexpected results at runtime before Xcode 5.1 [9] Turns out, there is an invalid constraint in my project referencing safe area layout guide's xCenter as both first and second item: Removing this constraint fixed the issue. Looks like this specific invalid constraint wasn't an issue for Xcode 14.3 but Xcode 15 is being more strict and crashing when it comes across this.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead
This seems to be an issue with Cocoapods and will be resolved in a future version. See: https://github.com/CocoaPods/CocoaPods/issues/12012
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode Cloud Fails to export archive: Command exited with non-zero exit-code: 70
Seeing this same issue on my builds... Tried deleting all the Xcode Cloud certificates from the developer portal and restarting the build but still has issues.
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode Cloud is unable to connect to the repository
Same here. Having an issue with Gitlab (not self-hosted) connection.
Replies
Boosts
Views
Activity
Jun ’22