LocalNotificationTutorials
LocalNotificationTutorials copied to clipboard
Swift 3 syntax has broken the whole project
Hi there.
The new Swift 3 and Xcode 8 has completely broken the project.
Yeah, thanks.
Porting to XCode 8 means making it incompatibly with 7, so I was waiting for 8 to be out of beta. Many of the issues can be fixed automatically, but the tutorial text has to be updated as well. I'm planning on posting an update in the near future.
On Sat, Sep 17, 2016 at 6:17 AM, gmichal [email protected] wrote:
Hi there.
The new Swift 3 and Xcode 8 has completely broken the project.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jasonbnewell/LocalNotificationTutorials/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQ7Zv8RZ3Xn5og2f3j-Fbp9jbA0oTzvks5qq8wtgaJpZM4J_kr4 .
I've updated the project on the Swift3 branch, FYI https://github.com/jasonbnewell/LocalNotificationTutorials/tree/swift3
Hi there. Appreciate your effort! However when analyzing in Xcode 8 and deployment target iOS 10 has more than 17 errors and a huge amount of deprecations! (deployment target iOS 8.3 has the same 17 errors not deprecations)
Thank you!
Much of the notifications code is deprecated now. Will this be updated anytime soon? Thanks!
Hello?