Avatar
norio_nomura 7/27/2019 8:05 AM
Xcode 11 beta 4付属のswift testerror: use of unresolved identifier 'XCTUnwrap'エラー。
8:06 AM
回避方法 $ MISSING_LIB_PATH="$(xcrun -sdk macosx -show-sdk-platform-path)/Developer/usr/lib" && swift test -Xswiftc -I -Xswiftc "${MISSING_LIB_PATH}" -Xswiftc -L -Xswiftc "${MISSING_LIB_PATH}"