使用 kotlin-multiplatform-mobile 插件中的向导创建 kmm 应用程序后,我尝试运行 ios 模拟器并收到以下错误。
kotlin multiplatform mobile java.lang.IllegalStateException: Unsupported Xcode version 12.4, minimal supported version is 12.5.
Run Code Online (Sandbox Code Playgroud)
为了解决这个错误,我尝试更新 Xcode,给出了下面的新错误。
CoreSimulator.framework was changed while the process was running. This is not a supported configuration and can occur if Xcode.app was updated while the process was running. Service version (776.4) does not match expected service version (732.18.6).
Run Code Online (Sandbox Code Playgroud) 我删除了mysql并安装了mariadb,我猜删除mysql破坏了InnoDB(我是新手)。
InnoDB: Plugin initialization aborted with error Data structure corruption
Run Code Online (Sandbox Code Playgroud)
完整日志:
-- Subject: Unit mariadb.service has begun start-up
-- Defined-By: systemd
-- Support: https://access.redhat.com/support
--
-- Unit mariadb.service has begun starting up.
Jan 16 18:25:55 CentOSVPS1.DylanMediaPC mariadbd[6137]: 2021-01-16 18:25:55 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.8-MariaDB) starting as process 6137 ...
Jan 16 18:25:55 CentOSVPS1.DylanMediaPC mariadbd[6137]: 2021-01-16 18:25:55 0 [Warning] Could not increase number of max_open_files to more than 16384 (request: 32183)
Jan 16 18:25:55 CentOSVPS1.DylanMediaPC mariadbd[6137]: 2021-01-16 18:25:55 0 [Note] InnoDB: …
Run Code Online (Sandbox Code Playgroud)