We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
I am trying to add the following keys to my info.plist:
NSPhotoLibraryUsageDescription, NSCameraUsageDescription, and NSMicrophoneUsageDescription
This is for camera and picture roll access in iOS 10+
For some reason it does not register into Xcode and then it erases what I added into to info.plist.
After I run a build I check and the plist is back to:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LastAccessedDate</key> <date>2017-04-03T03:14:22Z</date> <key>WorkspacePath</key> <string>/Users/anuj/Desktop/rePostArt/ios/rePostArt.xcworkspace</string> </dict> </plist>
Are there any suggestions?
Any help is welcome!!
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
I am trying to add the following keys to my info.plist:
NSPhotoLibraryUsageDescription, NSCameraUsageDescription, and NSMicrophoneUsageDescription
This is for camera and picture roll access in iOS 10+
For some reason it does not register into Xcode and then it erases what I added into to info.plist.
After I run a build I check and the plist is back to:
Are there any suggestions?
Any help is welcome!!
Thank you!
The text was updated successfully, but these errors were encountered: