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: Xcode10
xccov: Diff and Merge Swift(iOS) Code Coverage
Apple has released a new command line tool xccov last year for inspecting the contents of Xcode code coverage reports. With xccov , we can generate Xcode code coverage reports in the […]
Five Killer Features of CocoaPods for iOS Development are In Transit
CocoaPods has been magical dependency managers for iOS developer so far. Very few developers understand what happens under the hood when they run pod install command. However, CocoaPods has been proved to […]
How to Train Machine Learning Models with CreateML for iOS Testing
Machine Learning and Artificial Intelligence are the booming topics in the software industry at the moment. The use of AI/ML for testing apps also becoming the trend as there are […]
XED: The Lightweight Text Editor for Xcode
An Xcode is an integral part of the iOS application development. As an iOS Developer, we work with Xcode most of the time. In case of something unexpected, we quit […]
Full Stack iOS Continuous Delivery with xcodebuild and ExportOptions Plist
The process of uploading the iOS binary to App Store is time-consuming and boring. On top of this, Apple didn’t provide the better options to upload the binary to App […]
Five Things You Must Know About Xcode 10 New Build System
Apple released Xcode New Build System with Xcode 9 in the preview mode. It wasn’t activated by default at that time. With Xcode 10, new build system activated by default, by […]
The Fast, Furious and Flaky Continuous Integration with Xcode 10 Parallel Tests
Apple is truly investing in testing tools and technologies which is a great thing for app developers. There is no doubt that everyone appreciates their work to motivate them to keep […]
Top iOS 12 Features Every iOS Developer Should Know
Note: This is the re-post of the original guest blog, I wrote on Bitbar blog here Apple released iOS 12 just in time after announcing three new iPhones. The new iOS version […]
Xcode Server with Xcode 10
Xcode Server is a continuous integration service launched by Apple a few years back. In the previous post about Xcode Server and Xcode 9, we have covered most of the major […]