简体   繁体   English

无法从 Info.plist 正确读取列表文件

[英]unable to read properly list file from Info.plist

My flutter project runs properly on an android simulator.我的 flutter 项目在 android 模拟器上正常运行。 But when i run it on an iOS simulator I get the following error.但是当我在 iOS 模拟器上运行它时,我收到以下错误。

I tried build clean but still not working.我尝试构建干净但仍然无法正常工作。 If you need more information please let me know.如果您需要更多信息,请告诉我。

Any help will be really appreciated:)任何帮助将不胜感激:) 在此处输入图像描述

For anyone having the same problem i managed to fix it.对于任何有同样问题的人,我设法解决了它。 You have to change the boolean tag for io.flutter.embedded_views_preview boolean tag to true/.您必须将 boolean 标签的 io.flutter.embedded_views_preview Z84E2C64F38F78BA3EA5C902标签更改为 true/AB902。 Get rid of the boolean statement.去掉 boolean 语句。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 即使 Info.plist 正常,也无法从文件中读取属性列表 - Unable to read property list from file even though Info.plist is OK 错误:无法从文件中读取属性列表:/Info.plist:操作无法完成 - error: unable to read property list from file: /Info.plist: The operation couldn’t be completed “帮助修复'错误:无法从文件中读取属性列表:info.plist - "help to fix ' error: unable to read property list from file: info.plist 当我在我的应用程序中使用 Mapbox sdk 时,无法从文件中读取属性列表,Info.plist 问题 - unable to read property list from file, Info.plist issue when I use Mapbox sdk in my app Xcode 构建时错误:“无法加载文件列表的内容:‘.../Info.plist’(在目标‘xxxx’中) - Xcode Buildtime Error: 'Unable to load contents of file list: '.../Info.plist' (in target 'xxxx') 选择info.plist文件 - choose info.plist file 无法在iOS info.plist文件中本地化字符串 - Unable to localise a string inside the iOS info.plist file 如何从我的iPhone应用程序的config.xml文件中的info.plist中读取密钥的值 - How to read the value for a key from the info.plist in an config.xml file in my iPhone app Xcode 7错误:无法从Info.plist中读取CFBundleIdentifier(null) - Xcode 7 error: could not read CFBundleIdentifier from Info.plist (null) 从prefix.pch读取Info.plist - Read Info.plist from prefix.pch
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM