mac-cain13 / R.swift

Strong typed, autocompleted resources like images, fonts and segues in Swift projects
MIT License
9.5k stars 764 forks source link

R.Swift not working in Development Pod #882

Closed SeRG1k17 closed 9 months ago

SeRG1k17 commented 9 months ago

I am trying to create Resources dev pod, but R.swift generate empty(with default code only) R.generated.swift

"$PODS_ROOT/R.swift/rswift" generate "$SRCROOT/Modules/ModuleName/R.generated.swift"

I also added sub-arguments --xcodeproj --target, --project --input-files, but still no output from script

SeRG1k17 commented 9 months ago

For some reason, "Copy bundle resources" in DevPod is empty. Trying to understant why to fix that

SeRG1k17 commented 9 months ago

--target ${PRODUCT_NAME}-Resources resolve it