facebookarchive / xcbuild

Xcode-compatible build tool.
Other
2k stars 190 forks source link

Could xcbuild run iOS UITest on Ubuntu? #286

Closed tianyig closed 6 years ago

tianyig commented 6 years ago

Could xcbuild run iOS UITest on Ubuntu? Is anyone test it???

Ktwu commented 6 years ago

Unfortunately no, xcbuild can't run UITests on Ubuntu -- those tests at the very least need to link against the XCTest framework, which xcbuild does not provide.

You'd also need libraries for each of the frameworks your UI test links against -- which, once again, xcbuild doesn't provide (and I don't know where you'd find such libraries for use on Linux in the first place).