Enhance iOS build process with preflight checks #91
Open
skywinder wants to merge 1 commit intoUshadow-io:mainfrom
Open
Enhance iOS build process with preflight checks #91skywinder wants to merge 1 commit intoUshadow-io:mainfrom
skywinder wants to merge 1 commit intoUshadow-io:mainfrom
Conversation
…n MobileAppWizard. Added a preflight script to ensure the iOS development environment is ready before running the app. Updated package.json to include the new script and modified instructions in the wizard for clarity.
Member
|
looks sensible but we want to focus on building on device not sim. Can you change to do that? |
Contributor
Author
|
Sometimes it’s easier to start with the simulator, just to be sure everything is running. Then you have to deal with provisioning profiles and developer account certificates, so I think it’s better to have this middle step. It doesn’t make the build process harder. Before, it also ran on the simulator by default with this command, but it crashed with a lot of errors. Now I’ve added steps to fix those errors. That’s it. |
Contributor
Author
|
@thestumonkey ping |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.