The Pragmatic Ball boy

iOSを中心にやってる万年球拾いの老害エンジニアメモ

Linux

linuxでSwiftのObjCBool.boolValueを呼ぶとerror

不具合 SwiftでObjCBoolのboolValueをこのように呼び出すと var isDir: ObjCBool = false let isExist = fm.fileExists(atPath: directory, isDirectory: &isDir) XCTAssertTrue(isDir.boolValue) osxだと大丈夫だけどlinux環境だとerrorになる・・ error: v…