We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread info -s thread #1: tid = 0x56556c, 0x00000001067bd74c libclang_rt.asan_ios_dynamic.dylib`__asan::AsanDie(), queue = 'com.apple.main-thread', stop reason = Global buffer overflow { "access_size": 44, "access_type": 0, "address": 4460594657, "description": "global-buffer-overflow", "instrumentation_class": "AddressSanitizer", "pc": 4403555236, "stop_type": "fatal_error" }
var practiceCountDatas: [[String: Any]] = [["count": 3, "countText": "3题", "isSelected": false], ["count": 5, "countText": "5题", "isSelected": false], ["count": 10, "countText": "10题", "isSelected": false]] var models = modelArray(from: practiceCountDatas, XZPracticeCountModel.self)
private struct XZPracticeCountModel: Convertible { var count: Int = 0 var countText: String? var isSelected: Bool = false }
The text was updated successfully, but these errors were encountered:
可能跟这个相关: https://github.com/wickwirew/Runtime/pull/88
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: