facebook twitter hatena line email

Unity/バージョンアップメモ/unity2022.3.11f1

提供: 初心者エンジニアの簡易メモ
2023年10月28日 (土) 05:15時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==Assertion failedエラー== エラー詳細 <pre> Assertion failed: (false && "compact unwind compressed function offset doesn't fit in 24 bits"), function operator(),...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

Assertion failedエラー

エラー詳細

Assertion failed: (false && "compact unwind compressed function offset doesn't fit in 24 bits"), function operator(), file Layout.cpp, line 5758.

対策 "Other Linker Flag"に"-ld64"を追加。

参考:https://developer.apple.com/forums/thread/735426