Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Created

A Summary of the WWDC25 Group Lab - Developer Tools
At WWDC25 we launched a new type of Lab event for the developer community - Group Labs. A Group Lab is a panel Q&A designed for a large audience of developers. Group Labs are a unique opportunity for the community to submit questions directly to a panel of Apple engineers and designers. Here are the highlights from the WWDC25 Group Lab for Developer Tools. Will my project codebase be used for training when I use Xcode's intelligent assistant powered by cloud-based models? When using ChatGPT without logging in, your data will not be used to improve any models. If you log in to a ChatGPT account, this is based on your ChatGPT account settings, which allows you to opt-out (it defaults to on). When using Xcode with accounts for other model providers, you should check with the policies of your provider. And finally, at no point will any portion of your codebase be used to train or improve any Apple models. We'd love to make our SwiftUI Previews (and soon, Playgrounds) as snappy as possible. Is there any way to skip certain build steps, such as running linters? It seems the build environment is exactly the same (compared to a debug build), but maybe there's a trick. Starting with Xcode 16, SwiftUI previews use the exact same build artifacts as the regular build. The new Playgrounds support in Xcode 26 uses these build artifacts too. Shell script build phases are the most common thing that introduces extra build time, so as a first step, try turning off all shell script build phases (like linters) to get an idea if that’s the issue. If those build phases add significant time to your build, consider moving some of those phases into asynchronous steps, such as running linters before committing instead of on every build. If you do need a shell script build phase to run during your build, make sure to explicitly define the input and output files, as that is a huge way to improve your build performance. Are we able to provide additional context for the models, like coding standards? Documentation for third party dependencies? Documentation on your own codebase that explains things like architecture and more? In general, Xcode will automatically search for the right context based on the question and the evolving answer, as the model can interact multiple times with your project as it develops an answer. This will automatically pick up the coding style of the code it sees, and can include files that contain architecture comments, etc. Beyond automatic context, you can manually attach other documents, even if they aren't in your project. For example, you could make a file with rules and ideas and attach it, and it will influence the response. We are very aware of other kinds of automatic context like rule files, etc, though Xcode does not support these at this time. Once ChatGPT is enabled for Coding Intelligence in Xcode 26, and I sign into my existing ChatGPT account, will the ChatGPT Coding Intelligence model in Xcode know about chat conversations on Xcode development done previously in the ChatGPT Mac app? Xcode does not use information from other conversations, and conversations started in Xcode are not accessible in the web UI or ChatGPT app. Is there a plan to make SwiftUI views easier to locate and understand in the view hierarchy like UIKit views? SwiftUI uses a declarative paradigm to define your user interface. That allows you to specify what you want, with the system translating that into an efficient representation at runtime. Unlike traditional AppKit and UIKit, seeing the runtime representation of SwiftUI views isn't sufficient in order to understand why it's not doing what you want. This year, we introduced a SwiftUI Instrument that shows why things are happening, like view re-rendering. Is it possible to use the AI chat with ChatGPT Enterprise? My company doesn't allow us to use the general ChatGPT, only the enterprise version they have setup that prevents data from being leaked Yes, Xcode 26 supports logging into any existing ChatGPT account, including enterprise accounts. If that does not meet your needs, you can also setup a local server that implements the popular chat completions REST API to talk to your enterprise account how you need. Now that Icon Composer is here, how does it complement or replace existing vector design tools such as Sketch for icon design? Icon Composer complements your existing vector design tools. You should continue to create your shapes, gradients, and layers in another tool like Sketch, and compose the exported SVG layers in Icon Composer. Once you bring your layers into Icon Composer, you can then use it to influence the translucency, blur, and specular highlights for your icon. What’s one feature or improvement in the new Xcode that you personally think developers will love, but might not immediately discover? Maybe something tucked away or quietly powerful that’s flown under the radar so far? One feature we're particularly excited about is the new power profiler for iOS, which gives you further insights into the energy consumption of your app beyond what was possible with the energy instrument previously. You can learn more about how to use this instrument and how it can help you greatly reduce your apps battery usage in the documentation, as well as the session Profile and optimize power usage in your app. There were also improvements in accessibility this year with Voice Control, where you can naturally speak your Swift code to Xcode, and it understands the Swift syntax as you speak. To see it in action, take a look at the demonstration in What’s new in Xcode 26. We have a software advisory council that is very sensitive to having our private information going to the cloud in any form. What information do you have to help me guide Xcode and Apple Intelligence through the acceptance process? One thing you can do is configure a proxy for your enterprise that implementing the popular Chat Completions API endpoint protocol. When using a model provider via URL, you can use your proxy endpoint to inspect the network traffic for anything that you do not want sent outside of your enterprise, and then forward the traffic through the proxy to your chosen model provider. Are there list of recommended LLMs to use with Xcode via Intelligence/Local? I've tried Gemma3-12B, but.. I hope there are better options? Apple doesn't have a published list of recommended local models. This is a fast-moving space, and so a recommendation would become out of date very quickly as new models are released. We encourage you to try out the local model support in Xcode 26 with models that you find meet your needs, and let us and the community know! (continued below)
1
0
1.1k
Jul ’25
Apple Developer Program Enrollment Pending for Over 3 Weeks (Identity Verification)
Hi everyone, I enrolled in the Apple Developer Program on February 1, 2026. I completed payment, signed the agreement, and uploaded my government-issued ID after support requested identity verification. I received confirmation that my documents were received, but my membership is still pending. It has now been over three weeks with no activation or clear update. I have contacted support multiple times and even called, but I am still waiting. Has anyone experienced a similar delay recently? Is this normal for identity verification in certain regions? Any advice would be appreciated. Thank you.
0
0
5
43m
Xcode Cloud: CI.SCM.Error.RepositoryNotFound with GitHub Organization (401 Unauthorized)
I am unable to connect Xcode Cloud to my GitHub organization repository despite being the organization owner. Error: CI.SCM.Error.RepositoryNotFound Xcode Version: 16.2 (or your version) Steps I have taken: Verified I am an Owner of the GitHub organization Uninstalled and reinstalled Xcode Cloud GitHub App multiple times Cleared all local Xcode caches and preferences Signed out of Apple ID on Mac and restarted Signed back in to Xcode only (not system level) Tried granting access again Attempted with multiple organization owner accounts Following API shows: 401 Unauthorized on https://appstoreconnect.apple.com/olympus/v1/providerSwitchRequests Additional context: GitHub App shows as successfully installed on organization Repository access set to "All repositories" Has anyone else encountered this or found a workaround? Thank you!
0
0
15
7h
Grant Access - Register GitLab Application - 504 Client Timeout
Dear Xcode cloud support. on 30.1.2026 Xcode cloud was not able to connect to our git server. so I deleted the repository from app store connect Xcode cloud settings and deleted the Xcode cloud in app store connect for all our apps. I started to create Xcode cloud workflow from Xcode and when I want to Grant Access - Register GitLab Application - to our git repository I get and error : "504 Client Timeout. If you are using a firewall, it must be configured to accept incoming connections." git is behind VPN but the IP address ranges 17.58.0.0/18, 17.58.192.0/18, and 57.103.0.0/22 are white labeled and before 30.1.2026 it was working. I contacted the gitlab administrators and they acknowledged that during "Register GitLab Application" they see no traffic (in gltlab and proxy server) from xcode cloud. I tried "Register GitLab Application" multiple times until now with same error. It is not app specific because this error happens for all our apps. Thanks a lot yours sincerely, Zoltan Bognar More Info: Source Control Provider: git-lab self-managed, tested with web browser: safari, chrome I can provide additional info like Primary repository, App store team ID, Entity Name, Link to repository, Application ID to grant access, and bundle id. if needed.
1
0
20
8h
Apple Developer Enrollment Is Stuck on “Pending” despite multiple attempts to contact support.
Issue: I have completed Apple Developer Program three separate times and paid twice: Feb 17, 2026 Feb 20, 2026 Feb 27, 2026 Case IDs: 102826219361 102831748980 I received an Order Acknowledgement email each time stating processing within 2 business days. However: My account still shows “Complete your purchase” My membership has not been activated I have received no follow-up or activation email Multiple support emails received no response. This appears to be a backend enrollment fulfillment failure or a failure on apple supports part, not a payment failure. I need this escalated to the Developer Program Enrollment team for manual review and activation. This is blocking my app development, and frankly the lack of communication is unacceptable for a company like Apple.
2
0
41
8h
Apple Developer Program (Individual) enrollment stuck — no response after ID verification
Hi, I’m enrolling as an Individual in the Apple Developer Program and my enrollment is stuck on “Program Enrollment”. Apple Support Case ID: 102825406888. Apple Support asked me to submit my national ID, which I already did, but my account is still not activated and I haven’t received any update (it’s now been several days). Is there any recommended next step to get this escalated to the Developer Program Enrollment team or to confirm the current status (Approved/Pending/Rejected)?
0
0
16
9h
Could not resolve host: static.rust-lang.org
This happens way too often (see the image below). Especially today. I used this snippet from the offical Rust website to install rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y Run ci_post_clone.sh script Run command: 'cd /Volumes/workspace/repository/apps/app/ios/ci_scripts && /Volumes/workspace/repository/apps/app/ios/ci_scripts/ci_post_clone.sh' info: downloading installer warn: curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org error: command failed: downloader https://static.rust-lang.org/rustup/dist/x86_64-apple-darwin/rustup-init /var/folders/6h/_32gb9js77g6c54h3q7g6q1h0000gn/T/tmp.yave38jqWa/rustup-init x86_64-apple-darwin Error: Command exited with non-zero exit-code: 1 Warning: Running ci_post_clone.sh script failed (exited with code 1). Executable scripts are run using the interpreter specified in the shebang line.
0
0
4
12h
Apple developer account refund
Based on recent events - with proof available in the review section - it’s clear that Apple has completely halted the release of new apps to the store for about a month. There are hundreds of threads on this topic, and Reddit is blowing up over it. Would it be possible for us to get a refund for the paid developer accounts? That would be very fair, as we haven’t been receiving the service for over a month now.
1
0
43
14h
账户莫名奇妙被关闭
我的开发者账号于2026年2月21日被终止(2025年12月27号注册)。我是一名独立新开发者。我的应用(oursforex,一款汇率工具)从未发布——当时还在审核阶段(持续40多天未审核)。我没有其他苹果开发者账号,之前也从未被终止过。终止邮件中提到,根据第3.2(f)条规定,存在“有记录的欺诈行为迹象”,但没有提供具体细节。我没有操纵评论、使用虚假账号或参与任何欺诈活动。我真的不知道是什么原因导致账号被终止。我已通过developer.apple.com/contact提交申诉,至今无人回应,但至今没有收到回复。请问有人知道要怎么处理吗?解决这个问题, 案例编号102797875997
0
0
4
17h
Developer Account Terminated — No Explanation, App Never Published
My developer account was terminated on February 26, 2026. Case ID: 102831495509 I'm a solo developer. My app (Reazy, a text-to-speech tool for students with dyslexia) was never published — I was still in the review process. I have no other Apple developer accounts and have never had one terminated before. The termination email cited "documented indications of fraudulent conduct" under Section 3.2(f) but gave no specifics. I have not manipulated reviews, used fake accounts, or engaged in any fraudulent activity. I genuinely don't know what triggered this. I've submitted appeals via developer.apple.com/contact with no response. Can someone please explain what was flagged so I can address it? I'm happy to provide any documentation needed.
2
0
40
20h
XCode 26.2 not running UItests in parallel in subsequent test runs
I have a group of XCUItest suites that were designed to run in parallel on simulators. They run fine in xcode 16.2, but when I try to run them in Xcode 26 they run fine the first time, but on the second time I get an error that the simulator cannot be found: "No matching device (62621AD4-C8D6-4A1B-B511-79236113FD94) ". This UDID seems to be from one of the clones that were spawned on the previous test run. No matching device (62621AD4-C8D6-4A1B-B511-79236113FD94) in set at /Users/myUser/Library/Developer/XCTestDevices Domain: com.apple.CoreSimulator.SimError Code: 404 User Info: { DVTErrorCreationDateKey = "2026-02-26 22:52:53 +0000"; IDERunOperationFailingWorker = "_IDEInstalliPhoneSimulatorWorker"; } If I clean all simulators and try to run again without closing Xcode, it keeps trying to access the clone that no longer exists. If I close an reopen xcode after removing all simulators ~/Library/Developer/XCTestDevices, xcode keeps trying the wrong device and I get the following error: Failed to clone device named 'iPhone 17 Pro'. (Underlying Error: The operation couldn’t be completed. Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.) This is what I get from CoreSimulator log: Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Device 3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818 encountered in creation state at launch. The device will be re-created. Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Failed to clone the device data path from /Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data to /Users/MyUser/Library/Developer/XCTestDevices/3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818/data, error = Error Domain=NSCocoaErrorDomain Code=260 "The file “data” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSURL=file:///Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSUnderlyingError=0x600000d04120 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Failed to re-create device that was encountered in the creation state (Clone 1 of iPhone 17 Pro (3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818, iOS 26.2, Creating)): Error Domain=NSCocoaErrorDomain Code=260 "The file “data” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSURL=file:///Users/MyUser/Library/Developer/CoreSimulator/Devices/7A5377DC-3ED9-4C8B-96EB-8DF7BEF4AE8B/data, NSUnderlyingError=0x600000d04120 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : New device is stuck in creation state, deleting: Clone 1 of iPhone 17 Pro (3C7BE1BE-416E-480A-BDA6-ADE8F0ADF818, iOS 26.2, Creating) Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.} Feb 26 17:24:34 Mac-GD6GX5XH CoreSimulatorService[99200] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.} Feb 26 17:24:34 Mac-GD6GX5XH com.apple.dt.Xcode[2744] : Error Domain=NSPOSIXErrorDomain Code=22 "Invalid argument" UserInfo={NSLocalizedFailureReason=Device was allocated but was stuck in creation state. Check CoreSimulator.log for more information.}
0
0
26
22h
Developer enrollment
Enrollment ID: N3YWJ93HS7. I paid $99 for the Apple Developer Program on Feb 23, 2026. It has been 3 days and my account still shows "Purchase your membership" at developer.apple.com/account. I cannot access App Store Connect. Previous case IDs: 102831115675 and 102831304416. Please activate my enrollment. This is blocking our app launch.
0
0
16
1d
Permissions issue - unable to contact support
I'm having a permissions issue in my Apple developer account and I'd like to contact support to get it sorted out but https://developer.apple.com/contact/ isn't working for me. I get an endless wait spinner and "ERROR:" in the top left corner (with no error message). Has anyone else ever encountered this and is there some other possible way I can get in touch with Apple Developer support?
1
0
9
1d
Enrollment Stuck on "Pending" for 3 Days After Payment
I’m looking for some insight regarding the Apple Developer Program enrollment. I completed my payment (649 TL) 3 days ago, and my account status is still showing as "Pending." I have already ensured that my Apple ID name (Ulaş Cem Budak) matches my legal ID perfectly. However, I haven't received any activation email or requests for further documentation yet. Is a 3-day (or longer) wait normal for the initial activation in 2026? Should I continue to wait, or is it better to contact support via phone at this stage? Any advice from those who recently enrolled would be greatly appreciated.
1
0
45
1d
Account migration from Individual to Organization pending for 3+ weeks – App updates blocked
Hello, I’m currently experiencing a major issue while migrating my Apple Developer account from an Individual account to an Organization account. The migration process has been ongoing for more than 3 weeks, and during this transition: My app release is delayed. I am unable to submit updates. I also cannot use the old (individual) account normally because it appears to be locked in this transition state. This situation is critically affecting our product launch timeline. We already provided all requested documentation, including D-U-N-S verification and company details. However, the account status remains in transition, and no clear timeline has been provided. My main concerns: Is it normal for this migration to take more than 3 weeks? Is there any way to temporarily regain publishing capability while the migration is processed? Is there a specific escalation channel for cases where the transition blocks production releases? Case IDs: Case ID: 102820894024 Case ID: 2000010840072 We have an upcoming app launch depending on this migration, so any guidance would be greatly appreciated. Thank you in advance.
0
0
16
1d
Digital Wallet - Test devices - Orange Rule
We have tried using multiple test devices to dev and test Digital Wallet provisioning and unable to do it successfully as the rule decision goes into orange flow. This is a blocker for our project involving digial wallet provisioning testing. Is there a way that our test devices could be excluded from hitting orange rule so we can continue with provisioning?
0
0
13
1d