Post

Replies

Boosts

Views

Activity

Reply to BANK PROBLEM HELP APPLE
It's weird that developer support over the phone wasn't able to help you. Make sure that if you have a personal account the bank account you've setup is in your personal name, and if your developer account is a business account the bank account you've setup is in your business name. Payments addressed to the wrong name often bounce back. You could try emailing iTSpayments[at]apple.com and see if they can make a case for you and resolve your issue. That's the department that deals with finances.
Jun ’26
Reply to To say I'm extremely hurt is an understatement! 😔
Hello Dayton, I'm sorry to hear you're running into issues. This forum will probably not be the place where you'll find solutions however. This is a forum for developers to discuss matters related to software development for Apple's devices and Apple doesn't monitor these forums. It seems like you've already been in contact with a support representative and if they state it's being worked on despite not being able to provide more detailed information then that's as good as it gets I'm afraid.
Jun ’25
Reply to cannot find DeveloperDiskImage.dmg on iphone 18.5
The implementation details of how Xcode works with iPhones have changed. Apple moved away from using DeveloperDiskImage.dmg and signature files since iOS 17. I doubt anyone here is able to help you because what you aim to do strays far from the main supported path and I doubt the forum moderators will allow people to share Apple's copyrighted proprietary materials in ways not officially supported. Your best bet is to update to the latest Xcode version your MacBook supports and if that Xcode version doesn't support your iOS 18.5 device then I'm afraid your best option is to ugprade your developer machine. You might be able to find some creative GitHub project that might try to provide a solution for your conundrum, but there be dragons and they'd be much better suited to help you with any questions you might have about the files Xcode needs.
Jun ’25
Reply to dSYMs not generating in Release Build
That's a bit strange, normally it's the other way around, dSYM being included in release build and not in debug. Check your schemes and make sure Archive is using Release config. Then under your project's build settings select All and Levels instead of Combined. Make sure DWARF with dSYM is selected for your release builds and that Strip Debug Symbols During Copy is set to No. Is your project relatively new? Does it have an Info.plist?
Jun ’25
Reply to TestFlight Feedback not populating
Is the feedback also missing when you log into App Store Connect on desktop? App Store Connect on mobile doesn't always show everything correctly. What does it show in the App Store Connect iOS app under Screenshot Feedback?
Replies
Boosts
Views
Activity
Jun ’26
Reply to TAHOE: MAIL APP: HUGE MEMORY LEAK
This is the developers forum. Unless you suspect this is a bug, in which case I recommend you report it via the feedback app, I recommend you contact Apple Care if you need technical support.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Can FoundationModels Chat be used to explain 2025-2026 Foundation Models features and documentation?
The Foundation Models chat has a knowledge cutoff date in 2024 so the fm chat tool won't be able to help you. I recommend asking via Coding Intelligence in Xcode 27, that one has access to the latest Apple documentation and will be able to help you better.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Context window for Foundation Models
Apple doesn't typically make any statements about future plans. I recommend you file feedback explaining your use case so the appropriate team can take it into consideration.
Replies
Boosts
Views
Activity
Jun ’26
Reply to BANK PROBLEM HELP APPLE
It's weird that developer support over the phone wasn't able to help you. Make sure that if you have a personal account the bank account you've setup is in your personal name, and if your developer account is a business account the bank account you've setup is in your business name. Payments addressed to the wrong name often bounce back. You could try emailing iTSpayments[at]apple.com and see if they can make a case for you and resolve your issue. That's the department that deals with finances.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Managed TestFlight App is replaced by release
The only way to prevent the TestFlight version from replacing a production build is by using a different bundle ID for the TestFlight version e.g. “com.myapp.testflight”
Replies
Boosts
Views
Activity
Jun ’26
Reply to TestFlight External Testing Build Stuck in “Waiting for Review” for Several Days
App Review times have generally increased and Beta Reviews seem to receive less priority than regular App Review. I’m afraid there’s not much to do at this time than to wait it out.
Replies
Boosts
Views
Activity
Jun ’26
Reply to App Stuck in Review for More Than 4 Weeks
App Review times are generally longer than usual but 4 weeks sounds exceptionally long. Have you contacted developer support by phone to ask if there’s anything specific holding up your App Review?
Replies
Boosts
Views
Activity
Jun ’26
Reply to The requested app is not available or doesn't exist
Did you give them the correct role under Users and Access?
Replies
Boosts
Views
Activity
Jun ’26
Reply to To say I'm extremely hurt is an understatement! 😔
Hello Dayton, I'm sorry to hear you're running into issues. This forum will probably not be the place where you'll find solutions however. This is a forum for developers to discuss matters related to software development for Apple's devices and Apple doesn't monitor these forums. It seems like you've already been in contact with a support representative and if they state it's being worked on despite not being able to provide more detailed information then that's as good as it gets I'm afraid.
Replies
Boosts
Views
Activity
Jun ’25
Reply to cannot find DeveloperDiskImage.dmg on iphone 18.5
The implementation details of how Xcode works with iPhones have changed. Apple moved away from using DeveloperDiskImage.dmg and signature files since iOS 17. I doubt anyone here is able to help you because what you aim to do strays far from the main supported path and I doubt the forum moderators will allow people to share Apple's copyrighted proprietary materials in ways not officially supported. Your best bet is to update to the latest Xcode version your MacBook supports and if that Xcode version doesn't support your iOS 18.5 device then I'm afraid your best option is to ugprade your developer machine. You might be able to find some creative GitHub project that might try to provide a solution for your conundrum, but there be dragons and they'd be much better suited to help you with any questions you might have about the files Xcode needs.
Replies
Boosts
Views
Activity
Jun ’25
Reply to dSYMs not generating in Release Build
That's a bit strange, normally it's the other way around, dSYM being included in release build and not in debug. Check your schemes and make sure Archive is using Release config. Then under your project's build settings select All and Levels instead of Combined. Make sure DWARF with dSYM is selected for your release builds and that Strip Debug Symbols During Copy is set to No. Is your project relatively new? Does it have an Info.plist?
Replies
Boosts
Views
Activity
Jun ’25
Reply to Xcode's Intelligence
According to the release notes it currently requires Apple Intelligence to be enabled at system level for it to work in Xcode: https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes
Replies
Boosts
Views
Activity
Jun ’25