fastlane/lib/fastlane/lane_manager.rb in fastlane-2.83.0.beta.20180226050016 vs fastlane/lib/fastlane/lane_manager.rb in fastlane-2.83.0

- old
+ new

@@ -38,10 +38,11 @@ end end platform, lane = choose_lane(ff, platform) unless lane - FastlaneCore.session.is_fastfile = true + # https://github.com/fastlane/fastlane/issues/11913 + # FastlaneCore.session.is_fastfile = true # xcodeproj has a bug in certain versions that causes it to change directories # and not return to the original working directory # https://github.com/CocoaPods/Xcodeproj/issues/426 # Setting this environment variable causes xcodeproj to work around the problem