Category: iOS Development
English Posting for iOS development
-

macOS Native App Review #1: Fork Git Client
A hands-on review of Fork, a fast native macOS Git client for managing branches, commits, diffs, and repositories from the terminal.
-
Prevent Core Data Migration Crashes in iOS
Learn how to prevent Core Data migration crashes in iOS, including manual and lightweight migration pitfalls caused by external storage for Binary Data.
-
Run Scheduled Jobs in Swift Vapor with Redis
Step-by-step guide to setting up scheduled jobs in Swift Vapor using Redis. Covers Redis installation, AsyncScheduledJob creation, and Vapor queue configuration for Server-Side Swift.
-
Server-Side Swift: AWS Lambda with OpenAPI Generator (Part 1)
Build an AWS Lambda function with Server-Side Swift and OpenAPI Generator. Complete tutorial from setup to local debugging with step-by-step instructions for Vapor developers.
-

Set Up swift-format in Xcode 16
How to set up Swift Format in Xcode 16 for consistent code style. Create a swift-format.json config file and add a build script to automatically format your Swift code on every build.
-

Set Up C/C++ Development on iPad with iSH Shell
Set up a C/C++ development environment on iPad using iSH Shell. Install APK packages, gcc compiler, and configure zsh as the default terminal for offline coding.
-

Validate an OpenAPI Spec with IBM OpenAPI Validator
Validate OpenAPI specs using IBM OpenAPI Validator with GitHub Actions. Set up automated validation with custom rulesets before merging PRs into your main branch.
-

Deploy OpenAPI Documentation with AWS Amplify
Deploy OpenAPI documentation as a live static website using AWS Amplify. Simple 2-file setup with automatic deployment from your GitHub repository.
-
iOS App Launch Time – React Native Sample Project
Measure iOS app launch time for React Native Expo projects. Set up UI Testing Bundle with XCTest to benchmark cold and warm launch performance on real devices.
-

Useful GitHub Actions for iOS CI/CD
Practical GitHub Actions workflows for iOS development. Trigger builds from PR comments, share IPA files, and automate CI/CD for your Swift projects.






You must be logged in to post a comment.