美文网首页
flutter 常见问题

flutter 常见问题

作者: 生活是这样子啊她如诗 | 来源:发表于2021-12-30 13:29 被阅读0次

    1.iOS端打包上线流程

    1.flutter clean

    2.flutter build ios --release

    3.打开Xcode  Product ——>build

    4.Product ——>archive

    上传即可


    2.报错 The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install

    解决:删除以下文件:

    xcworkspace

    Podfile.lock

    Pods文件夹

    ~/Library/Developer/Xcode/DerivedData路径下对应工程的文件夹

    之后重新执行pod install --verbose --no-repo-update


    3.Xcode不更新即可运行高版本真机进行测试

    iOSDeviceSupport

    存放路径:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    4.Xcode 模拟器安装路径

    ~/Library/Developer/CoreSimulator/Profiles/Runtimes/

    5.flutter 引入fluwx报错The number of method references in a .dex file cannot exceed 64K

    针对 MultiDex 配置应用

    minSdkVersion 设为 21 或更高版本,系统会默认启用 MultiDex,

    相关文章

      网友评论

          本文标题:flutter 常见问题

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