详细问题
问题内容:
Use of '@import' when C++ modules are disabled,
consider using -fmodules and -fcxx-modules
问题截图:

问题出现:
主要是近期更新FBSDK,更换完成后出现了如上的报错问题。
问题解决:
build setting--> other c++ flags中添加下列一项:
-fcxx-modules
截图如下:

以上问题解决!!!~~~
详细问题
问题内容:
Use of '@import' when C++ modules are disabled,
consider using -fmodules and -fcxx-modules
问题截图:
问题出现:
主要是近期更新FBSDK,更换完成后出现了如上的报错问题。
问题解决:
build setting--> other c++ flags中添加下列一项:
-fcxx-modules
截图如下:
以上问题解决!!!~~~
本文标题:iOS 开发之"Use of '@import' when C+
本文链接:https://www.haomeiwen.com/subject/bkhfnctx.html
网友评论