错误详情

  1. [!] Unable to find a specification for `x x x` depended upon by `xxx`

解决办法

添加 pod 官方的源地址到 Podfile

  1. platform :ios, '8.0'
  2. //添加这行
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. target 'App' do
  5. pod 'TXLiteAVSDK_TRTC'
  6. end