Giter Site home page Giter Site logo

Comments (5)

c941010623 avatar c941010623 commented on May 19, 2024 2

when i only use the code

        NavigationView {
            TabView(selection:$selection) {
                List(0..<6) { _ in
                    NavigationLink(destination:Text("fffff")) {
                        Text("GGG")
                    }
                }
            }
            .tabItem {
                Text("Home")
            }
        }

i also get same error

Trying to pop to a missing destination at
/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/Monoceros/Monoceros-42.22/Shared/NavigationBridge_PhoneTV.swift:205

i think this is xcode bug, because i don't have any Pod

from ascollectionview.

apptekstudios avatar apptekstudios commented on May 19, 2024

Is this crashing or just logging a message? Sounds quite similar to an old swiftUI bug that got fixed in 13.3.0 #54

Which version of iOS/XCode is this happening on?

from ascollectionview.

foolbear avatar foolbear commented on May 19, 2024

@apptekstudios, no crash, just logging.
iOS 13.3.1
Xcode 11.3.1

from ascollectionview.

magnas35 avatar magnas35 commented on May 19, 2024

I see exactly the same behaviour and error code in my own app.
Also I just have to run the Demo app > Photo grid (with edit mode, selection) > hit any image > hit Explore (to go back to previous view) = error message in log.

from ascollectionview.

skunkworker avatar skunkworker commented on May 19, 2024

On Xcode 12.3 I'm seeing this bug when the ASCollectionView is inside of a NavigationView. But the example code above no longer produces this bug.

from ascollectionview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.