Snapchat / bitmoji-kit-sample

Sample Apps for Bitmoji Kit
Other
25 stars 17 forks source link

info.plist is invalid #2

Open vance opened 4 years ago

vance commented 4 years ago

The code in the sample has an invalid plist. xcode fails to load/show it the way it is. I know the readme says to update the values, but since it has the "comments" <!-- Insert your redirect url scheme here --> it actually invalidates the XML and xccode cannot open the plist at all. One has to open it in a different editor.

error: unable to read property list from file: /Users/me/bitmoji-kit-sample-master/ios/BitmojiSampleApp/Supporting Files/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'BitmojiSampleApp' from project 'BitmojiSampleApp')

dlpigpen commented 4 years ago

The same here. The info could not read it.

aniar96 commented 4 years ago

The code in the sample has an invalid plist. xcode fails to load/show it the way it is. I know the readme says to update the values, but since it has the "comments" <!-- Insert your redirect url scheme here --> it actually invalidates the XML and xccode cannot open the plist at all. One has to open it in a different editor.

error: unable to read property list from file: /Users/me/bitmoji-kit-sample-master/ios/BitmojiSampleApp/Supporting Files/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'BitmojiSampleApp' from project 'BitmojiSampleApp')

klmnden commented 4 years ago

Duplicate of #