kylebrowning / drupal-ios-sdk-example

An Example Project for testing your Drupal IOS SDK Setup Refer to http://github.com/workhabitinc/drupal-ios-sdk
http://github.com/workhabitinc/drupal-ios-sdk
82 stars 26 forks source link

AFNetworking issue #10

Open MartinMulder opened 12 years ago

MartinMulder commented 12 years ago

Hi,

I just cloned a version of the example. After running it in xcode, I get an error:

clang: error: no such file or directory: '/Users/marmul1d/Desktop/ios_test/2/drupal-ios-sdk-example/Drupal Questions/../AFNetworking/../../gardens-mobile/Drupal Gardens/AFNetworking/AFImageCache.m'

I think something went wrong in the sub-module

quangpham commented 11 years ago

I have the same problem. Is there anyone come up with any solution?

ndubbaka commented 11 years ago

same issue here

ndubbaka commented 11 years ago

I fixed by copying AFNetworking directory in specified path by creating dummy directories gardens-mobile/Drupal Gardens/

globalstripe commented 11 years ago

Open Finder and Drag the AFImageCache.h AFImageCache.m from the AFNetworking directory into the xcode project and delete the invalid entries (which will be highlighted in red). Also had to download the missing MBProressHUD files from the Sub Project.