Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

onesignal/onesignal.h file not found

  • Xcode version 7.3.1 and i have developer apple id

hi , i have strange problem to work and debug my project

The Error says : onesignal/onesignal.h file not found

i install and update pod without any error or problem through Console ,

i attach some screenshot that show error better

image1

image2

where is the problem ? why i have not onesignal.h file after install it , and how can i fix this ?

please help me i stuck in this for a few weeks

like image 822
hamid mohammadi Avatar asked Jul 06 '16 19:07

hamid mohammadi


1 Answers

cd platforms/ios

pod repo update

pod install

explanation: you need to navigate in to the ios platform directory where the .podfile exists, and then run the commands "pod repo update" and then "pod install"

like image 79
Joe Naber Avatar answered Oct 10 '22 05:10

Joe Naber