Skip to content
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

IOS simulator build installation #169

Open
reasje opened this issue Jan 22, 2025 · 4 comments
Open

IOS simulator build installation #169

reasje opened this issue Jan 22, 2025 · 4 comments
Assignees

Comments

@reasje
Copy link

reasje commented Jan 22, 2025

We will need to support adding a artifact to Github actions that is installable on IOS simulator for Sang to be able to run automations test on It.

@reasje reasje self-assigned this Jan 22, 2025
@reasje
Copy link
Author

reasje commented Jan 22, 2025

Dev log:
We needed to have IOS simulator build for this which .app folder.
It was doable by xcrun at first then i figured out It can be done drag and drop of the Flutter IOS Simulator build.

@reasje
Copy link
Author

reasje commented Jan 22, 2025

Dev log:
I have updated pipe lines but the build from actions shows white screen.

@reasje
Copy link
Author

reasje commented Jan 22, 2025

Dev log :
What I have tried so far :

  1. Clear IOS cache & Pod update
  2. Clean Flutter project with "flutter clean" & "pub get"
  3. Checking current build on TestFlight which worked just fine
  4. Remove initial Firebase config
  5. Downgrade Flutter to 3.24.5
  6. Got IOS logs, Of process & identifier, But nothing was there.

@reasje
Copy link
Author

reasje commented Jan 23, 2025

Dev log:
What I have tried so far:

  1. Check "GoogleService-Info.plist".
  2. Try flutter build ios --simulator --no-codesign --debug --dart-define=FLUTTER_BUILD_MODE=debug --verbose.
  3. Checked Runner.app architecture.
  4. 5 pages of stack overflow on keywords related to this problem.
  5. Related unresolved issue.
  6. Cleared actions cache
  7. Changed operating OS version to MacOs 14
  8. Changed flutterfire cli version to 1.0.0 & 0.3.0-dev.19
  9. Changed Flutter version to 3.27.2

Related1, Related2, Related3,
Related Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant