I recently signed up for an iOS developer program so that I can publish the application I was developing and decided to experiment with the new Apple API. However, it was difficult, as the Objective-C template has an error with
@import Metal
in GameViewController.m (one of the files in the template), and the Swift template (which I would prefer to use) is not complete and
import Metal
does not work. Is there an SDK to download or something else? Or is it just my Mac? I am using Xcode 6 beta as well as beta version of OS X Yosemite.
source
share