Post

Replies

Boosts

Views

Created

ObjcBool is not convertible to Bool
In Xcode 8 beta 4 (8S188o),the following code error:var isFolder:ObjCBool = false;fileManager.fileExists(atPath: path, isDirectory: &isFolder); if isFolder { ------> "ObjcBool" is not convertible to "Bool" fileInfo.isFolder = true;}Why is this?
5
0
14k
Aug ’16