google/EarlGrey

GREYAssert in a dispatch_sync block crashes the app

Open

#289 opened on Sep 28, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Objective-C (760 forks)batch import
Hacktoberfest

Repository metrics

Stars
 (5,424 stars)
PR merge metrics
 (Avg merge 1d 1h) (8 merged PRs in 30d)

Description

Message((__objc_no) is true) failed is shown in Xcode. This just refers to the assert itself, which is on boolean NO.

My branch which will repro this issue: https://github.com/axi0mX/EarlGrey/tree/crash

Tested on Xcode 8, iOS 10 simulator (iPhone SE).

Contributor guide