我想要的是
我想在 Xcode 7 中使用新的 iOS10 类和方法。有可能吗?如果可以,怎么做?
我试过的(没用)
基于这个问题,我试图做
sudo ln -s "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0 (14A345)" "/Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0"
但它没有用。我可以在运行 iOS10 的设备上运行代码,但我想使用新的类和方法(@import UserNotifications;
例如)。