Mark Turner

Results 78 issues of Mark Turner

Still needs work. Opening for discussion. #26

- Updates AppCenter SDK to 4.2.0 - Resoles example Flutter V2 embedding.

Struggling to find much documentation on correct way of catching Flutter app errors. Here's what I have: ```dart void main() async { runZonedGuarded(() async { FlutterError.onError = (details) => AppCenter.trackErrorAsync(details.exceptionAsString());...

Google maps can be included as a pod dependency rather than the framework being embedded as part of the pod. Since I use Google maps for other pods, I don't...

We're using a `XcodeBuildToolPlugin` to generate mocks using Sourcery as mentioned in this issue: https://github.com/krzysztofzablocki/Sourcery/issues/1229 This works when running in Xcode, however occasionally when running tests using xcodebuild the following...

## Issue Description **Summary:** SwiftGenPlugin causes Xcode to display a build error with the following message: ``` Internal inconsistency error (didStartTask): targetID (174) not found in _activeTargets. Internal inconsistency error...

It would be great if there were support for Realm's swift objects. https://realm.io/docs/swift/latest/

If I'm using US2ValidatorTextField with a validator which allows violation & validates during focus, the UITextFieldDelegate "shouldChangeCharactersInRange" never gets passed on.

In our case we have our `PreviewProvider`'s wrapped in compiler directives. This is due to `MediaMock` being also wrapped in compiler directives and so forth. ```swift #if DEBUG import SwiftUI...

Appears the incorrect build target is used. When attempting to import a iOS dependency such as: ```swift import UIKit ``` The following output occurs: ``` :0: warning: using sysroot for...