Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log error when Detox.framework dlopen fails #2

Merged
merged 3 commits into from
Aug 1, 2016

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    e27a6aa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. added a weak framework dependency on XCTest

    which isn't available in Release mode and would otherwise cause the dynamic load of the framework to fail. Fortunately,  XCTest is not in use by Detox so it can safely be marked as weak.
    Doron Pearl committed Jul 30, 2016
    Configuration menu
    Copy the full SHA
    cc84002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634bec5 View commit details
    Browse the repository at this point in the history