Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solve Warning: no rule to process file for architecture x86_64

Tags:

xcode

ios

cordova

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
like image 547
Ganikkost Avatar asked Feb 12 '17 15:02

Ganikkost


1 Answers

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

like image 67
Ganikkost Avatar answered Oct 07 '22 23:10

Ganikkost