R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Strong typed, autocompleted resources like images, fonts and segues in Swift projects

Results 162 R.swift issues
Sort by recently updated
recently updated
newest added

`'languageCode' was deprecated in iOS 16: renamed to 'language.languageCode.identifier'`

Hey everyone, I'm struggling with the proper setup of the project where I use R.Swift and have multiple targets: - Main iOS app - App Clip - Widget I have...

Getting this error while code coverage generation. I have updated R.swift to latest version but still getting the same issue. Failed to merge raw profiles in directory /Users/parmodhchawla/Library/Developer/Xcode/DerivedData/EnrollSDK-duogdaucphsyobgfheuodljkzraz/Build/ProfileData/43D7EAD6-8A9E-43F9-9A18-1EE4E241AA19 to destination...

Hi, I am wondering if there are plans to migrate the returned resources into SwiftUI defaults: Color instead of UIColor, Image instead of UIImage and so on... Thanks.

type: enhancement

Dear community, Being able to generate / use R.swift inside a Swift Package is a necessary need with the growing amount of swift packages, and also to allow developers to...

My assumption for the API might be wrong, but I kinda assumed that `R.color.white(compatibleWith: UIKit.UITraitCollection?)` can be used to force returning color for specific interface mode, however this doesn't seem...

The new Swift Package Manager (Xcode 13.3 / Swift 5.6) enables extensible build tools and custom command plugins. So now it's possible to make proper integration with SPM for iOS...

Yesterday I change all my strings(~1k) to R.string in my app. In my app I can change language of app. But after change strings to R.string - change language in...

Hi team, I would like to ask how to use with SPM. I have checkout the modularization using SPM on PointFree. https://www.pointfree.co/episodes/ep171-modularization-part-1 I want to implement R.swift for each module....