二进制运算符不能应用于两个SCNDebugOptions
答
一个问题,而不是做 “|
”,使用一组:
sceneView.debugOptions = [ARSCNDebugOptions.showFeaturePoints,ARSCNDebugOptions.showWorldOrigin]
相同的问题https://stackoverflow.com/questions/30761996/ swift-2-0-binary-operator-can-be-applied-to-two-uiusernotificationtype和https://stackoverflow.com/questions/30867325/binary-operator-cannot-be-applied-to-two-uiviewautoresizing-操作数(来自“相关”部分)。 –