Dikey

Results 2 comments of Dikey

Upgrade your pod version to [v1.13.0](https://github.com/CocoaPods/CocoaPods/releases/tag/1.13.0) See [Xcode 15 Beta 5 fix: Fix build failed due to DT_TOOLCHAIN_DIR](https://github.com/CocoaPods/CocoaPods/pull/12009) for detail

Replace the method in CalibrationViewController.swift ```` @IBAction private func saveAction(_ sender: Any) { guard case .calibrationSet(_, let calibration) = state else { return } guard let data = calibration.toFrame()?.toData() else...