Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning: MobileCoreServices has been renamed. #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ElfSundae
Copy link

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: AFNetworking/AFNetworking#4532

@tmolitor-stud-tu
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MobileCoreServices has been renamed to CoreServices in Xcode 11.4
2 participants