简体   繁体   English

删除字体文件后,React-Native项目显示“ ...打印:条目,“ CFBundleIdentifier”不退出”错误

[英]React-Native Project shows “…Print: Entry, ”CFBundleIdentifier“ does not exit” error after removing font files

I am working on react-native project ( react-native: 0.55.3, react-native:16.3.2). 我正在研究react-native项目(react-native:0.55.3,react-native:16.3.2)。 I removed old font files from assets folder and contents from XCODE's info tab' Fonts provided by application item. 我从资产文件夹中删除了旧字体文件,并从XCODE的“信息”标签中删除了内容“应用程序项提供的字体”。 After cleaning cache, it shows "...Print: Entry, "CFBundleIdentifier" does not exit" error. 清除缓存后,它显示“ ...打印:条目,“ CFBundleIdentifier”未退出”错误。 I tried to reinstall node modules. 我试图重新安装节点模块。 but still shows error. 但仍然显示错误。

Did you also remove the font dependencies from following setting path? 您是否也从以下设置路径中删除了字体依赖性?

XCODE's Build Phase/ Copy Bundle Resources XCODE的构建阶段/副本捆绑资源

There must be old font dependencies. 必须有旧的字体依赖性。 please open Xcode and delete them from above mentioned project setting path. 请打开Xcode并将其从上述项目设置路径中删除。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM