How can i use the old code(or project) in xcode10

https://github.com/eqiu1998/iOS-PersistentData-LocalNotfications-Example


Hi guys,

i have practiced with this tutorial in xcode 10.


I got a lot of errors, even though i followed how he did on the video...


How can i use this old code or project in xcode 10 ?

Replies

'how can I use' is a fairly broad question, especially considering that the readme claims Swift 2 (vs. Xcode 10's Swift 4.x), which adds it's own layer beyond whatever else the code focuses on. Xcode 10 won't be able to migrate that version Swift, so you'd have to go back to Xcode 8.x (?), then start climbing the ladder until you ended up with a version current tools would accept.


Might be more in your interest, however, to let that fossilized tutorial go and find something much more up to date. As it is, you risk learning things you'll only need once, rather than uptodate skills you can put to work going forward.


BTW, this is off-topic for this forum. You might be better served as this stage using'Getting Started', instead.


Good luck.