Using Rexml in Fastfile, but fastlane can't recognize include, so I can't include Rexml module.
here is the error:
[!] Could not find action, lane or variable 'include'. Check out the documentation for more details: https://docs.fastlane.tools/actions
here is my code in Fastfile
#!/usr/bin/ruby
require 'rexml/document'
include REXML