logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

撤销git 的commit 操作

git reset --soft HEAD^

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

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

#ios#xcode#objective-c
fatal: unable to access ‘https://github.com.....‘: Could not resolve host: github.com

今天执行 push 的时候 报了一个错FunctionTest apple$ git pushfatal: unable to access 'https://github.com/liuboliu/FunctionTest.git/': Could not resolve host: github.com处理方式这样FunctionTest apple$ ping github.com然后终端输

No podspec found for `BVLinearGradient` in `../node_modules/react-native-linear-gradient`

No podspec found for `BVLinearGradient` in `../node_modules/react-native-linear-gradient`将工程文件夹中的node_modules 和package-lock.json文件删除之后,在重新npm install 就可以了

#react native#react.js
iOS集成jenkins 无法选中证书的问题

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

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
记录一个鸿蒙开发中获取webView内容高度不正确的问题

/ 点击按钮时,通过loadData,加载HTML格式的文本数据。// 组件创建时,加载www.example.com。这里是web组件初始化的代码。//记录上次网页的偏移量。

iOS 描述文件、app,证书 和 teamid的关系

描述文件和app是一一对应的关系一个描述文件只能对应一个app证书和app不是一一对应的关系,一个证书可以对应多个app描述文件的applicate-identifier =证书的组织单位ID(teamid)+ app 的bundle identifier...

#ios#https#xcode
    共 21 条
  • 1
  • 2
  • 3
  • 请选择