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

Update to iOS 12 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update to iOS 12 #19

wants to merge 1 commit into from

Conversation

guadaran
Copy link

Reference:

Summary:
More and more classes are moved from public XCTest framework to private XCTAutomationSupport one.
It is not big of an issue, however in order to be able to compile WDA with new XCode we need to either:

  • explicitly link both frameworks (this diff)
  • or remove direct class allocations
    Direct linking would remove requirement for future refactoring that might be necessary with potentially other moved classes so going for this approach.

Description of the Development environment

  • macOs High Sierra 10.13.6
  • Xcode version 10.1
  • iOS 12 and 12.1 in real devices and simulators

Private framework is added (XCTAutomationSupport.Framework), from the following path:

-/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework

Public framework is added (XCTest.Framework), from Xcode wizard.
Changes are made to the project. pbxproj file

Description of the MacOs, Xcode and iOS version that was used to test

* macOs High Sierra 10.13.6
* Xcode version 10.1
* iOS 12 and 12.1 in real devices and simulators

Private framework is added (XCTAutomationSupport.Framework), from the following path:

*/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework

Public framework is added (XCTest.Framework), from Xcode wizard.
 Changes are made to the project. pbxproj file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant