Search results for

Xcode

92,321 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode 26.0 Share Extension crashes with NSInternalInconsistencyException on iOS 26.0
In my case, building with Xcode 26.0 or 26.1.1, the share extension fails to open the destination app. Doesn't crash. Just doesn't work. Same Share Extension code works fine when built with Xcode 16.4. I'd have thought that the ability to share files across apps on iOS would be an absolutely critical part of the system, and would have been a top priority to fix quickly, but appears to be still broken in Xcode 26.1.1 Any new developments / fixes?
Nov ’25
MainMenu issue if I start a new Xcode Objective-C Cocoa Mac Storyboard/XIB application.
I'm reading a bit outdated book about Cocoa/Objective-C applications development and I'm trying to code some examples. And so I ended up with an almost empty NSDocument-based app with runtime errors like that: Internal inconsistency in menus - menu Title: Window Supermenu: 0xbc726d080 (Main Menu), autoenable: YES Previous menu: 0x0 (None) Next menu: 0x0 (None) Items: ( , , , ) believes it has Title: Main Menu Supermenu: 0x0 (None), autoenable: YES Previous menu: 0x0 (None) Next menu: 0x0 (None) Items: ( ) as a supermenu, but the supermenu does not seem to have any item with that submenu It looks like as if the menu tries to include itself as a submenu. Am I right? I have no ideas what led to this. If I'm not mistaken this has started since macOS Tahoe. The code that is not a boilerplate one I have: // Document.m #import Document.h @implementation Document @synthesize text; - (NSString *)windowNibName { return @SampleDocument; } - (void)windowControllerDidLoadNib:(NSWindowController *)aController { [super w
1
0
160
Nov ’25
Archive Fails: Conflict with Existing KEXT Developer ID Certificate
Hi everyone, We're trying to prepare a DriverKit App for a client test, and we've run into an unavoidable signing conflict that seems to be caused by the Xcode Archive process itself. Background & Environment: Environment: macOS 15.6.1, Xcode 16.4 Our project consists of a main App Target and a DEXT Target. Both the Debug and Release configurations for both targets are set to Xcode's default: Automatically manage signing. Our developer account holds a valid, active Developer ID Application (With Kext) certificate, which we use for signing our legacy KEXT. The Action That Triggers Failure: From this clean state, we execute Product -> Archive. The Archive process fails during the signing validation phase and presents the following three errors, completely halting the process: There is a problem with the request entity - You already have a current Developer ID Application Managed (With Kext) certificate... No profiles for 'com.company.Acxxx.driver' were found... No profiles for
2
0
223
Nov ’25
Reply to How do I upgrade my current Xcode 14.3.1 to version 15.2?
I would recommend to go to the App Store and download the latest Xcode available. If you want to target a version you may find it sometimes in the developer's website downloads, but not all versions available, you should always try to run the latest from the app store available for your computer. Hope this helps Albert Pascual
  Worldwide Developer Relations.
Nov ’25
Reply to Xcode Behaviors are BROKEN
Are your issues specific to Xcode 26.2? All of my existing behaviors works just fine with Xcode 26.0 and 26.1.1. I also had no trouble creating new custom behaviors and changing their names. I also had no issue deleting those custom behaviors. Though one note about editing a custom behavior's name. After entering the new name, you need to press the return key before clicking the Done button or the new name won't take. Perhaps that is the issue you are seeing. But I have not tested with Xcode 26.2.
Nov ’25
Xcode Behaviors are BROKEN
What possessed Apple developers to redesign the Behaviors UX? It is not as flexible, and at least Custom Behaviors do not work all the way through 26.2beta. You cannot name or rename behaviors. It just keeps New Behavior. You cannot delete behaviors. Running shell scripts does not work. I gave up after that. Why was the Xcode 16 model changed and NOT TESTED!
2
0
115
Nov ’25
Reply to Unable to find identity (but have private key and certificate)
Hi DTS Engineer, I did already try removing the key material, and requesting a new certificate. I mentioned this in my previous message already. I'm not sure why, but this does not seem to help. Here is a screenshot: I also tried to read the links you sent, but they don't seem to be relevant in this case? I am simply trying to run code on my own phone xcode's default setting on the boilerplate application. How may I proceed from here? Is there anything else I should try?
Nov ’25