0

For first time I decided to use CocoaPods dependency manager in my current Swift project but now can't build it. I'm getting this errors - Could not build module 'FacebookSDK'

Here is my Podfile

So I will be very thankful for any advice how to solve it. Thanks.

maho125
  • 33
  • 1
  • 8
  • And here is my [build settings for modules](https://upx.cz/B6s) in XCode 7.1 – maho125 Nov 19 '15 at 12:04
  • Please include the images into your question. External references can get unavailable with time. – Luboš Turek Nov 19 '15 at 12:09
  • @Anbu.Karthik I tried described workarounds in that thread but nothing from that worked for me. I think that my problem is related to using CocoaPods dependency manager becuase when I'm not using Cocoa Pods and I munually add libraries dependency I build my project without problems. – maho125 Nov 19 '15 at 12:10
  • It's very possible that it's a dependency issue i.e. Version X of some library depends on Version Y of library A but you've required a different version in the podfile. – barndog Nov 19 '15 at 12:16
  • @Luboš Turek I can't now. I don't have enough reputation points yet. – maho125 Nov 19 '15 at 12:16
  • @startupthekid I tried to change versions of ParseSDK now in my Podfile isn't the latest version but with the latest version (1.9.1) had same error output. So probably problem is somewhere else. – maho125 Nov 19 '15 at 12:19
  • Just `rm -rf` the Pods folder, remove all the version dependencies (unless you really need a specific version) so that everything is `pod 'Parse'`, then run `pod install` again – barndog Nov 19 '15 at 12:21

0 Answers0