Git Product home page Git Product logo

Comments (6)

changkun avatar changkun commented on June 3, 2024 2

Just tried and I can reproduce the issue.

from fyne.

andydotxyz avatar andydotxyz commented on June 3, 2024 1

Adding a bounty of £250 as we need to get this figured out...

from fyne.

andydotxyz avatar andydotxyz commented on June 3, 2024

There is a known issue with the latest iossimulator that we are working on.

However there is no known issue with the Android emulator. Please provide the crash log for running Fyne's demo app on your emulator.

from fyne.

BHLabsLtd avatar BHLabsLtd commented on June 3, 2024

Hi @andydotxyz
I've tested the exact same as above on an Intel I9 Mac and it runs fine with the latest iossimulator.
Do you have an ETA on when the issue will be fixed or anywhere i can look to help out?

Apologies I've just retested the demo app in Android and it is working. so it's just the IOS Simulator that's failing.

from fyne.

andydotxyz avatar andydotxyz commented on June 3, 2024

Do you have an ETA on when the issue will be fixed or anywhere i can look to help out?

No, we can't really estimate such things until we understand them.
The issue appears to be with the latest XCode tools on the Apple Silicon which causes no end of problems.
Probably some mismatch on binaries or boot sequence but unless you can track down some error logged that we've not found it's basically trial and error or speaking to an Apple engineer...

Maybe the gomobile project has encountered and solved this already?

from fyne.

RiRa12621 avatar RiRa12621 commented on June 3, 2024

Seeing the same.

code:

package main

import (
	"fyne.io/fyne/v2/app"
	"fyne.io/fyne/v2/widget"
)

func main() {
	a := app.New()
	w := a.NewWindow("Hello World")

	w.SetContent(widget.NewLabel("Hello World!"))
	w.ShowAndRun()
}

build and run:

fyne package -os iossimulator -appID com.example.myapp -icon resources/_gen/images/ios_store_icon.png && xcrun simctl install booted fyniere.app

App installs fine, if I tap it, it opens and insta-crashes.

Crash report attached:

main-2024-05-23-232233.ips.zip

from fyne.

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.