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。