詳細問題
問題內(nèi)容:
Use of '@import' when C++ modules are disabled,
consider using -fmodules and -fcxx-modules
問題截圖:

Snip20191213_67.png
問題出現(xiàn):
主要是近期更新FBSDK,更換完成后出現(xiàn)了如上的報錯問題。
問題解決:
build setting--> other c++ flags中添加下列一項:
-fcxx-modules
截圖如下:

Snip20191213_68.png
以上問題解決?。。~~