Hello, I installed ArcGIS API for iPhone SDK,
and I succeeded to show MapServives with ArcGIS Templates in XCode.
And, I just made Project with iPhone OS Application(View-Based) And I'd try to Add Map on the View.
So I Added frameworks which are QuartzCore, CoreLocation, CoreGraphics And libAGSiPhone.a.
But, Compiler says several errors which is
1. AGSiPhone.h : No such file or directory
2. Expected specifier-qualifier-list before 'AGSMapView'
If I write the code #import "AGSMapVIew.h", Compiler says same as upper massages.
How Could I make Project with iPhone OS Application(View-Based) to show Map on the View, properly.
Is there something else? to show Map on the View.