At WWDC 2017, there was a great session on What’s New in Testing which was mainly about new features of XCTest and XCUITest frameworks. The team working on developer tools at […]
Category: iOS DevOps
Xcode9 + Xcode Server = Comprehensive iOS Continuous Integration
At WWDC 2017, Apple announces something that made almost every iOS developer smile, a session on ‘What’s New in Signing for Xcode and Xcode Server‘. It’s hard to explain, how […]
Ensuring Swift version using Fastlane Plugin
Apple made Swift open-source in December 2015 and since then a new version of Swift getting released frequently. In these changing environment of Swift development, it’s essential to make a sure version […]
xcodebuild: Deploy iOS app from Command Line
The deployment of an iOS app to iTunes Connect involves various things and it’s time-consuming and fragile activity. It’s very common practice for iOS developers use Xcode to build, test, […]
simctl: Control iOS Simulators from Command Line
While developing iOS apps, simulators are the best friends of developers. It’s the quick and easy way to test app while development as we can interact with iOS simulators using GUI. […]
Free Continuous Integration for open-source Swift Packages
Apple has released it’s own package manager called ‘Swift Package Manager‘ to share and distribute Swift packages. It’s a good idea to add free Continuous Integration to our open-source Swift […]
Top 5 Command Line Tools for iOS Developer
Xcode comes with lot of command line tools which you can find at path /Applications/Xcode.app/Contents/Developer/usr/bin each one has a specific purpose but some of them are very important in day […]
XCBlog on Apple News
Apple announced Apple News recently, to read interesting stories and share them with world. Apple news is currently available in USA, UK and Australia. I am glad to announce that my personal […]
Speed up iOS CI using Test Without Building, xctestrun and Fastlane
At WWDC 2016, there was an awesome talk on ‘Advance Testing and Continuous Integration‘ which mentioned lot of new features in the XCTest Framework, Xcode-Sever and xcodebuild command line tool. […]
Stabilizing the CI By Re-runing Flaky iOS XCUI Tests
Apple has released Xcode UI Testing a.k.a XCUI Test framework at WWDC 2015 which enable UI testing of iOS application straight from Xcode without any third party tools like Appium, Calabash […]