I was downloading wikihow open source code for iPhone - to local xcode to run and view.
https://github.com/keishi/wikihow-iphone-app
After download, when i build and run it, it fail.
Error as:
1- No such file or directory, WHNetworkAlertView.h
However, the file is exist at
/Classes/Views/WHNetworkAlertView.h
/Classes/Views/WHNetworkAlertView.m
This file is calling from wikiHowAppDelegate.m as #import 'WHNetworkAlertView.h'
2- Lexical or Preprocessor Issue 'WHNetworkAlertView.h' file not found
3- '*' undecleared (first use in this function) WHNetworkAlertView undeclared
When I navigate to the file via xcode to view, xcode unable to open it...
Any idea how to fix?
Second question:
I heard we can request Apple to give a go live test before the actual release to app store. BUT
After using xcode to build iphone app, do I able to usb the file to real iphone for testing purpose? instead of just using the simulator (sometimes actual environment might have some different issue)