Sugar Http Runtime Error with Xcode

I’ve created a shared project for writing some Http abstraction using Sugar and exposed it as a iOS Class Library and Android Class Library in Fire. When I use the created jar files in Android Studio, the function using DownloadStringAsync from Sugar works as expected, but when I use it within Xcode, I get a runtime error as such

2015-06-01 18:27:26.384 test[1316:433656] +[Http URLWithString:]: unrecognized selector sent to class 0x1000f2b80
2015-06-01 18:27:26.385 test[1316:433656] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[Http URLWithString:]: unrecognized selector sent to class 0x1000f2b80'

The Xcode project and fire project are attached here. any ideas? @ck @mh

I don’t see the Fire project in that zip?

@ck Here’s the fire and the Xcode project together

@ck @mh any updates on this?

Your app runs fine for me, shows an amity view in the Sim and prints JSON output to the console.