How can I disable some warnings in Xcode? 
I want to disable warnings from R.swift lib. Can I add some run script for filtering warnings by prefix [R.swift]?
I can't change now localizable strings keys, so I want to disable warnings
            Asked
            
        
        
            Active
            
        
            Viewed 184 times
        
    1
            
            
         
    
    
        Cœur
        
- 37,241
- 25
- 195
- 267
 
    
    
        user3095583
        
- 75
- 1
- 7
- 
                    2Integrate R.swift using Cocoapods and follow the solution in this other post: https://stackoverflow.com/questions/13208202 – Francesco Puglisi Mar 11 '19 at 11:15
- 
                    Fork the project, fix the warnings, pull request the changes. – Cœur Mar 12 '19 at 03:16
- 
                    It's not help, because warnings in project .xproj file, not in R.Swift. So I try to add this setting for pod, and call 'pod install'. But warnings didn't disappear after clean and rebuild – user3095583 Mar 12 '19 at 09:28
