Uday Bhateja
Uday Bhateja
@sandeeprachha @XiMuYouZi Change the path of your output file to your Pod Library Source directory. Then when you run pod install it will be always there. ``` s.script_phases = [{...
> > @sandeeprachha @XiMuYouZi > > Change the path of your output file to your Pod Library Source directory. Then when you run pod install it will be always there....
Have you added 'R' to dependencies as s.dependency = 'R' If not, add this dependency. > Should I add the path to R.generated.swift to the source_files parameter? If so, is...
@therohansanap Right! Initially a `pod install` is required to generate the **R.generated.swift** file. Second one to add it to the bundle as mentioned in the script. Maybe some tweaks to...
@therohansanap Thanks for this workaround. Any idea for developers not using fastlane or any other CI tool?