Saturday, 28 September 2013

afnetworking framework mobilecoreservices

afnetworking framework mobilecoreservices

Installed AFNetworking framework using CocoaPods and the following Podfile:
platform :ios, '7.0'
pod 'AFNetworking','2.0.0-RC3'
After opening my project, the reference to MobileCoreServices.framework is
red.
Looking at the directory reference for MobileCoreServices.framework (and
all of the pod referenced frameworks) it appears to be set to
~/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10...
Can anyone tell me why they would be pointing to the MacOSC platform
instead of the IOS7 platform for an IOS project (and the Podfile
configuration given), and if this is significant?

No comments:

Post a Comment