IPhone : How to import 'route.h' from the SDK into my project

on Wednesday, February 25, 2015

My application works fine in the iOS simulator (running iOS 8.1).


The build target of the app is for iOS version 7.0.


When I try to run my app on my real iPhone (running iOS 7.0), the build fails- the reason being, route.h file is missing.


How can I extract this file from the iOS simulator SDK present in my mac, and add it to my project?


Basically, I'm trying to run my app on my phone, without updating the phone to version 8.1.


As I'm new to iOS development, I have no idea where the SDK is even stored on the drive, or how to access it.


(I'm using Xcode 6.)


0 comments:

Post a Comment