Show / Hide Debug Area
I might prepare another Kickstarter campaign for Xcode.tips cards…
Stay tuned!
#xcode #xcodetips
This .editorconfig file should be added to every single #SwiftPM repo out there!
https://gist.github.com/Jeehut/e5b7559da355a1f243d9c012fe63edc4
It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings.
Add it now! #iOSDev #OpenSource #SwiftLang #XcodeTips
Maintaining custom configurations is costlier than custom schemes. If your project has configurations along the lines of “Debug Production”, or “Release Staging”, you might be better off with just “Debug” and “Release” and configuring through schemes:
#XcodeTips
Struggling with data models, pagination, or app performance? A recent coaching client was stuck on these exact topics, and after 1 hour, he saved 20+ hours of potential frustration. You don’t need to do it alone—I'm here to help!
When you know there was a feature in Xcode you could need now but you forgot where it was, the Help menu has you covered.
Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?
I got you covered. Install my DocC packaged! It's now 80% finished!
Oh, I just discovered that you can now activate relative line numbers in Xcode 16 (beta 4). This is nice for navigating with Vim commands.
Do you want such tips and tricks write in Xcodes documentation? Get the DocC packages here: https://dasdom.gumroad.com/l/onehundredxcodetips
Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?
I got you covered. Install my DocC packaged!
What kind of #xcodetips do #iOSdev ppl have when #Xcode accumulates so many Simulators on your local disk that you run out of space? Clean My Mac made a storage map of my files, and showed me this 100 Gig folder of Simulator Devices.
I’ve been through this previously, looked at the .plist to delete some I’m not using, and got a few gigs free again, but thought I’d ask; are there best practices to manage Simulators so they don’t balloon to 100 Gig folders of redundentness?