Fixes two issues that prevent Frank from initializing correctly on iOS 9:
The AX Inspector needs to be enabled (as seen in KIF and EarlGrey. If the AX inspector is not enabled, the accessibility properties (such as accessibilityLabel) are not populated and selectors such as marked don't work as expected
Some additional logging in the load method.
The UIApplicationDidBecomeActiveNotification notification is not always sent on iOS 9 - as also documented on StackOverflow
Fixes two issues that prevent Frank from initializing correctly on iOS 9:
accessibilityLabel
) are not populated and selectors such asmarked
don't work as expectedload
method.UIApplicationDidBecomeActiveNotification
notification is not always sent on iOS 9 - as also documented on StackOverflow