-
Notifications
You must be signed in to change notification settings - Fork 16
Add support for Xcode 11.4 beta 3 #377
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
Add support for Xcode 11.4 beta 3 #377
Conversation
|
Another thing I have noticed is that the integration tests are running only when the simulator has already been Booted. There is an error with booting the simulator when I run tests for the Springboard Alerts: Could not install app on simulator: |
Is this always reproducible? I wonder if the behavior has changed completely in Xcode 11.4. |
Did you run |
jmoody
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions and some minor changes.
Thanks!
DeviceAgent/FBFailureProofTestCase.h
Outdated
|
|
||
| #import <Foundation/Foundation.h> | ||
| #import <XCTest/XCTestCase.h> | ||
| #import "XCTestCase.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted in 3a187f1
Server/Application/Application.h
Outdated
| #import <Foundation/Foundation.h> | ||
| #import <UIKit/UIApplication.h> | ||
| #import "XCTest+CBXAdditions.h" | ||
| #import "CBX-XCTest-Umbrella.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted in 3a187f1
Yes, I did |
Co-Authored-By: Joshua Moody <[email protected]>
Co-Authored-By: Joshua Moody <[email protected]>
…ko-badoo/DeviceAgent.iOS into xcode_11_4_beta_3_support_1
jmoody
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much.
Uh oh!
There was an error while loading. Please reload this page.