解决警告:没有规则来处理架构x86_64的文件

时间:2021-08-24 09:34:43

How can I solve this error when I am compiling an Cordova App in Xcode?

当我在Xcode中编译Cordova应用程序时,如何解决此错误?

warning: no rule to process file '/DemoApp/platforms/ios/DemoApp/Plugins/onesignal-cordova-plugin/OneSignalPush.h' of type sourcecode.c.h for architecture x86_64

1 个解决方案

#1


9  

Problem solved!
In Xcode, remove all .h (header) files from here: Build Phases –> Compile Sources.

问题解决了!在Xcode中,从这里删除所有.h(标题)文件:Build Phases - > Compile Sources。

#1


9  

Problem solved!
In Xcode, remove all .h (header) files from here: Build Phases –> Compile Sources.

问题解决了!在Xcode中,从这里删除所有.h(标题)文件:Build Phases - > Compile Sources。