First, Baidu Map SDK detailed use of the process, refer to the following blog (I feel very detailed, and there are problems can find the landlord, he will give answers, thank goodness people ~):
How to use Baidu Map SDK, and related demo download
The above blog to the demo, is the real machine running (Baidu Map SDK distinguish between the real machine and simulator). The demo in the blog, you need to manually modify some of the settings before you can run (you can compare the following considerations settings).
Second, iOS, the use of Baidu Map SDK considerations:
1. Baidu Map SDK distinguishes between the real machine and the simulator, when the import needs attention;
2. Must have a. mm file in the project;
3. Be sure to add mapkit.framework, corelocation.framework;
4.Build Settings, set the following properties (this is my groping, my project This property is not set to No will error):
5. Be sure to go to the official website, apply for the corresponding project key, key error, you can not access Baidu map.
The above is my use of Baidu map development process encountered problems, summed up the next, hey.