使用场景
- 使用iphone的文件管理应用时,通过smb连接服务器进行文件拷贝时报错:The operation couldn’t be completed. Operation canceled error 100093
- 确认samba服务的相关目录权限配置是没有问题的,windows可以正常访[……]
Pod相关命令
1、初始化
# pod lib create xxxx
2、验证本地spec项目(带三方pod)
# pod lib lint xxxx.spec --use-libraries
3、验证本地和远程(git)项目
# pod spec lint xxxx.sp[......]