I have been following this website for setting up fastlane with hockeyapp, but I ran into an error
:BUILD_NUMBER=>"There does not seem to be a CURRENT_PROJECT_VERSION key set for this project. Add this key to your target expert build settings."}
I created the build_number_icon.rb file in the action folder, and even tried to make hardcode build_number and test runlane. Still getting the same error. Am I missing something? I read the guides again if I skipped steps.
# Build and publish the Beta version to Hockeyapp lane :beta_hockeyapp do
end
source share