Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Xcode 9.3 / Swift 4.1 compatibility #89

Closed chrisballinger closed 6 years ago

chrisballinger commented 6 years ago

There are currently multiple issues when using this template with Xcode 9.3:

Sourcery problems so far:

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/shims/DispatchOverlayShims.h:185:20: error: implicit conversion of C pointer type 'dispatch_data_t _Nonnull' (aka 'struct dispatch_data_s *') to Objective-C pointer type '__swift_shims_dispatch_data_t _Nonnull' (aka 'id') requires a bridged cast screen shot 2018-04-03 at 4 24 25 pm

chrisballinger commented 6 years ago

Done