微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法加载文件列表的内容:'/Target Support Files/Pods-xxxx/Pods-xxxxxx-resources-Debug-output-files.xcfilelist' Ionic 3

如何解决无法加载文件列表的内容:'/Target Support Files/Pods-xxxx/Pods-xxxxxx-resources-Debug-output-files.xcfilelist' Ionic 3

我使用 ionic 3 和 Xcode 10.0。

我收到两个错误

  1. 无法加载文件列表的内容:'/Target Support Files/Pods-xxxxx/Pods-xxxxxx-resources-Debug-input-files.xcfilelist'
  2. 无法加载文件列表的内容:'/Target Support Files/Pods-xxxxx/Pods-xxxxxx-resources-Debug-output-files.xcfilelist'

我的 PodFile 包含:

platform :ios,'11.0'

target 'xxxxx' do

project 'xxxxx.xcodeproj'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'Firebase/Analytics'
pod 'Firebase/Messaging' 

配置是:

Ionic:

Ionic CLI          : 5.4.16 
Ionic Framework    : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.3

Cordova:

Cordova CLI       : 8.1.1 (cordova-lib@8.1.0)
Cordova Platforms : browser 5.0.4,ios 6.2.0
Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3,cordova-plugin-ionic-webview5.0.0,(and 14 other plugins)

Utility:

cordova-res : 0.14.0
native-run  : 1.0.0

System:

ios-deploy : 1.9.4 
ios-sim    : 8.0.2
NodeJS     : v10.15.3
npm        : 6.4.1
OS         : macOS Mojave
Xcode      : Xcode 11.0 Build version 11A420a

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。