google/EarlGrey

GREYAssert in a dispatch_sync block crashes the app

Open

#289 ouverte le 28 sept. 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Objective-C (760 forks)batch import
Hacktoberfest

Métriques du dépôt

Stars
 (5 424 stars)
Métriques de merge PR
 (Merge moyen 1j 1h) (8 PRs mergées en 30 j)

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).

Guide contributeur