
xcode
力战者
力战者,天酬!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac编程提示 Undefined symbol: _OBJC_CLASS_$_xxxx
使用cocoa编程,编译提示报错Showing All Issues Undefined symbol: _OBJC_CLASS_$_NSAlert解决办法:link Binary With Libraries 添加Foundation.framework Cocoa.framework原创 2021-12-07 14:22:58 · 3299 阅读 · 0 评论 -
xcode报错:Cycle inside *******
xcode报错:Cycle inside *******; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.Cycle details:Showing All IssuesCycle inside rtc_extension; building could produce原创 2021-08-18 18:46:05 · 2644 阅读 · 0 评论 -
mac. xcode. messagebox
某些情况下使用messagebox 阻塞程序,进而附加进程调试是比较舒服的。mac 无法使用 <windows.h>,因此无法使用windows 下的messagebox,因此采用cocoa的能力封装messagebox来满足自己的需要//messagebox.h#ifndef CEF_MESSAGE_BOX_H_#define CEF_MESSAGE_BOX_H_#include <string>#pragma oncenamespace client {原创 2021-07-05 16:59:59 · 384 阅读 · 2 评论