Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mantle/Mantle.h file not found.

I have added Mantle framework version 2.0 from cocoapods. The mantle files got added into my project and header search path also shows the reference. However I am getting this error repeatedly. I have removed pods and reinstalled, but in vain.

enter image description here

like image 695
Kaey Avatar asked Oct 31 '22 22:10

Kaey


1 Answers

Follow this Steps:

  • Remove Mantle Framework reference from Frameworks list shows on left panel
  • Now Go to Targets -> Build Phases -> Link Binary With Libraries & Select Mantle Framework & remove it by clicking on '-' sign
  • Make sure Mantle Framework is in your project folder
  • Now click on '+' Sign & Add it from your project folder
  • Clean Project & build again

Hope it will work for you.

Happy coding.

like image 97
cyberlobe Avatar answered Nov 15 '22 05:11

cyberlobe