strongloop-community / loopback-sdk-ios

iOS Client SDK for the LoopBack framework.
Other
76 stars 39 forks source link

Missing MobileCoreServices - LBFile #61

Closed soltrinox closed 9 years ago

soltrinox commented 9 years ago

#import <MobileCoreServices/MobileCoreServices.h>

missing in the LBFile.m

Added the import and works fine now? Maybe you want to submit change request ?

hideya commented 9 years ago

Would you check the version you are looking at? The latest LBFile.m in master has the import: https://github.com/strongloop/loopback-sdk-ios/blob/master/LoopBack/LBFile.m#L8-L10

soltrinox commented 9 years ago

Yes did a check... i pulling the latest from git in my Podfile ?

pod 'LoopBack', :git => 'https://github.com/hideya/loopback-sdk-ios'

I see the master has it now. I guess my Pod is not updated, somehow its not coming down after

pod install