Not working with Multi Target dev
Not working with Multi Target dev!

R.swift added to single target only, not to other one. but R.swift file not generating.
Sorry R.swift-plugin doesn't support multi-target right now. I will add this request to my todo list. THX
Just a request, can you make R.color.my_color directly as UIColor and others as well. And R.swift also generate from android resource xmls, merge xmls. So xml can be shared with android and iOS projects. Thanks.
Ok, I will consider the possibility. Could you open another issue about this request? And welcome anybody help to implement these features!
I had a problem with multiple targets while making a whitelabel app but what I did is I keep all the xib files in main Target but with no modules defined so the R.generated file doesnt create anything like "App.MyCustomView" and just creates "MyCustomView" and use the other target for assets and other deploy options. And as long as I have the assets name the same way in both .xcassets when they are different, like logos and stuff, the R.generated file will have everything. Only problem is the script only runs when running the main target but as all changes are gonna happen in that target it works for me for now.