Tag: xcode
-

Xcode: How to upload dSYM to Firebase Crashlytics
Upload dSYM files to Firebase Crashlytics from Xcode. Step-by-step guide for proper crash symbolication and debugging in your iOS app.
-

Unit Test Regex Validation Without XCUIElement.typeText
How to write unit tests for regex validation in Swift without using XCUIElement typeText. XCTest approach for password and username validation.
-

How to Find Unused Swift Code with Periphery Static Analyzer
How to find unused Swift code using Periphery static analyzer. Install via Homebrew and detect dead code to reduce compile time.
-

How to Find the Latest SwiftUI Preview Crash Log on Mac
How to find the latest SwiftUI preview crash log on Mac. Bash script to open DiagnosticReports XCPreview crash logs quickly.
-

How to Use an Older Version of Swift on Xcode 12 with swiftenv
How to use an older version of Swift on Xcode 12 with swiftenv. Install and manage multiple Swift versions via Homebrew.
-

Xcode Shortcut Keys to Boost iOS Development Productivity
Essential Xcode shortcut keys to boost iOS development productivity. Navigator, inspector, debug area, and editor shortcuts.






You must be logged in to post a comment.