Closed placrosse closed 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"
Hey @placrosse, thanks for bringing this to my attention, I've made a PR to fix the issue now #21
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"