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
For apps that contains multiple xcassets this may cause troubles when integrating a pod.
Consider using resource_bundles in podspec to resolve the issue.
The text was updated successfully, but these errors were encountered:
line
s.resources = "XNLogger/UI/**/*.{xcassets,storyboard,xib}"
triggers CocoaPods/CocoaPods#8431For apps that contains multiple xcassets this may cause troubles when integrating a pod.
Consider using
resource_bundles
in podspec to resolve the issue.The text was updated successfully, but these errors were encountered: