-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apps cannot launch in iOS simulator #1917
Comments
I have this problem in |
What's the expected procedure to access the Xcode project? or what's the current procedure to run apps in iOS simulator? I can run on darwin/amd64 via:
It might be a problem with the cert, some suggests to turn cert to a always trust, but I don't see myself need their suggested steps: https://developer.apple.com/forums/thread/106711 |
I get
And if I specify the profile but not certificate I get:
|
This is my build process: iossimulator.mp4 |
Oh I see - running the temporary folder is the key here. |
I just noticed there is a install subcommand in the fyne command, is that an expected official approach to deploy to a target system? How about adding a target
|
Yes :) Adding that for simulator builds would be ideal - do you have ideas about how we could make that happen? |
I just pushed a new commit in #2495 This is how it works in a video: deploy.mp4Does this match what we want to do here? |
Slick, that looks exactly like the trick :) |
Close because #2495 is merged in develop |
(fixed the milestone as this solution adds a build option so isn't in the bugfix release) |
It seems to relate to invalid codesign signature
The text was updated successfully, but these errors were encountered: