You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence unguarded availability warning from Xcode 8.3
Summary: Silence unguarded availability warning that appeared in Xcode 8.3 when importing `<XCTest/XCTest.h>`. This allows WDA to compile by silencing the following error: ``` While building module 'XCTest' imported from WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h:10: In file included from <module-includes>:1: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCTest.h:57: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/Headers/XCUIDevice.h:50:22: error: 'XCUISiriService' is partial: introduced in iOS 10.3 [-Werror,-Wunguarded-availability] property (readonly) XCUISiriService *siriService NS_AVAILABLE_IOS(10_3); ^ While building module 'XCTest' imported from WebDriverAgent/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.h:10: In file included from <module-includes>:1: In fi Closesfacebookarchive#525 Differential Revision: D4818640 Pulled By: marekcirkos fbshipit-source-id: 6734852fc20714a67fd7e918f551415344cd6951
0 commit comments