Flutter开发-iOS报错Trying to embed a platform view but the PrerollContext does not s
生活随笔
收集整理的這篇文章主要介紹了
Flutter开发-iOS报错Trying to embed a platform view but the PrerollContext does not s
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Trying to embed a platform view but the PrerollContext does not support embedding
復制代碼
解決方法: Currently apps need to opt-in for the UIViews embedding preview on iOS by adding a boolean property to the Info.plist (key=io.flutter.embedded_views_preview value=YES).
在iOS工程的info.plist文件中添加鍵值對key=io.flutter.embedded_views_preview value=YES
github引用連接
轉載于:https://juejin.im/post/5c908e17e51d4544a6070ef2
總結
以上是生活随笔為你收集整理的Flutter开发-iOS报错Trying to embed a platform view but the PrerollContext does not s的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CSS3--2D3D的使用
- 下一篇: vue组件系列2、拖放上传