在CODE BLOCK中配置Objective-C开发环境出现问题
我在CODE BLOCK中配置了Objective-C开发环境(参考网上的文章),运行代码之后报出了这样的错误:
||=== Build: Debug 在 test1 中 (编译器: GUNstep MinGW Compiler) ===|
||error: D:\CB\Code\test1\main.m: Objective-C compiler not installed on this system|
||=== 构建 失败: 1 error(s), 0 warning(s) (0 分, 0 秒) ===|
请问有没有人知道怎么回事?怎么解决?谢谢了
Objective-C compiler not installed on this system
此系统上未安装Objective-C编译器
如果想开发Objective-C建议还是弄个macOS环境装上Xcode吧,Objective-C也就开发iOS App和Mac App时用到了