zenangst / Vaccine

:syringe: Vaccine - Make your apps immune to recompile-disease
Other
307 stars 18 forks source link

Setup instructions for Example fail to build #20

Closed placrosse closed 6 years ago

placrosse commented 6 years ago

Following the setup instructions exactly, upon starting Xcode and opening VaccineDemo.xcworkspace:

Swift Compiler Error (2 issues)

/Users/paul/dev/Vaccine/Example/VaccineDemo/VaccineDemo/Sources/DataSources/ListDataSource.swift:15:38: Incorrect argument label in call (have ':notification:', expected ':in:')

/Users/paul/dev/Vaccine/Example/VaccineDemo/VaccineDemo/Sources/DataSources/DetailDataSource.swift:15:38: Incorrect argument label in call (have ':notification:', expected ':in:')

Xcode auto-fix corrects by changing to "in"

zenangst commented 6 years ago

Hey @placrosse, thanks for bringing this to my attention, I've made a PR to fix the issue now #21