Are there workarounds for these bugs in Xcode?

Are there workarounds for the following bugs in Xcode 16.3?

I'm looking for workarounds instead of trying newer versions of Xcode because, from what I read, the Xcode release notes do not mention these issues being fixed.

First bug:

Resizing a NSSplitView in the UI Editor is buggy. When you try to use the divider, it just does not work as expected. In the case of a vertical split, the bottom view gets shrunk whatever you try to do.

Second bug:

When you type:

  • (IBAction) in the source editor, you get the following buggy template (extra ')' on the right):
- (IBAction)<#selector#>:(id)sender)

Thanks for the post.

Do you have FB numbers for those 2 bugs you are referring to?

If you haven't file a bug, I would recommend first to create a simple sample project showing the issue and post it here.

That'll help us better understand what's going on. If you're not familiar with preparing a test project, take a look at Creating a test project.

Thanks!

Albert Pascual
  Worldwide Developer Relations.

Are there workarounds for these bugs in Xcode?
 
 
Q