Post

Replies

Boosts

Views

Activity

Apple Vision Pro - Showing Error
var accessibilityComponent = AccessibilityComponent() accessibilityComponent.isAccessibilityElement = true accessibilityComponent.traits = [.button, .playsSound] accessibilityComponent.label = "Cloud" accessibilityComponent.value = "Grumpy" cloud.components[AccessibilityComponent.self] = accessibilityComponent // ... var isHappy: Bool { didSet { cloudEntities[id].accessibilityValue = isHappy ? "Happy" : "Grumpy" } }
0
0
825
Sep ’23
Error When I updated to Xcode 15.3 beta version
Dear Apple Developer Forum Community, I hope this message finds you well. I am writing to seek assistance regarding an error I encountered while attempting to create a "BeeHive" application using Xcode. Upon launching Xcode and starting a new project,"Compiled module was created by a different version of the compiler '5.10.0.12.7'; rebuild 'RealityKitContent' and try again: /Users/zipzygames/Library/Developer/Xcode/DerivedData/AnimationTrail-bgpxjltbzrpvklcsgrxnuipcfvhm/Index.noindex/Build/Products/Debug-xrsimulator/RealityKitContent.swiftmodule/arm64-apple-xros-simulator.swiftmodule ". I have attempted to troubleshoot the issue by see one image, but unfortunately, I have been unsuccessful in resolving it. I am reaching out to the community in the hope that someone might have encountered a similar issue or have expertise in troubleshooting Xcode errors. Any guidance, suggestions, or solutions would be greatly appreciated. Thank you very much for your time and assistance. Sincerely, Zipzy games
0
0
1.5k
Feb ’24
Text is showing error in Vision Pro os
Dear Apple Developer Forum Community, I hope this message finds you well. I am writing to seek assistance regarding an error I encountered while attempting to create a "Tic Tac Toe" application using Xcode. Upon launching Xcode and starting a new project, I followed the standard procedure for creating a simple iOS application. However, during the process, I encountered I am trying to make an app but the code showing an error when any player won the match. I have attempted to troubleshoot the issue by see two images, but unfortunately, I have been unsuccessful in resolving it. I am reaching out to the community in the hope that someone might have encountered a similar issue or have expertise in troubleshooting Xcode errors. Any guidance, suggestions, or solutions would be greatly appreciated. Thank you very much for your time and assistance. Sincerely, Zipzy games
1
0
889
Feb ’24