fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

compile failed on ios platform #4

Closed punkisnotdead3 closed 4 years ago

punkisnotdead3 commented 4 years ago

i aleady modify my podfile

post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'

end

end end

but still compile failed on ios .

Xcode's output: ↳ /Users/njvivo/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.22+1/ios/Classes/FlutterWebView.m:367:23: warning: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations] configuration.mediaPlaybackRequiresUserAction = true; ^~~~~~~ mediaTypesRequiringUserActionForPlayback In module 'WebKit' imported from /Users/njvivo/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.22+1/ios/Classes/FlutterWebView.h:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:208:28: note: 'mediaPlaybackRequiresUserAction' has been explicitly marked deprecated here @property (nonatomic) BOOL mediaPlaybackRequiresUserAction API_DEPRECATED_WITH_REPLACEMENT("mediaTypesRequiringUserActionForPlayback", ios(8.0, 9.0)); ^ /Users/njvivo/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.22+1/ios/Classes/FlutterWebView.m:374:23: warning: 'mediaPlaybackRequiresUserAction' is deprecated: first deprecated in iOS 9.0 [-Wdeprecated-declarations] configuration.mediaPlaybackRequiresUserAction = false; ^~~~~~~ mediaTypesRequiringUserActionForPlayback In module 'WebKit' imported from /Users/njvivo/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.22+1/ios/Classes/FlutterWebView.h:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:208:28: note: 'mediaPlaybackRequiresUserAction' has been explicitly marked deprecated here @property (nonatomic) BOOL mediaPlaybackRequiresUserAction API_DEPRECATED_WITH_REPLACEMENT("mediaTypesRequiringUserActionForPlayback", ios(8.0, 9.0)); ^ 2 warnings generated. 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 'swiftCoreGraphics' 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 'swiftDarwin' ld: warning: Could not find or use auto-linked library 'swiftUIKit' ld: warning: Could not find or use auto-linked library 'swiftObjectiveC' 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 'swiftCoreImage' ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements' ld: warning: Could not find or use auto-linked library 'swiftDispatch' ld: warning: Could not find or use auto-linked library 'swiftCoreMedia' ld: warning: Could not find or use auto-linked library 'swiftCoreAudio' ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport' Undefined symbols for architecture x86_64: "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift._ObjectiveCBridgeable", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for static Swift._ObjectiveCBridgeable.conditionallyBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift.Equatable", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Equatable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from: protocol conformance descriptor for __C.NSHTTPCookiePropertyKey : Swift._SwiftNewtypeWrapper in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift.RawRepresentable", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.RawRepresentable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._SwiftNewtypeWrapper in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.RawRepresentable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.RawRepresentable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "nominal type descriptor for Swift.IndexingIterator", referenced from: _symbolic ___ySaySo12NSDictionaryCGG s16IndexingIteratorV in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) _symbolic _ySaySo12NSHTTPCookieCGG s16IndexingIteratorV in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol conformance descriptor for Swift.String : Swift._ObjectiveCBridgeable in Foundation", referenced from: lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift._ObjectiveCBridgeable in Foundation in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from: protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance C.NSHTTPCookiePropertyKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< 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 C.NSHTTPCookiePropertyKey : Swift.Hashable in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< 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 C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from: protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.NSHTTPCookiePropertyKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>.conditionallyBridgeFromObjectiveC(: A.RawValue._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from: protocol witness for static Swift._ObjectiveCBridgeable.conditionallyBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> Swift.Bool in conformance C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>.forceBridgeFromObjectiveC(: A.RawValue._ObjectiveCType, result: inout A?) -> ()", referenced from: protocol witness for static Swift._ObjectiveCBridgeable.forceBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> () in conformance C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getForeignTypeMetadata", referenced from: type metadata accessor for C.NSHTTPCookiePropertyKey in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._unconditionallyBridgeFromObjectiveC(A.RawValue._ObjectiveCType?) -> A", referenced from: protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance __C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Foundation):Swift.Bool._bridgeToObjectiveC() -> C.NSNumber", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.RawRepresentable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static Foundation.Date._unconditionallyBridgeFromObjectiveC(__C.NSDate?) -> Foundation.Date", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from: lazy protocol witness table accessor for type [C.NSDictionary] and conformance [A] : Swift.Collection in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type [C.NSHTTPCookie] and conformance [A] : Swift.Collection in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Foundation):Swift.Dictionary._bridgeToObjectiveC() -> C.NSDictionary", referenced from: @nonobjc C.NSHTTPCookie.init(properties: [C.NSHTTPCookiePropertyKey : Any]) -> C.NSHTTPCookie? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getWitnessTable", referenced from: lazy protocol witness table accessor for type [C.NSDictionary] and conformance [A] : Swift.Collection in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type C.NSHTTPCookiePropertyKey and conformance C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type [C.NSHTTPCookie] and conformance [A] : Swift.Collection in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type C.NSHTTPCookiePropertyKey and conformance C.NSHTTPCookiePropertyKey : Swift.RawRepresentable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type C.NSHTTPCookiePropertyKey and conformance C.NSHTTPCookiePropertyKey : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type C.NSHTTPCookiePropertyKey and conformance C.NSHTTPCookiePropertyKey : Swift.Equatable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "type metadata accessor for Swift.Optional", referenced from: closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined init with copy of Foundation.Date? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined init with take of Foundation.Date? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.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 C.NSHTTPCookiePropertyKey : Swift.Equatable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift._allocateUninitializedArray(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Foundation.URL.init(string: shared Swift.String) -> Foundation.URL?", referenced from: closure #1 ([__C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata accessor for Foundation.Date", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: __C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined init with copy of Foundation.Date? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined destroy of Foundation.Date? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined init with take of Foundation.Date? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata accessor for Swift.Array", referenced from: type metadata accessor for [C.NSDictionary] in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for [C.NSHTTPCookie] in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Foundation.Date.timeIntervalSince1970.getter : Swift.Double", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static (extension in Foundation):Swift.Array._unconditionallyBridgeFromObjectiveC(C.NSArray?) -> [A]", referenced from: reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed [C.NSHTTPCookie]) -> () to @escaping @callee_unowned @convention(block) (@unowned C.NSArray) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_endAccess", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.getter : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.setter : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.modify : C.WKHTTPCookieStore? with unmangled suffix ".resume.0" in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: __C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Foundation.URL.host.getter : Swift.String?", referenced from: closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_deallocObject", referenced from: l_objectdestroy in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) l_objectdestroy.2 in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) l_objectdestroy.8 in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) l_objectdestroy.12 in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Foundation):Swift.Int._bridgeToObjectiveC() -> C.NSNumber", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Foundation):Swift.StringProtocol.contains(A1) -> Swift.Bool", referenced from: closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.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 C.NSHTTPCookiePropertyKey : Swift.Equatable in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata for Swift.Bool", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 () -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator>.makeIterator() -> Swift.IndexingIterator", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.setCookies(cookies: [C.NSDictionary], result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift.IndexingIterator.next() -> A.Element?", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.setCookies(cookies: [C.NSDictionary], result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift.Double.isFinite.getter : Swift.Bool", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Equatable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getTypeByMangledNameInContext", referenced from: _swift_instantiateConcreteTypeFromMangledName in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(__C.NSString?) -> Swift.String", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) __C.NSHTTPCookiePropertyKey.rawValue.getter : Swift.String in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swiftallocBox", referenced from: swift_allocate_boxed_opaque_existential_0 in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_bridgeObjectRelease", referenced from: @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined consume of Swift.String? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed [C.NSHTTPCookie]) -> () to @escaping @callee_unowned @convention(block) (@unowned C.NSArray) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @nonobjc C.NSHTTPCookie.init(properties: [C.NSHTTPCookiePropertyKey : Any]) -> C.NSHTTPCookie? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([__C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.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 libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata for Swift.String", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift._ObjectiveCBridgeable in Foundation in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "swift_FORCELOAD$_swiftCompatibilityDynamicReplacements", referenced from: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_webview_cookie_manager in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibilityDynamicReplacements$_webview_cookie_manager) "swift_FORCELOAD$_swiftCompatibility50", referenced from: swift_FORCELOAD$swiftCompatibility50$_webview_cookie_manager in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) (maybe you meant: swift_FORCELOAD$swiftCompatibility50$_webview_cookie_manager) "(extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._bridgeToObjectiveC() -> A.RawValue._ObjectiveCType", referenced from: protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_bridgeObjectRetain", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.setCookies(cookies: [C.NSDictionary], result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined copy of Swift.String? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) outlined init with copy of Swift.String? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "_swift_dynamicCast", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_retain", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([__C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed [C.NSHTTPCookie]) -> () to @escaping @callee_unowned @convention(block) (@unowned C.NSArray) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) _block_copy_helper in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "_swift_once", referenced from: webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.unsafeMutableAddressor : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_unknownObjectRetain", referenced from: @objc static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift.Hashable", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Foundation):Swift.String._bridgeToObjectiveC() -> C.NSString", referenced from: @nonobjc C.FlutterMethodChannel.__allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) C.NSHTTPCookiePropertyKey.init(rawValue: Swift.String) -> C.NSHTTPCookiePropertyKey in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getObjCClassFromMetadata", referenced from: @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) C.NSHTTPCookie.allocating_init(properties: [C.NSHTTPCookiePropertyKey : Any]) -> C.NSHTTPCookie? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) C.NSMutableArray.allocating_init() -> C.NSMutableArray in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) C.NSMutableDictionary.allocating_init() -> C.NSMutableDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Foundation.Date.init(timeIntervalSince1970: Swift.Double) -> Foundation.Date", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getObjCClassMetadata", referenced from: type metadata accessor for C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @objc static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSObject in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSMutableArray in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSMutableDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSHTTPCookie in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "_swift_getInitializedObjCClass", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for webview_cookie_manager.SwiftWebviewCookieManagerPlugin in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSObject in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSMutableArray in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) type metadata accessor for C.NSMutableDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "Swift._bridgeAnythingToObjectiveC(A) -> Swift.AnyObject", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: __C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata for Any", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @nonobjc C.NSHTTPCookie.init(properties: [C.NSHTTPCookiePropertyKey : Any]) -> C.NSHTTPCookie? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "method descriptor for static Swift._ObjectiveCBridgeable.forceBridgeFromObjectiveC(: A._ObjectiveCType, result: inout A?) -> ()", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._ObjectiveCBridgeable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift.Dictionary.subscript.setter : (A) -> B?", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: __C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._HasCustomAnyHashableRepresentation in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_beginAccess", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.getter : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.setter : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.httpCookieStore.modify : C.WKHTTPCookieStore? in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "_swift_allocObject", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @objc webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata accessor for Foundation.URL", referenced from: closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift._bridgeAnyObjectToAny(Swift.AnyObject?) -> Any", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "(extension in Swift):Swift._SwiftNewtypeWrapper< 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 C.NSHTTPCookiePropertyKey : Swift.Hashable in C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "type metadata for Swift.Double", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from: protocol conformance descriptor for C.NSHTTPCookiePropertyKey : Swift._SwiftNewtypeWrapper in __C_Synthesized in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_getObjectType", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "Swift.assertionFailure(: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin._cookieToDictionary(cookie: C.NSHTTPCookie) -> C.NSDictionary in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "_swift_release", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) _swift_destroy_boxed_opaque_existential_0 in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @objc webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.clearCookies(result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "value witness table for Builtin.UnknownObject", referenced from: full type metadata for C.NSHTTPCookiePropertyKey in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) full type metadata for webview_cookie_manager.SwiftWebviewCookieManagerPlugin in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) "_swift_unknownObjectRelease", referenced from: static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @nonobjc C.FlutterMethodChannel.allocating_init(name: Swift.String, binaryMessenger: C.FlutterBinaryMessenger) -> C.FlutterMethodChannel in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) @objc static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.register(with: C.FlutterPluginRegistrar) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.(_setCookie in _E35A6B25B6E5F14C2C28AC213C9247D2)(cookie: C.NSDictionary, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) closure #1 ([C.NSHTTPCookie]) -> () in static webview_cookie_manager.SwiftWebviewCookieManagerPlugin.getCookies(url: Swift.String?, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ... "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from: webview_cookiemanager.SwiftWebviewCookieManagerPlugin.handle(: C.FlutterMethodCall, result: (Any?) -> ()) -> () in libwebview_cookie_manager.a(SwiftWebviewCookieManagerPlugin.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')

