Closed
Description
openedon Jan 6, 2017
I thought we fixed this last march, but I am still able to reproduce the issue easily:
- Once UIKit has hilarious include issues #1380 goes in, comment out the bottom line of UIApplication.h that #imports UIApplicationDelegate.h
- Rebuild the functional tests
- Run the functional tests under the debugger
You'll hit an AV in isEmptyProtocol() because the functional tests implement an undefined/forward-declared UIApplicationDelegate protocol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment