alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
642 stars 120 forks source link

Fix warning: MobileCoreServices has been renamed. Use CoreServices instead. #79

Open ElfSundae opened 4 years ago

ElfSundae commented 4 years ago

Close #78

If our library was installed via CocoaPods, Xcode 11.4 will issue the warning "MobileCoreServices has been renamed. Use CoreServices instead.".

image

How to fix: Do not explicitly link MobileCoreServices.framework in the CocoaPods generated project, by deleting MobileCoreServices from the spec.frameworks attribute in our podspec file.

More info: https://github.com/AFNetworking/AFNetworking/pull/4532