fryette commented 4 years ago

Can you run sample app? I see a lot of warnings about 9.0 iOS version

rodruiz commented 4 years ago

I'm facing a very similar issue on iOS too.

fryette commented 4 years ago

I believe that the problem is: https://github.com/amag2511/webview_cookie_manager/blob/master/ios/webview_cookie_manager.podspec#L18 Will set to 11

fryette commented 4 years ago

@punkisnotdead3 @rodruiz Can check again?

with

  webview_cookie_manager:
    git:
      url: git@github.com:amag2511/webview_cookie_manager.git

If everything will be fine, I will push a new version

rodruiz commented 4 years ago

@fryette getting the same error. @punkisnotdead3 could you list the plugins you are using? I'm using OneSignal.

fryette commented 4 years ago

@rodruiz hm...in my project everything is fine, I can use the plugin without any warnings or issues. Maybe problem with swift version?

rodruiz commented 4 years ago

@fryette I'm using Xcode 11.6. Let me investigate further. I'll let you know.

rodruiz commented 4 years ago

@fryette Your plugin is fine. I found the issue. Because you are using Swift use_frameworks! is required in the Podfile. Since Swift does not support Static Libraries you have to use frameworks.

That's why your example is working fine, because it is included in the Podfile.

target 'Runner' do
  use_frameworks!
  use_modular_headers!
  ..........
end

Recommend you to add that to the readme. It's easy for you to migrate from Swift to Objective-C?

This could be helpful.

Thanks.

fryette commented 4 years ago

Unfortunately, I don't know Objective C and really don't have time to migrate code from Swift to Obj C. I think the future is Swift and no need to do this.

I will update readme with it

@punkisnotdead3 I will close the issue for now. If you still cannot build your project with @rodruiz solution, feel free to reopen.