Marco Eidinger
Swifty Tech by Marco Eidinger

Swifty Tech by Marco Eidinger

Follow
homeSponsorshipSPMbadgesnewsletter
Tag

Xcode

#xcode

More content

Read more stories on Hashnode


Articles with this tag

Using Swift packages with authentication in Xcode Cloud

Jul 3, 20232 min read

Third-party SDKs may use Swift packages to vent their binary frameworks from a server that requires authentication. In Xcode Cloud you will encounter...

Using Swift packages with authentication in Xcode Cloud

Skip code during debugging in Xcode

May 29, 20234 min read

In this blog post, I will explain how you can skip lines of code while debugging your iOS application in Xcode. I will use tips and tricks from the...

Skip code during debugging in Xcode

SDK conditional code with canImport(module, _version: "1.2.3.4")

Mar 28, 20233 min read

In this blog post, I explain when and why you might want to use the versioned canImport compilation statement, which challenges arise, and what better...

SDK conditional code with canImport(module, _version: "1.2.3.4")

Test Your Command-Line Tool In Xcode

Nov 22, 20221 min read

Manual testing in the terminal is straightforward, but you might struggle with one of the following challenges when running your program from...

Test Your Command-Line Tool In Xcode

Why your Xcode version still matters with Module Stability

Sep 21, 20223 min read

In this blog post, you learn about Swift's Module Stability and a common misconception about its compatibility with older Xcode versions: You will...

Why your Xcode version still matters with Module Stability

Xcode's refactoring options for async/await

Aug 31, 20223 min read

Automatically adopt async functions in your codebase with ease Β· Xcode may offer up to three refactoring options when right-clicking on a completion...

Xcode's refactoring options for async/await