作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在真实设备上通过 xcode 运行我的 flutter 项目。但是
收到此错误 module map file '/Users/"my_flutter_project_path"/ios/Pods/Headers/Private/openssl_grpc/BoringSSL-GRPC.modulemap' not found
我浏览了这个错误并得到了 this_gitHub_issue_solution并遵循它但无法获得解决方案。
最佳答案
CocoaPods 1.9.0 ,为 Podfile 中的每个 pod 指定动态/静态链接的能力应该会更好。介绍了use_frameworks! :linkage => :static
的使用这是比 use_modular_headers!
更好的方法.
关于xcode - 模块映射文件 '/Users/"my_flutter_project_path"/ios/Pods/Headers/Private/openssl_grpc/BoringSSL-GRPC.modulemap' 未找到?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59527368/
Xcode:11.2.1 Mac:10.15.2 测试版 广告连播版本:1.8.4 我试图在 Xcode 上存档我的 Mac 应用程序,然后在我的 Xcode 中出现以下错误: 我可以毫无问题地编译我
我正在尝试在真实设备上通过 xcode 运行我的 flutter 项目。但是 收到此错误 module map file '/Users/"my_flutter_project_path"/ios/P
我是一名优秀的程序员,十分优秀!