When I run my app, which includes a DPF Map control, on the iOS simulator everything works as expected. When I try to deploy to an actual device I get an error saying that MapKit.framework cannot be found.
I "Edit SDK" and check that "$(SDKROOT)/System/Library/Frameworks" - MapKit has been added to the remote paths. It has, but I click "Update Local File Cache" just to be sure.
When I try to deploy the app again I get the same error.
Next I check the local SDKs\Vx.x\System\Library\Frameworks directory, but I can't see MapKit.framework. I also check the System/Library/Frameworks directory on the Mac, but again MapKit isn't there.
I have updated XCode to the latest version. I have tried searching for a MapKit framework download but I can't find one anywhere. I have even tried setting everything up on another Mac, but still the MapKit directory is nowhere to be found!
I must be missing something simple. Can anybody help me out?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I run my app, which includes a DPF Map control, on the iOS simulator everything works as expected. When I try to deploy to an actual device I get an error saying that MapKit.framework cannot be found.
I "Edit SDK" and check that "$(SDKROOT)/System/Library/Frameworks" - MapKit has been added to the remote paths. It has, but I click "Update Local File Cache" just to be sure.
When I try to deploy the app again I get the same error.
Next I check the local SDKs\Vx.x\System\Library\Frameworks directory, but I can't see MapKit.framework. I also check the System/Library/Frameworks directory on the Mac, but again MapKit isn't there.
I have updated XCode to the latest version. I have tried searching for a MapKit framework download but I can't find one anywhere. I have even tried setting everything up on another Mac, but still the MapKit directory is nowhere to be found!
I must be missing something simple. Can anybody help me out?
I figured out the problem. I needed to update Xcode to V5.1.1 and change the SDK in Delphi from 7.0 to 7.1. Everything works fine after that.