@available attribute got unexpected '@' in program on CI environment
I've used @available(iOS 11.0, *) attribute in my codebase and CI failed to build. The reason is I use an older SDK to build application »
I've used @available(iOS 11.0, *) attribute in my codebase and CI failed to build. The reason is I use an older SDK to build application »