David Solberg
Results
1
issues of
David Solberg
main.swift doesn't work on Xcode 8.2 (on January 19, 2017), unless I change to this: UIApplicationMain(CommandLine.argc, UnsafeMutableRawPointer(CommandLine.unsafeArgv) .bindMemory(to: UnsafeMutablePointer.self, capacity: Int(CommandLine.argc)), NSStringFromClass(QTouchposeApplication.self), NSStringFromClass(AppDelegate.self)) Also, the instructions would be better if...