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

missing MBProgressHUD files #13

Open isaac99 opened 10 years ago

isaac99 commented 10 years ago

Maybe this is dumb but Im new to IOS development and I keep getting an error when i try to run your example app. This is the error message I get :

clang: error: no such file or directory: '/Users/isaacshiffman/Downloads/drupal-ios-sdk-example-master 2/MBProgressHUD/MBProgressHUD.m' clang: error: no input files Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

Can someone point me in the right direction I cant find the MBProgressHUD files

markwk commented 10 years ago

Same problem here. SDK Itself works but not quite so sure about this example.

markwk commented 10 years ago

Was able to fix that error with MBProgressHUB by cloning and adding git://github.com/matej/MBProgressHUD.git but still missing other stuff it appears.

markwk commented 10 years ago

Here is the full step for solution: https://github.com/kylebrowning/drupal-ios-sdk-example/issues/10#issuecomment-28129609