kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppCenter build error

olcayertas opened this issue · comments

I am trying to build my application on AppCenter but getting this error:

error: /Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/netfox/netfox.xcconfig: unable to open file (in target "netfox" in project "Pods") (in target 'netfox' from project 'Pods')
error: /Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/netfox/netfox.xcconfig: unable to open file (in target "netfox" in project "Pods") (in target 'netfox' from project 'Pods')
error: /Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/netfox/netfox.xcconfig: unable to open file (in target "netfox" in project "Pods") (in target 'netfox' from project 'Pods')
error: missing module map file: '/Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/netfox/netfox.modulemap (in target 'netfox' from project 'Pods')
error: Unable to load contents of file list: '/Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/Pods-GozenPass/Pods-GozenPass-resources-Release-input-files.xcfilelist' (in target 'GozenPass' from project 'GozenPass')
error: Unable to load contents of file list: '/Users/runner/runners/2.163.1/work/1/s/Pods/Target Support Files/Pods-GozenPass/Pods-GozenPass-resources-Release-output-files.xcfilelist' (in target 'GozenPass' from project 'GozenPass')

I have used both:
pod 'netfox'
and
pod 'netfox', :configurations => ['Debug', 'Release']
but still getting the error.

I have also tried both Xcode 11.2.1 and 11.3 versions but still getting the error.

Closed due to inactivity.