Articles by Tag #xcode

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Don't Panic: What Apple's iOS 18 SDK Update Really Means for Your App!

Introduction Lately, I've seeing some posts in the Apple Development community, with an...

Learn More 27 0Mar 7

How to Safely Remove Xcode Without Breaking Command Line Tools (CLT)

Free up disk space on your Mac by removing Xcode while keeping Command Line Tools fully functional for development."

Learn More 7 1Jun 17

WWDC 2025 - What’s new in Xcode 26

Xcode 26: A Revolutionary Leap Forward for iOS Development Apple has unveiled Xcode 26,...

Learn More 6 1Jun 12

[!] CocoaPods could not find compatible versions for pod

Hola hola, When working with a bare CLI React Native app, I often run into issues during the pod...

Learn More 2 0Jan 21

Swift Testing: My First Impressions

Introduction Recently, I posted here an Introduction to Swift Testing: Apple's New Testing...

Learn More 1 0Apr 4

Enhancing SwiftUI Alerts : A Reusable Approach with Unit and UI Testing 🔄

Why Do We Need a Reusable Alert View? When building an app, we often display alerts in...

Learn More 1 0Feb 17

Mastering iOS Development: Your Essential Resource List

Hello fellow developers and aspiring iOS enthusiasts! Diving into native mobile development,...

Learn More 0 0Jun 20

Swift Programming in Japanese

This post is blog version of my talk on "try! Swift Tokyo 2025". video link:...

Learn More 0 0Apr 29

I'm curious about how to use Xcode Instruments for a React Native iOS app. Could you provide some guidance?

I am experiencing issues while profiling an iOS app developed with React Native. I attempted to...

Learn More 0 0Jul 16 '24

Xcode Folders & Groups

In Xcode 16, project files and folders are arranged differently in the Project navigator. What used...

Learn More 0 0Nov 27 '24

xCojote

iPhone Apps

Learn More 0 0Mar 7

[Solved] Swift Compiler Error (Xcode): Method does not override any method from its superclass

In the new Xcode 16, if you get the following error Failed to build iOS app Could not build the...

Learn More 0 0Mar 20

Debugging Memory Leaks With Instruments in XCode

Introduction Recently, we explored Memory Leaks and Retain Cycles in Swift, diving into...

Learn More 0 0Jan 31

[Boost]

Don't Panic: What Apple's iOS 18 SDK Update Really Means for...

Learn More 0 0Mar 18

Widgets: An Introduction

There are times when you would want to show the apps contents/data in an helpful way upfront to the...

Learn More 0 0Apr 24

How to test code in Swift using actor

Hey there, today I want to talk about unit testing on iOS and I'd like to start by discussing a...

Learn More 0 2Jun 12

Swift Format in Xcode

In Xcode 16, Apple quietly introduced the ability to format your Swift files using Swift Format. I’m...

Learn More 0 0Nov 27 '24