Post

Replies

Boosts

Views

Activity

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 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