Search code examples
iosxcodecordova

Solve Warning: no rule to process file for architecture x86_64


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

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

Solution

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