MetalScope icon indicating copy to clipboard operation
MetalScope copied to clipboard

swift 4 is not supported

Open vadimkononov opened this issue 7 years ago • 2 comments

hi, steps to reproduce:

  1. create a new project in xcode9
  2. add podfile with pod 'MetalScope' in it
  3. build

AR: build failed (screenshots attached)

screen shot 2017-10-24 at 10 01 58 screen shot 2017-10-24 at 10 02 17

vadimkononov avatar Oct 24 '17 07:10 vadimkononov

Hey @junpluse we have customers with swift4 already, looks like you did some xcode9 fixes do we miss somthing?

Thanks!

ElizaSapir avatar Oct 24 '17 07:10 ElizaSapir

I'm not sure this is a Swift 4 issue. I got the same thing with Swift 3.2. It looks like maybe the Metal API changed some things to optionals?

Either way, going through and doing the Xcode fix for each error got it working for me.

toemat avatar Jan 26 '18 19:01 toemat