lib/gym/runner.rb in gym-1.1.3 vs lib/gym/runner.rb in gym-1.1.4
- old
+ new
@@ -85,10 +85,10 @@
end
# Makes sure the archive is there and valid
def verify_archive
# from https://github.com/fastlane/gym/issues/115
- if (Dir[BuildCommandGenerator.archive_path + "/*"] + Dir[BuildCommandGenerator.archive_path + ".xcarchive/*"]).count == 0
+ if (Dir[BuildCommandGenerator.archive_path + "/*"]).count == 0
ErrorHandler.handle_empty_archive
end
end
def package_app