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