Dirk Smith
Dirk Smith
My issue is fixed in 10.2.1 However I am seeing this warning now when building locally for simulator: `warning: [CP] Unable to find matching .xcframework slice in ' false ios-arm64_x86_64-maccatalyst/Highcharts.framework'...
Looks like the issue isn't with Rails 3.1 but a real recent update to paperclip. I'll do a pull request with what we did to fix it.
I have an open pull request that fixes the issue, in the mean time you could use my fork; git://github.com/twotoasters/paperclipftp.git
The function initWithCoder needs to be implemented for it to work with interface builder. I did: - (id) initWithCoder:(NSCoder *)aDecoder { return [self initWithSelectedDate:[NSDate date]]; } to work for a...