5

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

Kaey
  • 4,615
  • 1
  • 14
  • 18

2 Answers2

1

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.

cyberlobe
  • 1,783
  • 1
  • 18
  • 30
1

Using cocoapod version 0.39.0 fixed it for me

Nishant Verma
  • 110
  • 2
  • 8