Undefined symbols for architecture x86_64:
"_NTESNotificationLogout", referenced from:
___56-[SettingViewController alertView:clickedButtonAtIndex:]_block_invoke in SettingViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
1.
__class 为框架丢失 加入缺失的框架 或者.m文件
2.
在clickedButtonAtIndex这个方法里,找不到_NTESNotificationLogout
错误原因: 自己定义了一个空的字符串NTESNotificationLogout 传给方法里面的一个系统通知的postname
Undefined symbols for architecture x86_64:
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 遇到问题如图:这是在使用 Cornerstone 的时候同事在一个我不编译的文件里面写了几个 Controller...
- 1.Undefined symbols for architecture i386: 这个错误的发生原因一般是“X...
- 导入第三方库后,出现Undefined symbols for architecture x86_64:的报错 方...
- 『导言』 今天,研究了下ZipArchive第三方压缩解压缩框架,拖入框架后出9个错误提示: 错误提示代码: 重点...