High traffic iOS apps likely to experience crashes when users are using them. The crash is the process in which app gets killed itself and become unusable. The crash may […]
Tag: Xcode
XCTEQ released Free Online Course on XCUITest for iOS Apps on Test Automation University
We are glad to announce that, XCTEQ has launched the first-ever online course on Apple’s UI testing framework also known as XCUITest on Test Automation University programme by Applitools. The […]
GitHub Actions: Continuous Delivery of Swift Packages
GitHub is rolling out the GitHub Actions features which allow developers to automate CI/CD workflow without using any other apps. The Github Actions can be considered as GitHub’s own CI/CD […]
WWDC18: Create ML-Complete Machine Learning in Swift
Apple announced Core ML framework for the machine learning in last year WWDC17. The idea behind the Core ML framework was to get the trained machine learning model which was […]
WWDC18: Xcode 10 in Action
Apple’s World Wide Developer Conference (WWDC) 2018 has been started this week. As promised, I will be writing series of blog posts on the WWDC contents as it’s being announced. […]
WWDC 2018 Wishlist for Native Developer and DevOps Tools
There is a lot of excitement about Apple’s World Wide Developer Conference (WWDC 2018) that kicks off next week on 4th June 2018. Unfortunately, we don’t have access to Apple’s […]
Managing iOS Build Configurations and Schemes for XCTest
Before releasing an iOS app to Apple App Store, it’s very common to have a build that has been targeted to internal audience i.e QA engineers, Product Owners that will […]
Switching Swift Versions inside Xcode using Toolchains
There is no doubt that Swift is amazing programming language to develop iOS apps. However, since Apple has open-sourced Swift, it is going through major breaking changes. Swift is evolving […]
Top Tips for DevOps Friendly XCTest in iOS Pipeline
Apple has introduced XCTest framework to create unit, integration, performance and UI tests for various Apple platforms. XCUITest is a sexy extension on top of XCTest which allow developers to write UI […]
Build Incrementation Techniques for iOS Release Train
Continuous Delivery of iOS apps is essential to stay relevant in the competitive market. Companies having the infrastructure to release features to the customers as soon as it developed wins […]