- 博客(12)
- 资源 (2)
- 收藏
- 关注
原创 关于flutter Xcode 14.3以上版本打包报错link_stat failed: No such file or directory的解决方案
关于flutter Xcode 14.3以上版本打包报错link_stat failed: No such file or directory的解决方案
2023-06-04 21:10:55
372
原创 Flutter iOS编译报错提示does not contain bitcode. You must rebuild it with bitcode enabled
## 注释掉# post_install do |installer|# installer.pods_project.targets.each do |target|# flutter_additional_ios_build_settings(target)# end#end## 新增post_install do |installer| installer.pods_project.targets.each do |target| flutter.
2022-12-05 13:35:16
381
原创 解决Homebrew update 卡住的问题
终端命令# 替换brew.gitcd "$(brew --repo)"git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git# 替换homebrew-core.gitcd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"git remote set-url origin https://mirrors.aliyun.com/homebrew/homebr
2022-12-05 13:34:33
447
原创 mac端Android aab包安装
## 通过brew安装bundletool工具### 如未安装过brew ,请执行命令安装brew,否则跳过```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"```#### 等待安装完毕后执行```brew install bundletool```## 安装aab#### 通过.aab生成.apks文件* cd 到 .aab文件目录
2021-08-21 11:19:44
1112
原创 Flutter 编译报错提示 The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET‘ is set to 8.0, but the range o
注释掉#post_install do |installer|# installer.pods_project.targets.each do |target|# flutter_additional_ios_build_settings(target)# end#end新增post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_io
2021-04-01 15:18:28
3064
原创 Flutter 编译报错提示does not contain bitcode. You must rebuild it with bitcode enabled
注释掉#post_install do |installer|# installer.pods_project.targets.each do |target|# flutter_additional_ios_build_settings(target)# end#end新增post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_
2021-04-01 15:17:37
617
原创 flutter run 配置新证书
问题描述当Xcode登录了多个开发者账号时,在通过vscode 执行flutter run 只会绑定默认的证书,如果想切换新的开发者证书运行如下命令vim ~/.flutter_settings展示内容为{ "ios-signing-cert": "Apple Development: XXXX@gmail.com (XXXXXXXX)", "enable-macos-desktop": true}修改 ios-signing-cert的值为新账号值,新账号的值可通过
2021-01-04 17:20:49
1193
原创 终端创建Flutter插件
创建Flutter插件终端命令警告 标记为*需要手动修改先cd到文件夹下执行如下命令命令说明com.**.plugin 需要修改自己的包名-i swift 指定iOS开发语言为swift-a java 指定 android开发语言为java**_plugin 创建的插件包名flutter create --org com.**.plugin --template=plugin --platforms=ios --platforms=android -i swift -a jav
2021-01-04 17:05:56
440
原创 集成Fluwx 解决 Execution failed for task ‘:fluwx:compileDebugKotlin‘.
Github-issues解答修改 buildscript 提高kotlin_version版本即可 buildscript {- ext.kotlin_version = '1.*.*'+ ext.kotlin_version = '1.4.10'
2021-01-04 17:00:51
1625
1
原创 解决The number of method references in a .dex file cannot exceed 64K.
修改如下文件在android/app/build.gradle下dependencies新增dependencies { implementation 'androidx.multidex:multidex:2.0.1'}defaultConfig 新增defaultConfig { multiDexEnabled true }
2021-01-04 16:59:12
206
原创 关于mac下安装Brew遇到的错误记录 Warning: /usr/local/bin is not in your PATH.
按照官方文档给出的https://brew.sh/index_zh-cn.html操作提示 Warning: /usr/local/bin is not in your PATH.一直未能安装成功,后在http://stackoverflow.com/questions/14288682/error-installing-homebrew-brew-command-no...
2017-02-21 10:30:28
16185
lua xxtea解密工具,仅支持lua代码
2022-12-04
luajit逆向工具luajit-2.1.0-beta2版本逆向工具,仅做逆向学习之用
2022-12-04
luajit逆向工具,luajit2.0.4版本逆向工具,仅做逆向学习之用
2022-01-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人