240 发简信
IP属地:湖南
  • Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestI...

    微信小程序调用云函数时报错:Error: errCode: -404011 cloud function execution error | e...

  • Framework not found Pods_xxx

    打包时报错:Framework not found Pods_xxx(工程名),这次尝试了重新pod install一下就好了

  • iOS & iPadOS 14 更新内容(二)

    6.Core ML Deprecations The default initializer on the auto-generated mod...

  • iOS & iPadOS 14 更新内容(一)

    1.General Known Issues Important Updating to iOS & iPadOS 14 from previo...

  • iOS & iPadOS 14.2 Beta 2更新内容

    1.General Resolved in iOS & iPadOS 14.2 beta 2 Apps built with the iOS 1...

  • Resize,w 360,h 240
    The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s ...

    现象: MacOS 升级到10.15 Catalina打开终端,出现以下提示: The default interactive shell is...

  • Resize,w 360,h 240
    CocoaPods索引库的下载

    Pod install时需要CocoaPods的索引库,需要到github上去下载,地址是https://github.com/CocoaPod...

  • Resize,w 360,h 240
    iOS 自带内边距可变高度的Label

    iOS自带的UILabel是不带内边距的,需要自定义一个Label,重写系统的方法。自定义高度需要设定一个最高高度,然后调用系统bounding...

  • Resize,w 360,h 240
    iOS 录音、本地播放、云端播放

    录音使用的是AVAudioRecord,播放使用的是AVAudioPlayer,使用时注意引入AVFoundation框架,本例子录音有实时时间...