Spark-setup-ios-example help missing AFImageDownloader.h

Hi,
I am trying to get spark-setup-ios-example working but AFImageDownloader.h is missing. Have anyone encounter this error? Thanks

I had the same problem. I instead used the ‘Particle Cloud SDK and Device Setup Library basic iOS app example’, which worked fine.

It is now the recommended method. You may have to run the following command (in your project root) multiple times before it works:

sudo carthage update --platform iOS --use-submodules --no-use-binaries