IOS

不再关注网络安全

Flutter编程方式退出重启应用(IOS | Android)

Flutter编程方式退出重启应用(IOS | Android)

如何用 Flutter Android 和 iOS退出应用 在 android 设备上退出应用 SystemNavigator.pop(); 在 IOS 设备上退出应用 exit(0); 注意:在 IOS 设备上使用此功能可能会违反 Appstore 政策。因此,请...

设备应用跨平台点对点P2P连接传输通讯技术调研

设备应用跨平台点对点P2P连接传输通讯技术调研

钻研背景 多个设施/备连贯同一局域网不同频率的网络后,两端可能呈现不能失常通信的问题。如果通过Socket进行本地局域网通信,不在一个网络会呈现找不到设施IP,无奈连贯的问题,外网走服务器会呈现提早、数...

he filename 未命名.ipa in the package contains an invalid character(s)解决

he filename 未命名.ipa in the package contains an invalid character(s)解决

问题 The filename 未命名.ipa in the package contains an invalid character(s). The valid characters are: A-Z, a-z, 0-9, dash, period, underscore, but the name cannot start with a dash, period, o...

Golang交叉编译多平台二进制文件一文搞定

Golang交叉编译多平台二进制文件一文搞定

  • 2022-05-14
  • go

Go跨平台交叉编译介绍 golang依托语言特性跨平台、性能效率、周边都还算不错,有不少开发者把Go做为跨平台SDK来封装,起到了不错的效果,今天写篇Go如何交叉编译多平台二进制文件的文章,以达到跨平台调用的...

Flutter 3 发布,一文看懂新功能及特性

Flutter 3 发布,一文看懂新功能及特性

2022 年 5 月 11 日,Google I/O 版:Flutter 3 发布。 Flutter 3是手机/phone、桌面/desktop和WEB上进行跨平台 UI 开发之旅的高潮。Flutter 3 完成了Google从以移动为中心到多平台框架的路线图,Flutter 3提...

flutter沉浸式透明状态栏导航栏实现/状态栏颜色设置

flutter沉浸式透明状态栏导航栏实现/状态栏颜色设置

教你如何使用Flutter制作一个透明沉浸式的状态栏导航栏?或修改状态栏颜色为与你应用主题匹配的颜色?以Flutter 2.0为例,如下图: flutter2 沉浸式透明状态栏导航栏实现代码 实现分为Android沉浸式和...

Command CompileSwift failed with a nonzero exit code解决

  • 2021-12-15
  • IOS

Xcode莫明其妙的报这错,上一秒还好好的突然就来这错误 Command CompileSwift failed with a nonzero exit code ...

解决Could not find ‘CFPropertyList’ (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpecError)

在pod install时报错 Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among 92 total gem(s) (Gem::MissingSpe...

解决could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner

当运行IOS run的时候发生了编译的报错: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runne 解决办法如下 根目录...

Warning: Podfile is out of date

Warning: Podfile is out of date

真机或模拟器时报: Podfile is out of date This can cause issues if your application depends on plugins that do not support iOS or macOS. 要完全清理(删除所有指向链接的点)并创建升级到新的(...