hollance / Forge

A neural network toolkit for Metal
MIT License
1.27k stars 172 forks source link

Update ios version and xcode version, can not run any more. #36

Closed Shelro closed 6 years ago

Shelro commented 6 years ago

Hi, I just update my ios version to 11.3, my bad! So I also update xcode to match my iphone, and I got some error like: "Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1".

And I also got some error in Layer.swift:"Type of expression is ambiguous without more context" or "'MPSRectNoClip' is only available on iOS 11.0 or newer".

Could you please help me to fix this problem? Thank you!

Shelro commented 6 years ago
2018-04-21 2 47 47

A screenshot of one error.

hollance commented 6 years ago

I don't know about that first error (do a clean build?) but the others have been fixed so if you pull in the latest changes that should work again.