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

Cannot find 'R' in scope in test #849

Closed codercoderme closed 1 month ago

codercoderme commented 1 year ago
Screenshot 2023-09-09 at 3 26 44 PM
tomlokhorst commented 1 year ago

Can you elaborate on your setup? Which Xcode version? Which project are you trying to build? Are you using the latest R.swift version?

I can run ResourceAppTests from ResourceApp.xcworkspace with no issues (after bumping the minimum iOS version to 12).

ykws commented 8 months ago

me too in my project Tests. (not yet try to run ResourceAppTests.) However Build and Test Succeeded. Remain a highlight red message "Cannot find 'R' in scope" on Xcode.

ykws commented 8 months ago

The another my project fixed, not reproduce...has no error messages.

@codercoderme Does the issue still reproduce on your end?