美文网首页程序员
.../privatedata/PrivateDataBase.

.../privatedata/PrivateDataBase.

作者: 双轮自行车 | 来源:发表于2019-03-05 16:46 被阅读21次

    这种在iOS编译的报错解决方法

    1.删除iOS/build/下的所有文件,然后执行命令:

    watchman watch-del-all
    rm -rf node_modules && npm install
    react-native run-ios -- --reset-cache
    
    

    若再次编译出现以下错误:

    Print: Entry, ":CFBundleIdentifier", Does Not Exist
    

    请尝试执行 react-native upgrade

    以上方法适用于任何RN出现莫名其妙报错

    相关文章

      网友评论

        本文标题:.../privatedata/PrivateDataBase.

        本文链接:https://www.haomeiwen.com/subject/vgeouqtx.html