Top "Plist" questions

A plist file, also known as a "Property List" file, stores serialized objects such as arrays, dictionaries, and strings.

NSCameraUsageDescription in iOS 10.0 runtime crash?

Using iOS 10.0 last beta. I had tried to use Camera to scan barcode in my app, and it crashed with …

ios camera plist barcode ios-permissions
How to localise a string inside the iOS info.plist file?

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user's location. I have added this key and some …

ios xcode plist beta
iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

iOS 10, Now Requires User Permission to Access Media Library, Photos, Camera and other Hardware like these. The solution for this …

ios plist ios10 user-permissions
How to read data structure from .plist file into NSArray

I was creating a data structure manually using the following: NSDictionary* league1 = [[NSDictionary alloc] initWithObjectsAndKeys: @"Barclays Premier League", @"name", @"Premier …

ios objective-c iphone cocoa-touch plist
Steps to create and edit a plist file in Xcode

I want to add key pair values in plist. I dont know how to add the .plist file in XCode. …

ios iphone xcode plist key-value
CFBundleVersion in the Info.plist Upload Error

"The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than …

objective-c upload plist cfbundleidentifier
Where are ${EXECUTABLE_NAME} and ${PRODUCT_NAME} defined

Where can I find information on how to modify these ${EXECUTABLE_NAME} ${PRODUCT_NAME} These are only displayed in .plist …

iphone objective-c ios xcode plist
Where can i find info.plist file?

I am reading an iOS dev book and in it saw a reference to a info.plist file used as …

objective-c xcode plist
Error while executing .plist file Path had bad ownership/permissions

Getting a error while executing the plist file in terminal ERROR : Path had bad ownership/permissions 1) I created a plist …

terminal plist
Save Data to .plist File in Swift

I am trying to save data to a plist file in swift, but the data isn't showing up as it …

ios swift plist nsdocumentdirectory