Xcode build dir causes to build fail with fastlane plugin

I’m currently using circleci with fastlane for automated test environment. I tried to use fastlane plugin but somehow BUILD_DIR was not set to default location which causes test to fail.

Locally, I can change this by File -> Project Settings -> Advanced and use Xcode Default, but how can I achieve this on circleci xcode?