-
Notifications
You must be signed in to change notification settings - Fork 274
Description
record_ios 1.1.3
Environment
- iOS
Describe the bug
Error in flutter build:
Archiving com.myapp...
Automatically signing iOS for device deployment using specified development team in Xcode project: XXXXXXXXXX
Running pod install... 8,2s
Running Xcode build...
Xcode archive done. 24,8s
Failed to build iOS app
Swift Compiler Error (Xcode): Expression pattern of type 'String' cannot match values of type 'ArraySlice<String.Element>' (aka
'ArraySlice')
/Users/user/.pub-cache/hosted/pub.dev/record_ios-1.1.3/ios/record_ios/Sources/record_ios/RecordConfig.swift:89:11
Encountered error while archiving for device.
To Reproduce
In Terminal, run 'flutter build ipa'.
Expected behavior
Terminal command generates a .ipa file.
Additional context
In pubspec.yaml, calling record_ios: 1.1.2 in dev_dependencies works as expected.