You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a particular reason for the podspec to include any of it's preserve_paths? It raises the following warnings when building the project:
warning: no rule to process file '/.../Pods/Down/Source/cmark/case_fold_switch.inc' of type sourcecode.pascal for architecture i386
warning: no rule to process file '/.../Pods/Down/Source/cmark/COPYING' of type text for architecture i386
warning: no rule to process file '/.../Pods/Down/Source/cmark/entities.inc' of type sourcecode.pascal for architecture i386
warning: no rule to process file '/.../Pods/Down/Source/cmark/module.modulemap' of type sourcecode.module-map for architecture i386
warning: no rule to process file '/.../Pods/Down/Source/cmark/case_fold_switch.inc' of type sourcecode.pascal for architecture x86_64
warning: no rule to process file '/.../Pods/Down/Source/cmark/COPYING' of type text for architecture x86_64
warning: no rule to process file '/.../Pods/Down/Source/cmark/entities.inc' of type sourcecode.pascal for architecture x86_64
warning: no rule to process file '/.../Pods/Down/Source/cmark/module.modulemap' of type sourcecode.module-map for architecture x86_64
The text was updated successfully, but these errors were encountered:
Hi @bajtyngier 👋 What version of Xcode and CocoaPods are you using? I am not seeing these warnings in a sample project using Xcode 9.3 on the latest Down v0.5.2 (but I haven't tried w/ a macOS app)
These files are licenses, build files and a framework module header so they were included with a purpose
Is there a particular reason for the
podspec
to include any of it'spreserve_paths
? It raises the following warnings when building the project:The text was updated successfully, but these errors were encountered: