My build dev and local deployment build using fastlane work just great now but building for the Appstore fails.

error: exportArchive: exportOptionsPlist error for key 'method': expected one of {}, but found app-store
Error Domain=IDEFoundationErrorDomain Code=1 "exportOptionsPlist error for key 'method': expected one of {}, but found app-store" UserInfo={NSLocalizedDescription=exportOptionsPlist error for key 'method': expected one of {}, but found app-store}
** EXPORT FAILED **
This issue seems to explain that it comes from external libraries overriding build options. I guess there is something wrong with React-Native-Buglife.
My build dev and local deployment build using fastlane work just great now but building for the Appstore fails.
This issue seems to explain that it comes from external libraries overriding build options. I guess there is something wrong with React-Native-Buglife.