Xcode 11 brings some amazing features, the whole list of new features can be found at the release notes of the Xcode 11. Some of the notable ones are SwiftUI framework […]
Category: iOS DevOps
Announcement from Apple WWDC19 Keynote
Apple WWDC19 has announced the various things for the users. Some of the software was anticipated but there are some awesome hardware announcements too!. There is a live blog running […]
WWDC19 Live Blog: Apple Developer Tools
XCBlog is bringing all the live coverage of the developer tools announcements at #WWDC19. Apple hosts the World Wide Developer Conference (WWDC) every year to announce new products software and […]
Xcode Crash Reporting for iOS Apps
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 […]
Video Interview with DevOps.com
At SauceCon 2019, XCTEQ got an opportunity to have a video interview with DevOps.com and Digital anarchist. Chris Riley has conducted a video interview covering the various aspects of the […]
SauceCon19: Conference Report and Video of XCUITest Talk
SauceCon is a conference organised by Sauce Labs every year to promote the best practices in the field of continuous testing world. This year SauceCon was in Austin, Texas which […]
Mobile Developers Takeaways From Stack Overflow Developer Survey 2019
Stack Overflow has released the developer survey of 2019 which is probably the largest tech survey in the world. As per the Stack Overflow, nearly 90K developers all around the world with […]
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 […]
Status of the upcoming iOS DevOps Book
In August 2018, I announced the book on iOS DevOps, the draft content of the book has been published on the XCTEQ website here. Since then lots of connection on […]
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 […]