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

Remove UIImagePickerController+RACSignalSupport to fix AppStore upload NSPhotoLibraryUsageDescription key issue #63

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

Conversation

denniszxxc
Copy link

Previous discussion: ReactiveCocoa/ReactiveCocoa#3190

I don't think adding a dummy key was a good solution. Having info.plist key set but having no features related to photo library is weird.

Should we remove this two files UIImagePickerController+RACSignalSupport.h & UIImagePickerController+RACSignalSupport.m ?

@mdiep
Copy link
Contributor

mdiep commented Dec 16, 2016

Having info.plist key set but having no features related to photo library is weird.

I agree. I suggest filing a radar.

@ReDetection
Copy link

I see it as a breaking change :) I would suggest to extract UIImagePicker-related code to a cocoapods subspec and include it by default, so we can keep this functionality if needed, and still can opt it out.

Not sure about Carthage, can anybody suggest how to conditionally deliver UIImagePicker-related code?

@vitorhugomagalhaes
Copy link

Hi,

I'm facing this issue too. Could you guys release a new version with this PR included ?

BR,

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.

4 participants