thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 641 forks source link

Fix warning: MobileCoreServices has been renamed. #316

Open ElfSundae opened 4 years ago

ElfSundae commented 4 years ago

Close #315

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

tmolitor-stud-tu commented 3 years ago

I merged this pull request in my fork https://github.com/tmolitor-stud-tu/IDMPhotoBrowser

Lets carry development over to this fork (it seems to have stalled in here).

tmolitor-stud-tu commented 3 years ago

If one of you would like to help with this I'm happy to give him commit rights to my fork :)