XNLogger icon indicating copy to clipboard operation
XNLogger copied to clipboard

Use resource_bundles for cocoapods

Open Sega-Zero opened this issue 1 year ago • 1 comments

line s.resources = "XNLogger/UI/**/*.{xcassets,storyboard,xib}" triggers https://github.com/CocoaPods/CocoaPods/issues/8431

For apps that contains multiple xcassets this may cause troubles when integrating a pod. Consider using resource_bundles in podspec to resolve the issue.

Sega-Zero avatar Dec 25 '23 20:12 Sega-Zero

@Sega-Zero Thanks for pointing out this issue, will update the podspec in next release.

sunilsharma08 avatar Jan 30 '24 18:01 sunilsharma08