logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

unable to build chain to self-signed root for signer “Apple Development: *** (***)“

经搜索后发现,苹果开发者有一个根证书:Apple Worldwide Developer Relations Certification Authority。猜测一定和证书有关,而且问题出在这一个root,也就是根证书出问题了。(我的电脑这个证书莫名没有了,记得之前是见过的不知道啥时候没了)正确的开发根证书:应该是在 钥匙串 -> 系统里面,有且只有一份。原本运行好好的,结果真机跑不了了, 查看证

文章图片
#xcode
The Info.plist key ‘BGTaskSchedulerPermittedidentifiers‘ must contain a list of iden...

错误是指该processing值,该值对应于“签名和功能”选项卡中的“背景处理”,或与Info.plist中的“应用程序在后台处理数据”。仅当您在应用程序中使用后台任务时才需要此功能,但是上面列出的所有库都不需要后台任务,因此这可能是由于自己的代码或其他第三方库所致。但是自己项目没必要后台保持增加任务标识,是开发功能时多勾选了此权限。将background processing 去掉重新打包就可以

文章图片
#objective-c#ios#xcode
Version ‘18.19.0‘ not found - try `nvm ls-remote` to browse available versions.

一次不行,就重复再安装一次即可,我就是安装了第二次成功了。又是一个坑,之前好好的后面不行了。nvm安装指定版本不好使了。

文章图片
#前端
e: Incompatible classes were found in dependencies. Remove them from the classpath or use ‘-Xskip-me

flutter 跑Android 项目报错e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errorse: /Users/***/.gradle/caches/transforms

#flutter#android studio
ios_获取APP的URLscheme

有时候项目中会遇到需要获取一个APP的URLscheme,百度查找资料下面直接介绍方法1,手机连接MAC,去MAC的App Store下载Apple Configurator 22,打开Apple Configurator2,链接上苹果手机。登录苹果账号3,点击导航条上的添加,选择应用,(需先选中手机)4,选择要获取URLscheme的app进行搜索安装5,打开文件夹访达...

#ios#macos#xcode
Info.plist contained no UIScene configuration dictionary (looking for configura

在info.plist文件中添加Application Scene Manifest,输入时Xcode会提示直接生成即可,就不会有警告了。新建项目兼容低级IOS版本,将SceneDelegate.h,SceneDelegate.m删掉报错。Scene Configuration的items要置0。

#xcode#ios#objective-c
Failed to connect to chromium.googlesource.com port 443: Operation timed out

一、现象连接着vpn,网页上可以直接打开网站,但是使用terminal 执行git clone https://chromium.googlesource.com/xxxx时,报错:Failed to connect to chromium.googlesource.com port 443: Operation timed out二、原因这是因为terminal没有走代理的流量,...

Android Studio 运行flutter报错Cannot run with sound null safety

Android Studio 运行flutter报错Flutter报Cannot run with sound null safetyError: Cannot run with sound null safety, because the following dependenciesdon't support null safety:- package:flutter_swiper- packa

#flutter#android studio#android
warning: 重定向到 https://gitlab.link.cn/video/video_ios_sdk.git/

git pull 或者 git push控制台都会打印warning: 重定向到 https://gitlab.link.cn/video/video_ios_sdk.git/作为轻微强迫症者虽然不影响使用,但是总是提示warning 看着不舒服解决方案:commond + Shift + . 显示项目中隐藏文件打开 .git -> config如图在 url 末尾添加 .git正确显示为

#git#github
uniapp 获取手机的 cid (clientId)

uniapp 获取手机的 cid (clientId)onLoad() {//只有在基座运行的情况下才可以进行打印看到const clientInfo = plus.push.getClientInfo()console.log(clientInfo)},这样就可以获取到并打印出来了还有需要在manifest.json 中配置推送才可以,获取到cid !...

    共 14 条
  • 1
  • 2
  • 请选择