logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决fatal: unable to access 'https://github.com/homebrew/brew/':

fatal: unable to access 'https://github.com/homebrew/brew/':更新了新的系统,安装homebrew的时候老失败。解决方案:git config --global --unset http.proxygit config --global --unset https.proxy...

ipa上传失败错误"The binary file XXX libswiftRemoteMirror.dylib is not permitted"解决

打包完上传到appstore时候报错ERROR ITMS-90171:Invalid Bundle Structure - The binary file XXXlibswiftRemoteMirror.dylib is not permitted.Your app can’t contain standalone executables or libraries,other tha...

CocoaPods pod update 报错"[!] Invalid `xxxx.podspec` file: undefined method ..." 修复

[!] Invalid xxxx.podspec file: undefined local variable or method ...[!] Invalid `xxxx.podspec` file: undefined method ...[!] Invalid `<pod_name>.podspec` file: undefined method ...1.cocoapods版本导致coc

iOS小技巧21-MacOS 苹果系统下Outlook打不开,显示“您需要最新版本的Outlook才能使用此数据库”

iOS小技巧21-MacOS 苹果系统下Outlook打不开,显示“您需要最新版本的Outlook才能使用此数据库”错误信息:解决方法:按照下图的路径删除指定文件夹后,重新打开Outlook即可。 有问题请联系博主,邮箱:utopia.pro@aliyun.com

常见错误8-搭建hexo,本地server成功,部署到github上之后不能显示主题样式

常见错误8-搭建hexo,本地server成功,部署到github上之后不能显示主题样式在本地server成功,显示没有问题但是部署到github上之后,就无法显示主题和图片了更改一下_config.yml文件,其中的url和root属性。url: http://www.nideyuming.com/blog/root: /blogroot 下面

iOS小技巧21-MacOS 苹果系统下Outlook打不开,显示“您需要最新版本的Outlook才能使用此数据库”

iOS小技巧21-MacOS 苹果系统下Outlook打不开,显示“您需要最新版本的Outlook才能使用此数据库”错误信息:解决方法:按照下图的路径删除指定文件夹后,重新打开Outlook即可。 有问题请联系博主,邮箱:utopia.pro@aliyun.com

Flutter开发-使用命令创建Flutter App/Module/Plugin/Package

Flutter四种工程类型1. Flutter Application (全新的APP)标准的Flutter App工程,包含标准的Dart层与Native平台层创建命令flutter create xxapp//默认Android使用Java,iOS使用Objective-C。//如果要指定语言,比如安卓使用Kotlin,iOS使用Swiftflutter create -i sw...

iOS性能分析-Xcode Instruments Time Profiler 分析APP耗时方法

Time Profiler时间分析工具用来检测应用CPU的使用情况。可以看到应用程序中各个方法消耗CPU的时间。开始Time Profiler点击开始Separate By Thread:线程分离,在调用路径中能看到占用CPU最大的线程.Invert Call Tree:从上到下跟踪堆栈信息.可以看到方法调用路径最深方法占用CPU耗时,比如A{B{C}},勾选后显示为C-&g...

#xcode
解决XCode报错:The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported valu

cocopod导入第三方swift包(YogaKit)后,编译错误:The “Swift Language Version” (SWIFT_VERSION) build settingmust be set to a supported value for targets which use Swift.This setting can be set in the build settings

#xcode#swift
如何查看Mac电脑的处理器核心数目-CPU的核心数目

如何查看Mac电脑的处理器核心数目-CPU的核心数目1、通过点击关于本机来查看2、通过活动监视器来查看

    共 14 条
  • 1
  • 2
  • 请选择