Skip to content

Nativescript iOS 5.1.1 #1

@mspusta78

Description

@mspusta78

iOS simulator as well as the real device experience issues when using this plugin

Here are the errors:

platforms/ios/Pods/JSQWebViewController/Source/WebViewController.swift:171:14: error: 'bringSubview(toFront:)' has been renamed to 'bringSubviewToFront(_:)'

I was able to get this error fixed by changing
view.bringSubview(toFront: progressBar)
to
view.bringSubviewToFront(_: progressBar)

But then I keep getting more errors with RealmSwift
invalid redeclaration of 'replacesubrange(_:with:)' realmswift

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions