微信小程序调用云函数时报错:Error: errCode: -404011 cloud function execution error | errMsg: cloud.ca...
微信小程序调用云函数时报错:Error: errCode: -404011 cloud function execution error | errMsg: cloud.ca...
打包时报错:Framework not found Pods_xxx(工程名),这次尝试了重新pod install一下就好了
6.Core ML Deprecations The default initializer on the auto-generated model interface ha...
1.General Known Issues Important Updating to iOS & iPadOS 14 from previous versions of ...
1.General Resolved in iOS & iPadOS 14.2 beta 2 Apps built with the iOS 14 SDK that impo...
现象: MacOS 升级到10.15 Catalina打开终端,出现以下提示: The default interactive shell is now zsh. To up...
Pod install时需要CocoaPods的索引库,需要到github上去下载,地址是https://github.com/CocoaPods/Specs; 一般是在终端...
iOS自带的UILabel是不带内边距的,需要自定义一个Label,重写系统的方法。自定义高度需要设定一个最高高度,然后调用系统boundingRectWithSize:Op...
录音使用的是AVAudioRecord,播放使用的是AVAudioPlayer,使用时注意引入AVFoundation框架,本例子录音有实时时间显示,以及波形图振幅可以根据录...