Problems with building Hyperion on CI machines
Hello.
We really enjoy Hyperion and would like to use it for our app, but we are experiencing issues with building it on our Jenkins setup.
I have added Hyperion and 3 default plugins via Podfile for Debug and Beta builds. Both work fine locally, but for some reason they are failing at Jenkins on fastlane build_app action (running the same action locally works fine).
It's failing on CopyPNGFile step, with random resources (both images and pngs) from Hyperion, e.g.:
CopyPNGFile /Users/<redacted>/derivedData/Build/Intermediates.noindex/ArchiveIntermediates/<redacted>/iphoneos/HyperioniOS.framework/fontSize.png HyperioniOS/AttributesInspector/Resources/fontSize.png
We had idea that it might be because your podspec makes both sources and resources bundled via source_files and not using resources key.
Do you have any ideas why this might be happening? May be someone has experienced this issue as well?