我正在尝试发布一个React Native应用程序而且我有点紧张,因为我在构建时会收到数百个警告。我将从头开始:
在“Build target React”中,我收到以下几个警告:
"Unused parameter" warning
"code will never be executed" warning
然后在“Build target [app name]”>下“生成[app name] .app.dSYM”我收到了以下数百条警告:
/ModuleCache/ "No such file or directory" warnings
"Could not resolve external type c:objc(cs)[...]" warnings
总共超过200个警告。
任何想法都将不胜感激。