iOS test - use of SwiftUI

When do you guys export project to iOS for compilation and test in Xcode , do you modify the storyboard to new standard of SwiftUI instead ?

There is this Export Method Release Parameter

  • App Store
  • Development
  • Ad-Hoc
  • Enterprise

Which I logically do Development , but it runs in error
"[MT] IDEDistribution: Command line name “development” is deprecated. Use “debugging” instead.
"
Is way to fix this in future and bring it from 3.2 Xcode to more modern version ?