HNZ

Results 9 issues of HNZ

作者能否抽个空看下,项目运行不了

install opencv invalid option: --with-python3

iOS 14 上的图片打开黑屏作者什么时候可以更新下

本地运行怎么配置上https

![截屏2020-06-12 下午4 47 40](https://user-images.githubusercontent.com/17873544/84483833-7be2fa00-accc-11ea-98da-e0a8f684bf79.png)

项目是混编。组件间是module化。A为OC,B为Swift。A依赖B。A中通过@import引入的B.这时候Pod bin auto --make-all报fatal error: module XXXX,请问这个怎么解决

二进制安装后,想要某库由二进制切换到源码无效。**** ![截屏2021-02-25 下午4 44 11](https://user-images.githubusercontent.com/17873544/109127037-ebc8e000-7788-11eb-83fd-38a392bed458.png)

### Error ``` NoMethodError - undefined method `each' for true:TrueClass /Users/xx/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/cocoapods-imy-bin-0.3.1.3/lib/cocoapods-imy-bin/native/podfile_generator.rb:132:in `block (3 levels) in podfile_for_spec' podfile 使用use_modular_headers! pod bin auto --all-make运行,直接报这个

> > 用真机调试,Flutter SDK为1.10前的版本因为Flutter.framework做了签名导致签名冲突,进到文件里将_CodeSignature文件删除即可 > > 模拟器问题我也还没解决 > > 你好,我现在flutter环境是1.17.3,我用你文章的方法中的脚本生成framework.不管flutter build ios --debug --no-codesign还是flutter build ios --relsease --no-codesign都还是报这个错误,现在有解决方案吗?求助 我们是把flutter做成SDK,原理就是在flutter build ios --release --no-codesign后flutterSDK会生成一些中间文件比如:.ios和build文件夹,可以获取Flutter.framework,App.framework等framework,把所有生成的framework集成到原有工程里就行了 展示flutter代码关键代码如下: [flutterVC setInitialRoute:route]; [self.rootNaviVC pushViewController:flutterVC animated:YES]; 其中route为native传给flutter的一些参数,...