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

Updated documentation explaining how to run the AppStandalone project #80

Conversation

josancamon19
Copy link
Collaborator

Let me know if the guide is clear, please try to replicate it

@Wladefant
Copy link
Contributor

doing gods work I will check it out today, as I was able to run everything, but somehow it wasnt stable and most of the time not working

Navigate to the iOS directory and install the CocoaPods dependencies:
```
cd ios
pod install
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably won't work out of the box for new clones since the ios project hasn't been built yet. Here is the error I got:

pod install                                                                                                     
Ignoring msgpack-1.7.1 because its extensions are not built. Try: gem pristine msgpack --version 1.7.1   

...

Generating Pods project                                                                                                      
[!] An error occurred while processing the post-install hook of the Podfile.
                                                                                                                                                                                                                                                          
/Users/jkjensen/dev/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework must exist. If you're running pod install manually, make sure "flutter precache --ios" is executed first      

If the user runs flutter precache --ios first then the pod install should succeed.

Suggested change
pod install
flutter precache --ios
pod install

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, @after-ephemera I personally don't remember ever having to do that in a flutter project, I don't know if I would add it as part of the steps, can someone else try to replicate this guide, and double check if they need flutter precache --ios, thanks.

josancamon19 and others added 4 commits April 26, 2024 09:45
Co-authored-by: jk jensen <azjkjensen@gmail.com>
Co-authored-by: jk jensen <azjkjensen@gmail.com>
Co-authored-by: jk jensen <azjkjensen@gmail.com>
Co-authored-by: jk jensen <azjkjensen@gmail.com>
Co-authored-by: jk jensen <azjkjensen@gmail.com>
@akshaynarisetti
Copy link
Collaborator

Thanks for Pull, Merging

@akshaynarisetti akshaynarisetti merged commit 76bf6a6 into BasedHardware:main Apr 28, 2024
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

Successfully merging this pull request may close these issues.

None yet

4 participants