agilebits / onepassword-app-extension

1Password Extension for iOS Apps
2.58k stars 311 forks source link

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

Closed ElfSundae closed 2 years ago

ElfSundae commented 4 years ago

Close #420

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

mccarron commented 4 years ago

Seeing this warning too.

@rudyrichter Can we get this pulled in and a release made please? 😃

klein-thibault commented 3 years ago

Any update for a release? Thanks!

SkylerSeamans commented 3 years ago

Any update on a release? We try to keep our project warning free and 1Password is the only dependency we have with a warning. Thanks!

mbbischoff commented 3 years ago

I’d also like to advocate for this being pulled into a release soon if possible.

whiteslack commented 3 years ago

Hands Up

rzulkoski commented 3 years ago

@whiteslack can we get this merged and included in a release?

chrismcs commented 3 years ago

Pretty please?

rudyrichter commented 2 years ago

In light of the retirement of this extension, I'm closing out any remaining issues and branches.