无法读取数据,因为格式不正确。 plist中

时间:2017-09-27 01:36:02

标签: ios xcode plist

我正在尝试使用在plist文件中保存为dictionarys [[String:Any]]数组的数据来播放我的应用。

对于我的生活,我看不出这个文件有什么问题,它一直给我这个错误。

[BoringSSL] Function boringssl_context_get_peer_sct_list: line 1754 received sct extension length is less than sct data length
The data couldn’t be read because it isn’t in the correct format.

我错过了什么?每个字典都有统一的密钥(其中12个)。我一直试图把这个弄得一塌糊涂,我做的只有奇怪的事情是打开源代码“查找和替换”来改变其中一个键。

<?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">
<array>
    <dict>
        <key>name</key>
        <string>Upper Dining Hall</string>
        <key>google_id</key>
        <string>3ebiuh8ph49j8dj55ni7nejb34@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string>https://amerifit.afvusa.com/MenuMain.aspx?a=NTgzMjEyMTU3</string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>West Dining Hall</string>
        <key>google_id</key>
        <string>j9miq3jg3hqp8trnc6suj0c498@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string>https://amerifit.afvusa.com/MenuMain.aspx?a=NTgzMjEyMTU3</string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>Dutch Hollow</string>
        <key>google_id</key>
        <string>ajtrkgdb8ubklf4l1ppdt5jca8@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string>https://amerifit.afvusa.com/MenuMain.aspx?a=NTgzMjEyMTU3</string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>O3 Cafe</string>
        <key>google_id</key>
        <string>jntm4d5r86cpjts9tubd047bhs@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string></string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>Ushi Bar</string>
        <key>google_id</key>
        <string>ke38tr4337ggbe53p7io37rbg8@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string></string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>Rathskellar</string>
        <key>google_id</key>
        <string>r6gjugrdkdo4qfj01vm6dm5o10@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string></string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>campus-food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>Wold Starbucks</string>
        <key>google_id</key>
        <string>jpbte9scso7aj5ok06phdf283c@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string></string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
    <dict>
        <key>name</key>
        <string>CPH Kiosk</string>
        <key>google_id</key>
        <string>k75eu5mebu858dormqtbj7rmbo@group.calendar.google.com</string>
        <key>google_calendar</key>
        <true/>
        <key>on_campus</key>
        <true/>
        <key>delivers</key>
        <false/>
        <key>delivery_url</key>
        <string></string>
        <key>reservation_url</key>
        <string></string>
        <key>menu_url</key>
        <string></string>
        <key>website</key>
        <string>http://uchospitality.com/</string>
        <key>phone</key>
        <string></string>
        <key>address</key>
        <string></string>
        <key>section</key>
        <string>U_food</string>
    </dict>
</array>
</plist>

0 个答案:

没有答案