jasudev / AxisContribution

A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.
MIT License
111 stars 24 forks source link

Error: 'ACData' initializer is inaccessible due to 'internal' protection level #7

Closed YanxinTang closed 1 year ago

YanxinTang commented 1 year ago

Xcode Version 14.2 (14C18)

When create object from ACData, xcode throws error like title describe. And after adding public for init the error was gone.