You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use PiranhaObjC in the enable modules project, but I got an error: error: use of '@import' when modules are disabled
then I add clang command-line parameters -fmodules, but I got an another error: fatal error: module 'module_name' not found
I don't know if I can use it in the enable modules project , please tell me more details.
The text was updated successfully, but these errors were encountered:
Unfortunately, the languages shown in POLYGLOT_README.md do not include Objective-C. And I will wait patiently for news about PiranhaObjC. @ketkarameya
:| Adding obj-c support for feature flag cleanup is not something we are planning to get to in the near future
If you are open for it, I can help you contribute this.
I tried to use PiranhaObjC in the enable modules project, but I got an error:
error: use of '@import' when modules are disabled
then I add clang command-line parameters
-fmodules
, but I got an another error:fatal error: module 'module_name' not found
I don't know if I can use it in the enable modules project , please tell me more details.
The text was updated successfully, but these errors were encountered: