1

I installed IRLDocumentScanner & ObjectiveDropBoxOfficial but impossible to compile because of that error message:
enter image description here

ΩlostA
  • 2,501
  • 5
  • 27
  • 63

2 Answers2

2

I decided to remove CocoaPods and add manually all the files which is more simple. Impossible to find the way to add another pod (ObjectiveDropBoxOfficial) with an existing one (IRLDocumentScanner) without having one thousand problems. I used that answer to remove it (very well done):

https://stackoverflow.com/a/32921657/3581620

I will never use CocoaPods anymore.

ΩlostA
  • 2,501
  • 5
  • 27
  • 63
2

I always had dependancies problems or update problems using that kind of tools. I prefer to integrate manually libraries instead of using CocoaPods...

I suggest you remove your pods using this: Remove or uninstall library previously added : cocoapods

and manually install your libraries. It seems more difficult, but you'll save time anyway.

dt dino
  • 1,194
  • 6
  • 19