ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1K
active users

#xcode

4 posts4 participants1 post today

Instruments tip: to keep Instruments in the Dock, take the following steps:

1. In Xcode choose Xcode > Launch Developer Tool > Instruments to launch Instruments.
2. Right-click on Instruments in the Dock and choose Options > Keep in Dock.

If you want to learn more about Instruments, I’m writing a book on Instruments that shows you how to interpret the data and find the code causing problems. Learn more about the book at the following link:

swift-dev-journal.kit.com/inst

swift-dev-journal.kit.com

Help!!!
Does anyone know how to address ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
My is being rejected from AppStore Connect since Xcode 16.3, and now even switching back to 16.2 or older branches it will give me the same issue.

Not sure what this is exactly…

Any guidance is greatly appreciated
#Xcode #Swift #Apple #iOSDev

Whats wrong with #XCode? projects working since years dont build anymore. Shared library in specific locations cant be built . every time I have to delete them by hand and rebuild from the command line. Very annoing #Appe!

Its time to switch back to good old Makefiles

Does anyone know how to make #Xcode 's debugger not take 100 years to start up? I often build and run an app from Xcode and then stop running it just so that I can cancel the debugger and not wait for it to start up. Then I just check my change manually in the app itself.

If you have any previews in your #Xcode projects that are using the `return someView{}` syntax the latest update will return an error for this.

The error is that you are not returning a `some SwiftUI.View` type regardless if the view you are returning is in fact a SwiftUI.View.

I've not refactored my code around this yet but if you have this sort of pattern you may want to hold off on updating

(devlog) the placeholder. that bugged me for a while

the culprit is to separate representations. both are used as a source of truth for different parts of the system. the UI deals with ui-representation; everything else relies on text-representation. that is a common design in wysiwyg/richtext editor.

of all code editors I'm aware, i find #xcode editor placeholder the most beautiful, and I plan to copy that ux