2025年10月29日

`UIScene` lifecycle will soon be required. Failure to adopt will result in an assert in the future.

摘要: 这是 Objective-C 版本的解决方案: 选项 1:更新到 UIScene 生命周期(推荐) 1. 更新 Info.plist 配置保持不变: <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMult 阅读全文

posted @ 2025-10-29 16:41 高彰 阅读(27) 评论(0) 推荐(0)

macOS26 应用程序“访达”没有权限打开“(null)”。

摘要: 针对macOS 26中应用程序“访达”没有权限打开“(null)”的问题,可通过以下方法解决: 重新签名应用 打开终端执行以下命令(将路径替换为实际应用路径): codesign --remove-signature /Applications/应用名称.app codesign --force - 阅读全文

posted @ 2025-10-29 16:17 高彰 阅读(7) 评论(0) 推荐(0)

导航