1. ホーム

"Undefined symbols for architecture x86_64:" エラーを解決しました。

2022-01-23 15:01:53

1. 問題の原因

インポート "LWActionSheetView.h"

const CGFloat cellHeightt = 60.0f。
インターフェース LWActionSheetView ()
終了

実装 LWActionSheetView
終了

そして、その定義を別のファイルで再利用しました
const CGFloat cellHeightt = 60.0f。

この場合、シミュレータでは衝突が発生しますが、実機ではエラーが発生しません。

2.Compile with g++ on mac with error "Undefined symbols for architecture x86_64:" Error solution.
参考URL http://blog.csdn.net/eric41050808/article/details/39502231

3. x86_64 アーキテクチャのシンボルが重複している。
参考URL http://stackoverflow.com/questions/24298144/duplicate-symbols-for-architecture-x86-64

4. 列挙の問題
参考URL http://www.jianshu.com/p/2b79e450d67e