mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
264 stars 125 forks source link

Error on iOS #49

Closed monster555 closed 3 years ago

monster555 commented 3 years ago

I'm having this error just after added this plugin to my Flutter app. On Android works fine.

```

Pods-Runner-bncczrmrsejmfkfybraiofizwvct ld: warning: Could not find or use auto-linked library 'swiftObjectiveC' ld: warning: Could not find or use auto-linked library 'swiftMapKit' ld: warning: Could not find or use auto-linked library 'swiftCoreAudio' ld: warning: Could not find or use auto-linked library 'swiftDispatch' ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics' ld: warning: Could not find or use auto-linked library 'swiftUIKit' ld: warning: Could not find or use auto-linked library 'swiftDarwin' ld: warning: Could not find or use auto-linked library 'swiftCore' ld: warning: Could not find or use auto-linked library 'swiftQuartzCore' ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation' ld: warning: Could not find or use auto-linked library 'swiftCompatibility50' ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements' ld: warning: Could not find or use auto-linked library 'swiftCoreImage' ld: warning: Could not find or use auto-linked library 'swiftFoundation' ld: warning: Could not find or use auto-linked library 'swiftMetal' ld: warning: Could not find or use auto-linked library 'swiftCoreLocation' ld: warning: Could not find or use auto-linked library 'swiftCoreMedia' ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport' Undefined symbols for architecture x86_64: "protocol descriptor for Swift.Equatable", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Equatable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol descriptor for Swift.RawRepresentable", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.RawRepresentable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.RawRepresentable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.RawRepresentable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.RawRepresentable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_OBJCCLASS$TtCs12_SwiftObject", referenced from: type metadata for map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) "value witness table for Builtin.NativeObject", referenced from: full type metadata for map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_deallocObject", referenced from: l_objectdestroy in libmap_launcher.a(SwiftMapLauncherPlugin.o) "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from: lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift.Collection in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata accessor for Swift.Array", referenced from: type metadata accessor for [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Swift):Swift._ArrayProtocol.filter((A.Element) throws -> Swift.Bool) throws -> [A.Element]", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata accessor for Swift.Optional", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Swift):Swift.Collection.map((A.Element) throws -> A1) throws -> [A1]", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_dynamicCast", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_retain", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from: protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Equatable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata for Swift.Bool", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_release", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmaplauncher.a(SwiftMapLauncherPlugin.o) swift_destroy_boxed_opaque_existential_0 in libmap_launcher.a(SwiftMapLauncherPlugin.o) @objc maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmaplauncher.a(SwiftMapLauncherPlugin.o) "Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmaplauncher.a(SwiftMapLauncherPlugin.o) (maybe you meant: default argument 2 of Swift.print(: Any..., separator: Swift.String, terminator: Swift.String) -> (), default argument 1 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> () ) "_swift_once", referenced from: map_launcher.(maps in _F0DBE403B9398A2EE64FE6895944519C).unsafeMutableAddressor : [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._findStringSwitchCase(cases: [Swift.StaticString], string: Swift.String) -> Swift.Int", referenced from: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C).init(rawValue: Swift.String) -> map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C)? in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from: map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_unknownObjectRetain", referenced from: @objc static map_launcher.SwiftMapLauncherPlugin.register(with: C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getObjectType", referenced from: static map_launcher.SwiftMapLauncherPlugin.register(with: C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "value witness table for Builtin.UnknownObject", referenced from: full type metadata for map_launcher.SwiftMapLauncherPlugin in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_unknownObjectRelease", referenced from: static map_launcher.SwiftMapLauncherPlugin.register(with: __C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libmap_launcher.a(SwiftMapLauncherPlugin.o) @objc static map_launcher.SwiftMapLauncherPlugin.register(with: __C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libmap_launcher.a(SwiftMapLauncherPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getInitializedObjCClass", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) getter of originMapItem #1 : C.MKMapItem in map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.FlutterMethodChannel in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for map_launcher.SwiftMapLauncherPlugin in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.NSDictionary in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Equatable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getTypeByMangledNameInContext", referenced from: _swift_instantiateConcreteTypeFromMangledName in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Foundation):Swift.Array._bridgeToObjectiveC() -> C.NSArray", referenced from: map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from: protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Equatable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._allocateUninitializedArray(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C).init(rawValue: Swift.String) -> map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C)? in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) _globalinit_33_F0DBE403B9398A2EE64FE6895944519C_func0 in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Foundation.URL.init(string: __shared Swift.String) -> Foundation.URL?", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "static (extension in Swift):Swift.Optional.== infix(A?, A?) -> Swift.Bool", referenced from: map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) "static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(C.NSString?) -> Swift.String", referenced from: map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getObjCClassMetadata", referenced from: type metadata accessor for C.FlutterMethodChannel in libmap_launcher.a(SwiftMapLauncherPlugin.o) @objc static map_launcher.SwiftMapLauncherPlugin.register(with: C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.NSDictionary in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.FlutterError in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for __C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) type metadata accessor for C.NSValue in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "protocol descriptor for Swift.Hashable", referenced from: protocol conformance descriptor for map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Foundation):Swift.String._bridgeToObjectiveC() -> C.NSString", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) getter of originMapItem #1 : C.MKMapItem in map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> C.FlutterError in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getObjCClassFromMetadata", referenced from: C.MKPlacemark.allocating_init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) C.MKMapItem.allocating_init(placemark: C.MKPlacemark) -> C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc (extension in MapKit):C.NSValue.init(mkCoordinate: C.CLLocationCoordinate2D) -> C.NSValue in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc (extension in MapKit):C.NSValue.init(mkCoordinateSpan: C.MKCoordinateSpan) -> __C.NSValue in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> __C.FlutterError in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol conformance descriptor for [A] : Swift._ArrayProtocol in Swift", referenced from: lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift._ArrayProtocol in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._bridgeAnyObjectToAny(Swift.AnyObject?) -> Any", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata for Swift.StaticString", referenced from: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C).init(rawValue: Swift.String) -> map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C)? in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata accessor for Foundation.URL", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift.Double.init(A) -> Swift.Double?", referenced from: map_launcher.(getMapItem in _F0DBE403B9398A2EE64FE6895944519C)(latitude: Swift.String, longitude: Swift.String) -> C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from: closure #1 (map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Swift):Swift.Sequence.first(where: (A.Element) throws -> Swift.Bool) throws -> A.Element?", referenced from: map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_deallocClassInstance", referenced from: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).deallocating_deinit in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from: protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_OBJCMETACLASS$TtCs12_SwiftObject", referenced from: metaclass for map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_getWitnessTable", referenced from: lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift._ArrayProtocol in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift.Collection in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) lazy protocol witness table accessor for type map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) and conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Equatable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) lazy protocol witness table accessor for type map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) and conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.RawRepresentable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift.Sequence in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Foundation):Swift.Dictionary._bridgeToObjectiveC() -> C.NSDictionary", referenced from: @nonobjc C.MKPlacemark.init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> __C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "_swift_allocObject", referenced from: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).allocating_init(mapName: Swift.String, mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), urlPrefix: Swift.String?) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) @objc maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._dictionaryUpCast<A, B, C, D where A: Swift.Hashable, C: Swift.Hashable>([A : B]) -> [C : D]", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Foundation.URL._bridgeToObjectiveC() -> C.NSURL", referenced from: map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from: protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from: lazy protocol witness table accessor for type [map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)] and conformance [A] : Swift.Sequence in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from: protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.MKPlacemark.init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "Swift.assertionFailure(: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from: map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getMapItem in _F0DBE403B9398A2EE64FE6895944519C)(latitude: Swift.String, longitude: Swift.String) -> __C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) getter of originMapItem #1 : C.MKMapItem in map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(isMapAvailable in _F0DBE403B9398A2EE64FE6895944519C)(map: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C).rawValue.getter : Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) _globalinit_33_F0DBE403B9398A2EE64FE6895944519C_func0 in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) getter of originMapItem #1 : C.MKMapItem in map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) static map_launcher.SwiftMapLauncherPlugin.register(with: C.FlutterPluginRegistrar) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "swift_FORCELOAD$_swiftCompatibilityDynamicReplacements", referenced from: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_map_launcher) "swift_FORCELOAD$_swiftCompatibility50", referenced from: swift_FORCELOAD$swiftCompatibility50$_map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibility50$_map_launcher) "_swift_bridgeObjectRetain", referenced from: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getMapItem in _F0DBE403B9398A2EE64FE6895944519C)(latitude: Swift.String, longitude: Swift.String) -> C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) outlined init with copy of Swift.String? in libmap_launcher.a(SwiftMapLauncherPlugin.o) outlined copy of Swift.String? in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "_swift_bridgeObjectRelease", referenced from: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C).init(rawValue: Swift.String) -> map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C)? in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) closure #1 (map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C)) -> Swift.Bool in map_launcher.(getMapByRawMapType in _F0DBE403B9398A2EE64FE6895944519C)(type: Swift.String) -> map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C) in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.MKPlacemark.init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> __C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) getter of originMapItem #1 : C.MKMapItem in map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from: lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata for Swift.String", referenced from: map_launcher.(Map in _F0DBE403B9398A2EE64FE6895944519C).toMap() -> [Swift.String : Swift.String] in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getMapItem in _F0DBE403B9398A2EE64FE6895944519C)(latitude: Swift.String, longitude: Swift.String) -> C.MKMapItem in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.MKPlacemark.init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(getDirectionsMode in _F0DBE403B9398A2EE64FE6895944519C)(directionsMode: Swift.String?) -> Swift.String in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ... "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from: protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C) : Swift.Hashable in map_launcher in libmap_launcher.a(SwiftMapLauncherPlugin.o) "Swift._bridgeAnythingToObjectiveC(A) -> Swift.AnyObject", referenced from: maplauncher.SwiftMapLauncherPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) @nonobjc C.FlutterError.allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> __C.FlutterError in libmap_launcher.a(SwiftMapLauncherPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) "type metadata for Any", referenced from: @nonobjc C.MKPlacemark.init(coordinate: C.CLLocationCoordinate2D, addressDictionary: [Swift.String : Any]?) -> C.MKPlacemark in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showMarker in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, title: Swift.String, latitude: Swift.String, longitude: Swift.String) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) map_launcher.(showDirections in _F0DBE403B9398A2EE64FE6895944519C)(mapType: map_launcher.(MapType in _F0DBE403B9398A2EE64FE6895944519C), url: Swift.String, destinationTitle: Swift.String?, destinationLatitude: Swift.String, destinationLongitude: Swift.String, originTitle: Swift.String?, originLatitude: Swift.String?, originLongitude: Swift.String?, directionsMode: Swift.String?) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) maplauncher.SwiftMapLauncherPlugin.handle(: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libmap_launcher.a(SwiftMapLauncherPlugin.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Pods-Runner-bncczrmrsejmfkfybraiofizwvct note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'Reachability' from project 'Pods') warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'Toast' from project 'Pods') warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'Protobuf' from project 'Pods') warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'nanopb' from project 'Pods')

Could not build the application for the simulator. Error launching application on iPhone 11 Pro Max.

My flutter doctor output:

[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale en-EC)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.4.1) [✓] Android Studio (version 3.4) [✓] VS Code (version 1.51.0) [✓] Connected device (1 available)

• No issues found!


Everything was working fine before adding map_launcher
mattermoran commented 3 years ago

Hey. I just tried to create a brand new flutter project and add map_launcher as a dependency and it seems to be fine. Might be that you have old project that's based on obj-c rather than swift but thought that was fixed. You could try in xcode add a new .swift file and xcode will ask to create bridging header, click yes. That should help if the issue is obj-c.

If that doesn't work can you post the contents of your Podfile?

monster555 commented 3 years ago

Thanks! It worked. I've done this before but only when adding the first package that uses Swift and in this particular case I'm using other packages that uses Swift so I not even tried this solution. But anyway it worked! Thanks again.