Xcode9打包出现这个问题,有遇见过吗?急急急

The data couldn’t be read because it isn’t in the correct format.
图片说明

看看你的info.plist文件格式是否有问题
https://stackoverflow.com/questions/42469366/the-data-couldn-t-be-read-because-it-isn-t-in-the-correct-format-error

<?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">


CFBundleDevelopmentRegion
zh_CN
CFBundleDisplayName
小车嘀嗒
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
com.xsh.$(PRODUCT_NAME:rfc1034identifier)
CFBundleInfoDictionaryVersion
6.0
CFBundleLocalizations

en
zh_CN

CFBundleName
小车嘀嗒
CFBundlePackageType
APPL
CFBundleShortVersionString
2.7.6
CFBundleSignature
????
CFBundleURLTypes


CFBundleTypeRole
Editor
CFBundleURLName
qq
CFBundleURLSchemes

QQ41CEBDF4



CFBundleTypeRole
Editor
CFBundleURLName
tencent
CFBundleURLSchemes

tencent1104068084



CFBundleTypeRole
Editor
CFBundleURLName
sina
CFBundleURLSchemes

sina.54b72428fd98c59ed800115b



CFBundleTypeRole
Editor
CFBundleURLName
com.xsh
CFBundleURLSchemes

XSHCar



CFBundleTypeRole
Editor
CFBundleURLSchemes

XSHCarPay



CFBundleTypeRole
Editor
CFBundleURLName
weixin
CFBundleURLSchemes

wx79e6f79cf65a5cbb



CFBundleTypeRole
Editor
CFBundleURLName
weixin
CFBundleURLSchemes

wxdcc4dc1761dfa1b4



CFBundleTypeRole
Editor
CFBundleURLSchemes

wx5735d430dbd97b28



CFBundleVersion
2124
LSApplicationCategoryType

LSApplicationQueriesSchemes

baidumap
wechat
weixin
sinaweibohd
sinaweibo
sinaweibosso
weibosdk
weibosdk2.5
mqqapi
mqq
mqqOpensdkSSoLogin
mqqconnect
mqqopensdkdataline
mqqopensdkgrouptribeshare
mqqopensdkfriend
mqqopensdkapi
mqqopensdkapiV2
mqqopensdkapiV3
mqzoneopensdk
wtloginmqq
wtloginmqq2
mqqwpa
mqzone
mqzonev2
mqzoneshare
wtloginqzone
mqzonewx
mqzoneopensdkapiV2
mqzoneopensdkapi19
mqzoneopensdkapi
mqzoneopensdk
alipay
alipayshare

LSRequiresIPhoneOS

NSAppTransportSecurity

NSAllowsArbitraryLoads


NSAppleMusicUsageDescription
App需要您的同意,才能访问媒体资料库?
NSBluetoothPeripheralUsageDescription
App需要您的同意,才能访问蓝牙?
NSCalendarsUsageDescription
App需要您的同意,才能访问日历?
NSCameraUsageDescription
App需要您的同意,才能访问相机?
NSContactsUsageDescription
App需要您的同意,才能访问通讯录?
NSHealthShareUsageDescription
App需要您的同意,才能访问健康分享?
NSHealthUpdateUsageDescription
App需要您的同意,才能访问健康更新?
NSLocationAlwaysUsageDescription
App需要您的同意,才能始终访问位置,继续使用GPS在后台运行可能大大减少电池寿命
NSLocationUsageDescription
App需要您的同意,才能访问位置?
NSLocationWhenInUseUsageDescription
App需要您的同意,才能在使用期间访问位置
NSMicrophoneUsageDescription
App需要您的同意,才能访问麦克风?
NSMotionUsageDescription
App需要您的同意,才能访问运动与健身?
NSPhotoLibraryUsageDescription
App需要您的同意,才能访问相册?
NSRemindersUsageDescription
App需要您的同意,才能访问提醒事项?
UIBackgroundModes

fetch
remote-notification

UIRequiredDeviceCapabilities

armv7

UIStatusBarHidden

UIStatusBarStyle
UIStatusBarStyleBlackTranslucent
UISupportedInterfaceOrientations

UIInterfaceOrientationPortrait

UIViewControllerBasedStatusBarAppearance


图片说明
打包错误log日志