appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.15k stars 363 forks source link

chore: add log for useSimpleBuildTest to be deprecated #887

Closed KazuCocoa closed 3 months ago

KazuCocoa commented 3 months ago

The build test is basically for old Xcode env which does not support build-for-testing and test-without-buildin. We also experienced the test build could cause unexpected built modules such as https://github.com/appium/appium/issues/18502.

For newer Xcode versions, using build-for-testing and test-without-buildin should have no issue since they are primary methods for now.