0
當我在Xcode GUI運行單元測試,我收到此警告單元測試提供了一個shell腳本調用警告
Skipping tests; the iPhoneSimulator platform does not currently support application-hosted tests (TEST_HOST set).
Xcode中不執行我的單元測試,但我得到的消息測試成功。它看起來只是跳過我的測試。
P.S.我知道許多人在從命令行運行單元測試時出現此錯誤,但這種情況發生在Xcode GUI中