Steve
Steve
Not a working solution but if you want your build to build you can change `try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord, with: AVAudioSession.CategoryOptions.defaultToSpeaker)` to ` try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playAndRecord, options: AVAudioSession.CategoryOptions.defaultToSpeaker); `
see https://stackoverflow.com/questions/50458556/flutter-swift-version-must-be-set-to-a-supported-value
thanks @gowravshekar I had to slightly adjust my regex, below is my working loaders if it helps anyone ``` module: { loaders: [ {test: /bootstrap\/js\//, loader: 'imports?jQuery=jquery' }, {test: /\.woff(\?v=\d+\.\d+\.\d+)?$/,...