logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SDK does not contain ‘libarclite‘ at the path

Xcode16以上版本更新SDK之后就报错了。是因为缺少libarclite_iphoneos.a文件。所以需要在网上找一下该文件根据路径添加进去,arc文件可能需要新建一下。本地电脑上的文件夹。将上面选中的两个文件复制粘贴到arc文件里面。

文章图片
#ios
Xcode-打包报错“Command PhaseScriptExecution failed with a nonzero exit code“

Xcode报错“Command PhaseScriptExecution failed with a nonzero exit code”

文章图片
#xcode
【xcode15.3 打包报错 Command SwiftCompile failed with a nonzero exit code】

解决办法: 选中pod 报错的库 Code Generation->Compilation Mode改成和debug一样的 Incremental。升级Xcode15后 打包报错 xxx Command SwiftCompile failed with a nonzero exit code。

文章图片
#ios#xcode
iOS报错-Command PhaseScriptExecution failed with a nonzero exit code

在项目的Pods目录下,找到Targets Support Files->Pods-xxxx-frameworks.sh。

文章图片
#ios
虹软-人脸识别SDK的使用

1、登录虹软开发者平台,进行注册。2、选取相应的平台SDK,下载。相应的demo也有,可以下载查看。3、人脸静态图片识别、人脸动态视频识别。4、项目中的运用。

微信小程序-wx.showToast超长文字展示不全

根据官方文档,icon=none,最多显示两行文字。所以如果提示信息较多,超过两行,就需要用其他方式解决。1、要在xml里面添加,否则就会报错找不到节点。2、要在ts或者js引入,否则就无法使用。3、在ts或者js页面先引入再使用。1、在需要使用的json页面引入。2、在xml页面添加。

文章图片
#微信小程序#小程序
iOS- APP唤起微信小程序

iOS App里面点击按钮,唤起微信小程序。

文章图片
#微信小程序#ios
h5-企业微信单点登录

H5页面增加企业微信单点登录-前端获取code

文章图片
#前端#java
    共 11 条
  • 1
  • 2
  • 请选择