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

NewAccountTypePopup buttons doesn't reflect the tap action visually #102

Closed
albertopeam opened this issue Sep 17, 2022 · 4 comments
Closed
Assignees

Comments

@albertopeam
Copy link
Contributor

Hi,

I have installed the app in the AppStore and I saw that the NewAccountTypePopup buttons doesn't show the highlight while tapping them.
I would like to fix them by my own, I have check the readme and I didn't find any doc about how to contribute. Could you explain where I can read something to getting started?

I would also ask if you can help me with the Xcode build as it is failing, reasons:

  1. When I build the CosmostationDev target it gets stuck indefinitely(During "copy InfoPlist.strings").
  2. It also throws an error related "GoogleService-Info.plist"(not found), could you explain if its needed some config related to firebase?

Relevant info:
I had an issue with Cocoapods while installing, I solved it with "gem install --user-install ffi -- --enable-libffi-alloc"
Finally I got all pods installed succesfully

Using:
M1 laptop. macOS 12.5.1 (21G83)
Xcode13.4.1
Cocoapods 1.11.3 / ruby 2.6.8p205 (2021-07-07 revision 67951)

I hope you can help me, I would like to contribute to this great project :)

@wannabit-yongjoo
Copy link
Member

wannabit-yongjoo commented Sep 19, 2022

Thanks a lot for feedback. :)
Gonna add tapping reaction in button.

@wannabit-yongjoo
Copy link
Member

wannabit-yongjoo commented Sep 19, 2022

@soaryong-c
Please update dev mode build config

@albertopeam
Copy link
Contributor Author

Hi!

Can I collaborate in the project if I find some issue like this or is open sourced but only to analyze the code? It wasn’t clear after reading your response as it seems you are going to handle it :)
In case is open to collaborate, where can I find relevant doc about how to contribute or similar?

About the compilation issue, what do you mean by update dev mode build config? :)

Regards, Alberto :)

@soaryong-c
Copy link
Contributor

You can build by following these instructions:

  1. Clone the project.
  2. pod update ( in m1. arch -x86_64 pod update)
  3. Remove GoogleService-Info.plist from list of project files.(Red highlighting)
  4. Comment out FirebaseApp.configure() in AppDelegate.swift

@albertopeam

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

3 participants