wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
264 stars 109 forks source link

Resource subclass compatibility issue with Xcode 8.3 #156

Open kgenoe opened 7 years ago

kgenoe commented 7 years ago

After updating the the Xcode 8.3 beta, I started getting an error on my Resource subclass. I created a new project with a fresh Spine installation from cocoapods to make sure it was coming from Spine. The error was not caused by importing Spine or even declaring an instance of spine (let spine = Spine(...)). Only creating a Resource subclass caused the error.

The error:

1

The only changes made to the template project to cause the error:

screen shot 2017-02-03 at 12 15 48 pm

Any idea what the problem might be?