摘要: 安装了`Xcode15-beta`后运行 `Flutter` 一直报有两个相同的文件冲突,这时候指定一下 `Xcode-beta` 的位置就好了 ```shell sudo xcode-select --switch /Applications/Xcode-beta.app/Contents/Dev 阅读全文
posted @ 2023-09-05 09:13 R1cardo 阅读(150) 评论(0) 推荐(0) 编辑
摘要: # Android 12 适配之 "Android:exported" 将 `build.gradle` 中的 `targetSDKVersion` 和 `compileSdkVersion` 改为 **31**,对应 **Android 12** build 项目报错 > Apps targeti 阅读全文
posted @ 2023-08-08 11:22 R1cardo 阅读(246) 评论(0) 推荐(0) 编辑
摘要: # Aliyun 语音识别&语音合成 ## 导入 SDK 将ZIP包中的`nuisdk.framework`添加到工程中,并在工程`Build Phases`的`Link Binary With Libraries`中添加`nuisdk.framework`。请确保在编译配置的`General > 阅读全文
posted @ 2023-05-25 14:51 R1cardo 阅读(162) 评论(0) 推荐(0) 编辑
摘要: # iOS 录制屏幕 ## RPScreenRecorder 通过 `RPScreenRecorder`来录制屏幕 定义一个 `RPScreenRecorder` ```swift private var recorder: RPScreenRecorder! ``` 定义开始录制和停止录制方法 ` 阅读全文
posted @ 2023-05-25 14:50 R1cardo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: # iOS 14 画中画 ## 打开项目后台模式 ![WX20230516-091820_2x](https://git.particlethink.com/pt/rd/uploads/66793f86fcd4ffd67f422b77722bcf08/WX20230516-091820_2x.png 阅读全文
posted @ 2023-05-25 14:48 R1cardo 阅读(140) 评论(0) 推荐(0) 编辑
摘要: # [Cycript](http://www.cycript.org/) `Cycript` 是一种运行时的动态分析工具,它可以在运行的 `iOS` 应用程序中注入代码,并与其交互。使用 `Cycript`,你可以在运行时检查和修改应用程序的状态、调用其方法、查看和修改变量值等。 `Cycript` 阅读全文
posted @ 2023-05-25 14:46 R1cardo 阅读(90) 评论(0) 推荐(0) 编辑
摘要: # iOS越狱 ## [palera1n](https://github.com/palera1n/palera1n) > palera1n工具支持iOS 15.0 - 16.4.1版本的越狱 ## 支持设备,最高支持到A11芯片 iPhone 8、8P、X iPad 5 、6、7,iPad Pro 阅读全文
posted @ 2023-05-25 14:45 R1cardo 阅读(956) 评论(0) 推荐(0) 编辑
摘要: # IOS快捷指令分享 ## 制作快捷指令 首先在快捷指令APP上制作快捷指令 添加一些逻辑,具体可以自己体验 ![IMG_1728](https://git.particlethink.com/pt/rd/uploads/14e6cb05f834be2004f4398f6335a341/IMG_1 阅读全文
posted @ 2023-05-25 14:37 R1cardo 阅读(899) 评论(0) 推荐(0) 编辑
摘要: # Flutter package: flutter_animate > A performant library that makes it simple to add almost any kind of animated effect in Flutter. Pre-built effects 阅读全文
posted @ 2023-05-25 14:33 R1cardo 阅读(45) 评论(0) 推荐(0) 编辑
摘要: # Flutter package: retry [传送门](https://pub.flutter-io.cn/packages/retry) > This package provides an easy way to retry asynchronous functions. This is 阅读全文
posted @ 2023-05-25 14:30 R1cardo 阅读(47) 评论(0) 推荐(0) 编辑