logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

If you‘re running pod install manually, make sure flutter pub get is executed first.

执行 pod install报错[!] Invalidfile: /Users/liubo/Downloads/gallery-main/ios/Flutter/Generated.xcconfig must exist. If you’re running pod install manually, make sure flutter pub get is executed first.根据提示

#flutter#ios#android
flutter Unable to load asset: assets/images/888.png

Debug service listening on ws://127.0.0.1:65376/KSCFS_eCpng=/wsSyncing files to device iPhone 13…======== Exception caught by image resource service ================================================The

#flutter#android#ios
Cannot find interface declaration for 'aViewController', superclass of 'xxxViewController'

我出现这个问题的原因是在a 中引用了一个类的.h文件,.h文件中有引用了好几个文件,将a 中的import“.h”,改为@class 后好了

封装了一个iOS评论弹窗

封装了一个iOS类似抖音效果的评论弹窗,可以跟手滑动的效果主要有下面两需要注意的点。

文章图片
#ios#cocoa#macos
flutter Failed to download https://flutter-io.cn/flutter_infra_release/

n  删除指定的变量。变量实际上并未删除,只是不会输出到后续指令的执行环境中。Linux export 命令用于设置或显示环境变量。export [-fnp][变量名称]=[变量设置值]-p  列出所有的shell赋予程序的环境变量。-f  代表[变量名称]中为函数名称。2 然后执行下面命令。

#flutter
Jenkins pipeline 中 checkout 代码

这句命令会将远端仓库的代码checkout 到jenkins的workspace 路径下。pipeline 中 具有checkout 功能的脚本命令如下。根据提示,workspace 路径下已经有了项目文件。执行过之后查看log如下。

文章图片
#jenkins#运维
Failed to register bundle identifier. The app identifier “xxx” cannot be registered to your developm

将支持该APP的 apple 账号登录到Xcode 中,并选中该该账号所在的team 即可。如图, 选中该账号对应的team 即可。

#ios#xcode#objective-c
iOS集成jenkins 无法选中证书的问题

第一次配置jenkins 证书的时候,选中了keychian and code sign identity之后,可选证书并没有展示出来如图需要保存选中了keychian and code sign identity 之后,重新进入工程配置中,这时候,可选证书就会展示出来了,前提是、jenkins总的配置中已经有了证书...

Failed to register bundle identifier. The app identifier “xxx” cannot be registered to your developm

将支持该APP的 apple 账号登录到Xcode 中,并选中该该账号所在的team 即可。如图, 选中该账号对应的team 即可。

#ios#xcode#objective-c
    共 38 条
  • 1
  • 2
  • 3
  • 4
  • 请选择