Search results for

“xcode github”

95,434 results found

Post

Replies

Boosts

Views

Activity

In Simulator on status bar red banner with rdar:45025538
Out of nowhere I got some red banner on top of my iPhone 13 mini / iOS 17.5. I cannot pin point the root cause of this. What I can say is that it only happens to Simulators of a certain type, e.g. iPhone 12 and 13 mini, but not iPhone 14 for example. I have installed Xcode 26.1.0 and 26.1.1, out of which 26.1.0 is selected: $ xcode-select -p /Applications/Xcode-26.1.0.app/Contents/Developer And following runtimes: $ xcrun simctl runtime list == Disk Images == -- iOS -- iOS 17.5 (21F79) - CF933623-A258-44F8-B248-C0F25C0C343B (Ready) iOS 26.1 (23B80) - D11C3CDC-EE3D-44CC-8B92-9B7D00B54B0B (Ready) Total Disk Images: 2 (14.6G) Installing the newer 26.1 23B86 runtime doesn't help either.
21
0
2.7k
3w
Xcode 26.3 Codex Account just spinning
I have the new Xcode 26.3 running on an Intel MBP macOS 26.2 I have clicked to download Codex in the Xcode settings, then under the Intelligence section I select Codex but where it says ChatGPT Account there is a spinner that never ends. I suspect it is meant to show a Sign In button. I don't see any documentation to suggest this shouldn't work on Intel, so what gives? My ChatGPT in Xcode section is successfully signed in, and i've tried signing that out.
7
0
343
3w
Notarization Always Fails, Now Stuck at Max Certificates, Can't Delete
Every recent attempt to create a Installer certificate has failed, and now we've hit the maximum. We can't revoke them either — the portal only shows Download, not Revoke. Xcode also fails with: Signing Certificates Error: There is a problem with the request entity. You already have a current Developer certificate or pending certificate request. This is completely blocking notarization and distribution of our macOS app. Has anyone resolved this, or does it require Apple to intervene on the backend? (This is a relatively new issue, we have successfully done this in the past hundreds of times over the years.)
3
0
136
3w
Reply to Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)
Same here, I cannot download the container. I thought my app was broken then I realized the xcode version change caused it. Full error: The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { DVTErrorCreationDateKey = 2026-02-27 07:44:43 +0000; NSURL = file:///Users/cihadturhan/Downloads/xxx.xxx.xxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/; } -- The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { NSURL = file:///Users/cihadturhan/Downloads/xxx.xxx.xxxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/; } -- Failed to perform I/O operations. Domain: com.apple.dt.remoteservices.error Code: 11001 Failure Reason: Cannot open destination file /Users/cihadturhan/Downloads/xxxx 2026-02-27 10:44.28.643.xcappdata/AppData/Library/Caches/com.apple.dyld/xxx.dyld4: Permission denied -- System Information macOS Version 26.2 (Build 25C56) Xcode 26.2 (24553) (Build 17C52)
3w
Promo Code for Approved, but Unreleased App Fails
I have an app in Pending Developer Release status and have generated a promo to test app on final time before release. After entering promo code in App Store app, I get the following error: Unable to Redeem This content is incompatible with the current software on this device. Update you device to the latest software version and try again. The device in question has been running TestFlight and Xcode builds without issue. The device is an iPhone 14 Pro running 18.6. App is built with minimum deployment of 18.0.
1
0
126
3w
Reply to Cannot Add Claude Account to Xcode
Thanks for your post I would recommend you to go over this documentation to set it up correctly: https://developer.apple.com/documentation/Xcode/setting-up-coding-intelligence Please let me know at what point are you getting into issues. And make sure you have the correct url with https for your server. The exact error message you're seeing. Albert Pascual
  Worldwide Developer Relations.
3w
Reply to Attaching a hand model to your hands
Hi @lane174 I cloned your GitHub repo and both models appear to be the gloves that ship with the sample. Did you forget to push the right hand model? Issue 1: Forearm placement attaching at the wrist This is likely because your model's origin isn't positioned at the wrist. When you call glove.transform = Transform(matrix: handAnchor.originFromAnchorTransform), ARKit places your model so its origin sits at the wrist joint. If your model's origin is set at the forearm instead, the entire model, including the forearm, will be shifted up the arm rather than aligning correctly with the hand. You have two options to fix this: Option A: Adjust programmatically If you don't have access to the source model, you can offset it in code: let modelContainer = Entity() modelContainer.addChild(yourHandModel) // Offset the model so its wrist joint aligns with the container's origin. // The value should equal the distance from your model's current origin to its wrist joint. yourHandModel.position.z = distanceFromOrigi
3w
Reply to On M4 macmini, Xcode 26 cannot debug iOS 12 on iPhone 6
iOS 15 is the minimum supported device for debugging. It sounds like you found at least one of the places where this is documented, the Xcode Support page, in addition to the Xcode 26 Release Notes. For anything older than iOS 15 where you found that you can still connect the debugger to your app with Xcode 26, please consider that a happy convenience for yourself at this time, but you also should not rely on it, and instead look at moving yourself up to the documented minimum supported configurations. — Ed Ford,  DTS Engineer
3w
Reply to Cannot get WiFi SSID inside launchctl agent
Thanks again for your guidance. I’m following up with concrete implementation details and current repro logs because we still cannot read SSID via CoreWLAN from our agent process. Environment: macOS 26.3 (build 25D125) Xcode 26.2 (17C52) Wi-Fi interface: en0 Agent bundle ID: com.acme.SSIDInspector.Agent App bundle ID: com.acme.SSIDInspector How we launch the agent: We use SMAppService.agent(plistName:) from the main app. Embedded LaunchAgent plist path in app bundle: com.acme.SSIDInspector.Agent.plist Plist details: Label = com.acme.SSIDInspector.Agent BundleProgram = Contents/Resources/SSIDInspectorAgent.app/Contents/MacOS/SSIDInspectorAgent MachServices includes com.acme.SSIDInspector.Agent RunAtLoad = true, KeepAlive = true We call register()/unregister() on SMAppService, and use XPC (NSXPCConnection to mach service) to verify the agent is running/reachable. Privacy/authorization setup: Agent Info.plist usage strings are present: NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocati
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to Notarization Always Fails, Now Stuck at Max Certificates, Can't Delete
Thank you for the response. but rather that something has gone wrong >>after you’ve created them Yes, the problem is after the create which is out of my control, but now I'm stuck... Xcode always gives an error when managing my account certificates. This is under Signing certificates for My Name: Clicking the + sign gives the error There is a problem with the request entity. You already a Development certifiate or a pending request. Xcode always gives an error when managing my Team Developer ID Installer Certificate. Under Accounts, highlighting my email, clicking Manage Certificates>Developer ID Installer gives that above same error. Logging into my Apple Developer account, I am unable to revoke existing Developer ID Installer Certificates.
3w
Xcode 26.3 -> ChatGPT -> SSO Based Account
So through work, we have ChatGPT Enterprise accounts, that authenticate via SSO. I am trying to link it to my Xcode 26.3, and it starts the SSO process (I can see it navigate to Microsoft), but then it apparently fails, and then Xcode window says, I am logged out. I have tried multiple times, and confirmed the valid account... Anyway to get Xcode 26.3 to tie to my ChatGPT Enterprise Account?
1
0
87
3w
Reply to Can't get USBSerialDriverKit driver loaded
Found the solution it seems to be missing CFBundle... keys even though Xcode auto generated parts of it and then it thought its a no code dext. Next problem it has an included embedded provisioning profile but the console shows its missing the entitlement that is included in the embedded provisioning profile...
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
3w
Reply to In Simulator on status bar red banner with rdar:45025538
@Elmar0903 I would recommend you to reinstall the latest Xcode Version to make sure downloads the latest simulators. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w
In Simulator on status bar red banner with rdar:45025538
Out of nowhere I got some red banner on top of my iPhone 13 mini / iOS 17.5. I cannot pin point the root cause of this. What I can say is that it only happens to Simulators of a certain type, e.g. iPhone 12 and 13 mini, but not iPhone 14 for example. I have installed Xcode 26.1.0 and 26.1.1, out of which 26.1.0 is selected: $ xcode-select -p /Applications/Xcode-26.1.0.app/Contents/Developer And following runtimes: $ xcrun simctl runtime list == Disk Images == -- iOS -- iOS 17.5 (21F79) - CF933623-A258-44F8-B248-C0F25C0C343B (Ready) iOS 26.1 (23B80) - D11C3CDC-EE3D-44CC-8B92-9B7D00B54B0B (Ready) Total Disk Images: 2 (14.6G) Installing the newer 26.1 23B86 runtime doesn't help either.
Replies
21
Boosts
0
Views
2.7k
Activity
3w
Xcode 26.3 Codex Account just spinning
I have the new Xcode 26.3 running on an Intel MBP macOS 26.2 I have clicked to download Codex in the Xcode settings, then under the Intelligence section I select Codex but where it says ChatGPT Account there is a spinner that never ends. I suspect it is meant to show a Sign In button. I don't see any documentation to suggest this shouldn't work on Intel, so what gives? My ChatGPT in Xcode section is successfully signed in, and i've tried signing that out.
Replies
7
Boosts
0
Views
343
Activity
3w
Notarization Always Fails, Now Stuck at Max Certificates, Can't Delete
Every recent attempt to create a Installer certificate has failed, and now we've hit the maximum. We can't revoke them either — the portal only shows Download, not Revoke. Xcode also fails with: Signing Certificates Error: There is a problem with the request entity. You already have a current Developer certificate or pending certificate request. This is completely blocking notarization and distribution of our macOS app. Has anyone resolved this, or does it require Apple to intervene on the backend? (This is a relatively new issue, we have successfully done this in the past hundreds of times over the years.)
Replies
3
Boosts
0
Views
136
Activity
3w
Reply to Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)
Same here, I cannot download the container. I thought my app was broken then I realized the xcode version change caused it. Full error: The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { DVTErrorCreationDateKey = 2026-02-27 07:44:43 +0000; NSURL = file:///Users/cihadturhan/Downloads/xxx.xxx.xxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/; } -- The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { NSURL = file:///Users/cihadturhan/Downloads/xxx.xxx.xxxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/; } -- Failed to perform I/O operations. Domain: com.apple.dt.remoteservices.error Code: 11001 Failure Reason: Cannot open destination file /Users/cihadturhan/Downloads/xxxx 2026-02-27 10:44.28.643.xcappdata/AppData/Library/Caches/com.apple.dyld/xxx.dyld4: Permission denied -- System Information macOS Version 26.2 (Build 25C56) Xcode 26.2 (24553) (Build 17C52)
Replies
Boosts
Views
Activity
3w
Promo Code for Approved, but Unreleased App Fails
I have an app in Pending Developer Release status and have generated a promo to test app on final time before release. After entering promo code in App Store app, I get the following error: Unable to Redeem This content is incompatible with the current software on this device. Update you device to the latest software version and try again. The device in question has been running TestFlight and Xcode builds without issue. The device is an iPhone 14 Pro running 18.6. App is built with minimum deployment of 18.0.
Replies
1
Boosts
0
Views
126
Activity
3w
Reply to Cannot Add Claude Account to Xcode
Thanks for your post I would recommend you to go over this documentation to set it up correctly: https://developer.apple.com/documentation/Xcode/setting-up-coding-intelligence Please let me know at what point are you getting into issues. And make sure you have the correct url with https for your server. The exact error message you're seeing. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w
Reply to Attaching a hand model to your hands
Hi @lane174 I cloned your GitHub repo and both models appear to be the gloves that ship with the sample. Did you forget to push the right hand model? Issue 1: Forearm placement attaching at the wrist This is likely because your model's origin isn't positioned at the wrist. When you call glove.transform = Transform(matrix: handAnchor.originFromAnchorTransform), ARKit places your model so its origin sits at the wrist joint. If your model's origin is set at the forearm instead, the entire model, including the forearm, will be shifted up the arm rather than aligning correctly with the hand. You have two options to fix this: Option A: Adjust programmatically If you don't have access to the source model, you can offset it in code: let modelContainer = Entity() modelContainer.addChild(yourHandModel) // Offset the model so its wrist joint aligns with the container's origin. // The value should equal the distance from your model's current origin to its wrist joint. yourHandModel.position.z = distanceFromOrigi
Replies
Boosts
Views
Activity
3w
Reply to On M4 macmini, Xcode 26 cannot debug iOS 12 on iPhone 6
iOS 15 is the minimum supported device for debugging. It sounds like you found at least one of the places where this is documented, the Xcode Support page, in addition to the Xcode 26 Release Notes. For anything older than iOS 15 where you found that you can still connect the debugger to your app with Xcode 26, please consider that a happy convenience for yourself at this time, but you also should not rely on it, and instead look at moving yourself up to the documented minimum supported configurations. — Ed Ford,  DTS Engineer
Replies
Boosts
Views
Activity
3w
Reply to Cannot get WiFi SSID inside launchctl agent
Thanks again for your guidance. I’m following up with concrete implementation details and current repro logs because we still cannot read SSID via CoreWLAN from our agent process. Environment: macOS 26.3 (build 25D125) Xcode 26.2 (17C52) Wi-Fi interface: en0 Agent bundle ID: com.acme.SSIDInspector.Agent App bundle ID: com.acme.SSIDInspector How we launch the agent: We use SMAppService.agent(plistName:) from the main app. Embedded LaunchAgent plist path in app bundle: com.acme.SSIDInspector.Agent.plist Plist details: Label = com.acme.SSIDInspector.Agent BundleProgram = Contents/Resources/SSIDInspectorAgent.app/Contents/MacOS/SSIDInspectorAgent MachServices includes com.acme.SSIDInspector.Agent RunAtLoad = true, KeepAlive = true We call register()/unregister() on SMAppService, and use XPC (NSXPCConnection to mach service) to verify the agent is running/reachable. Privacy/authorization setup: Agent Info.plist usage strings are present: NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocati
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
3w
Reply to Notarization Always Fails, Now Stuck at Max Certificates, Can't Delete
Thank you for the response. but rather that something has gone wrong >>after you’ve created them Yes, the problem is after the create which is out of my control, but now I'm stuck... Xcode always gives an error when managing my account certificates. This is under Signing certificates for My Name: Clicking the + sign gives the error There is a problem with the request entity. You already a Development certifiate or a pending request. Xcode always gives an error when managing my Team Developer ID Installer Certificate. Under Accounts, highlighting my email, clicking Manage Certificates>Developer ID Installer gives that above same error. Logging into my Apple Developer account, I am unable to revoke existing Developer ID Installer Certificates.
Replies
Boosts
Views
Activity
3w
Xcode 26.3 -> ChatGPT -> SSO Based Account
So through work, we have ChatGPT Enterprise accounts, that authenticate via SSO. I am trying to link it to my Xcode 26.3, and it starts the SSO process (I can see it navigate to Microsoft), but then it apparently fails, and then Xcode window says, I am logged out. I have tried multiple times, and confirmed the valid account... Anyway to get Xcode 26.3 to tie to my ChatGPT Enterprise Account?
Replies
1
Boosts
0
Views
87
Activity
3w
Reply to Xcode 26.3 -> ChatGPT -> SSO Based Account
Bump... Anyone have any idea on how to use our SSO/Enterprise ChatGPT accounts with Xcode 26.3?
Replies
Boosts
Views
Activity
3w
Reply to Xcode 9 GM Very sluggish
Using Xcode 26.3 on a MacBookPro with M3 Max chip and 36 GB memory, my system is running very slow in loading programs and in compiling, compared to older Xcode versions.
Replies
Boosts
Views
Activity
3w