niksauer / RoadChat

A social network for passengers of autonomous vehicles.
GNU Affero General Public License v3.0
1 stars 2 forks source link

AboutVC is not updated when returning from editing dialog #233

Open niksauer opened 6 years ago

niksauer commented 6 years ago

viewDidAppear is called up to FixedPageViewController

grinchzema commented 5 years ago

Hello. cloned from git RoadChat, but I do get frameworks empty. and this is the error that I get. Could you please help me figure it out ?

Screen Shot 2019-08-21 at 12 24 31 PM
niksauer commented 5 years ago

Hi, have you updated the submodules afterwards?

git submodule update --recursive --init

grinchzema commented 5 years ago

hi, thank you for your reply. the thing is I am using GitHub projects for the first time. on terminal I did commands like git init. and then git clone and the url of RoadChat. then I went to all of submodules and downloaded them to my Mac. thave never worked with a command like git submodule before. should just type that right after git clone finishes on the next line ? I would be glad if you could guide me a bit

On Wed, Aug 21, 2019 at 1:19 PM Nik Sauer notifications@github.com wrote:

Hi, have you updated the submodules afterwards?

git submodule update --recursive --init

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ36J7NZ5L6E6C7MGIFDQFUJCZA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZGAGQ#issuecomment-523395098, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ35IJQYEXSTGBCUSAFLQFUJCZANCNFSM4FA3FAGA .

niksauer commented 5 years ago

Yeah no problem, so first of all you don't have to execute git init on this project. This has already been done at the very beginning of the project. Otherwise I wouldn't have been able to upload it to GitHub 😊 git init is only used when you want to put some directory under version control (aka Git).

To set up this project:

git clone git@github.com:niksauer/RoadChat.git
cd RoadChat
git submodule update --recursive --init

Since you changed the directory to this Git project after cloning, it will know which submodules to download / update.

grinchzema commented 5 years ago

I tried the first command, this is what I get:

Cloning into 'RoadChat.git.'...

git@github.com: Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

On Wed, Aug 21, 2019 at 1:43 PM Nik Sauer notifications@github.com wrote:

Yeah no problem, so first of all you don't have to execute git init on this project. This has already been done at the very beginning of the project. Otherwise I wouldn't have been able to upload it to GitHub 😊 git init is only used when you want to put some directory under version control (aka Git).

To set up this project:

git clone git@github.com:niksauer/RoadChat.git

cd RoadChat

git submodule update --recursive --init

Since you changed the directory to this Git project, it will know which submodules to download / update.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ32R5VCFKA5DSBTICITQFUL6JA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZH36I#issuecomment-523402745, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ34TX4PCLRQKK2SMVQTQFUL6JANCNFSM4FA3FAGA .

niksauer commented 5 years ago

Have a look here. Otherwise you can use git via HTTPS: git clone https://github.com/niksauer/RoadChat.git

grinchzema commented 5 years ago

I am so sorry, I got stucked. What I am doing wrong?

On Wed, Aug 21, 2019 at 1:48 PM Nik Sauer notifications@github.com wrote:

Have a look here https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account. Otherwise you can use git via HTTPS: git clone https://github.com/niksauer/RoadChat.git

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ3YWDHHYIFJ3GIIUJ6TQFUMPVA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZIGXY#issuecomment-523404127, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32POVZOMOPHH53ZVM3QFUMPVANCNFSM4FA3FAGA .

niksauer commented 5 years ago

Not sure what the problem is right now?

grinchzema commented 5 years ago

when I just say git clone https://github.com/niksauer/RoadChat.git I says fatal: destination path 'RoadChat' already exists and is not an empty directory the thing I do not how to remove that path. even with rm -r

On Wed, Aug 21, 2019 at 2:01 PM ggg ccc grinchzema@gmail.com wrote:

I am so sorry, I got stucked. What I am doing wrong?

On Wed, Aug 21, 2019 at 1:48 PM Nik Sauer notifications@github.com wrote:

Have a look here https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account. Otherwise you can use git via HTTPS: git clone https://github.com/niksauer/RoadChat.git

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ3YWDHHYIFJ3GIIUJ6TQFUMPVA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZIGXY#issuecomment-523404127, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32POVZOMOPHH53ZVM3QFUMPVANCNFSM4FA3FAGA .

grinchzema commented 5 years ago

it asks for user name and password when I enter it it gives an error:

Username for 'https://github.com': grinchzema@gmail.com

Password for 'https://grinchzema@gmail.com@github.com':

remote: Repository not found.

fatal: repository 'https://github.com/niksauer/RoadChat.git./' not found

Narmins-MacBook-Pro:~ narminmansimova$ git clone https://github.com/niksauer/RoadChat.git

On Wed, Aug 21, 2019 at 2:03 PM ggg ccc grinchzema@gmail.com wrote:

when I just say git clone https://github.com/niksauer/RoadChat.git I says fatal: destination path 'RoadChat' already exists and is not an empty directory the thing I do not how to remove that path. even with rm -r

On Wed, Aug 21, 2019 at 2:01 PM ggg ccc grinchzema@gmail.com wrote:

I am so sorry, I got stucked. What I am doing wrong?

On Wed, Aug 21, 2019 at 1:48 PM Nik Sauer notifications@github.com wrote:

Have a look here https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account. Otherwise you can use git via HTTPS: git clone https://github.com/niksauer/RoadChat.git

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ3YWDHHYIFJ3GIIUJ6TQFUMPVA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZIGXY#issuecomment-523404127, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32POVZOMOPHH53ZVM3QFUMPVANCNFSM4FA3FAGA .

niksauer commented 5 years ago

rm -rf RoadChat

Please follow the guide to setup SSH keys. That will prevent a lot of problems in the future.

grinchzema commented 5 years ago

thank you that worked. but after cloning submodules I get this for each of them

Please make sure you have the correct access rights

and the repository exists.

fatal: clone of 'git@github.com:rechsteiner/Parchment.git' into submodule path '/Users/narminmansimova/RoadChat/Frameworks/Parchment' failed

Failed to clone 'Frameworks/Parchment' a second time, aborting

Cloning into '/Users/narminmansimova/RoadChat/Frameworks/NetworkKit'...

git@github.com: Permission denied (publickey).

fatal: Could not read from remote repository.

On Wed, Aug 21, 2019 at 2:05 PM Nik Sauer notifications@github.com wrote:

rm -rf RoadChat

Please follow the guide to setup SSH keys. That will prevent a lot of problems in the future.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ3YA22UXB7P2ECPMGXDQFUOQ3A5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZJPPA#issuecomment-523409340, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ37KXDUFF2S7YLHJBT3QFUOQ3ANCNFSM4FA3FAGA .

niksauer commented 5 years ago

Again, you will have to setup SSH keys according to https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account.

grinchzema commented 5 years ago

hi, thank you so much. finally the build succeeded. :) this whenever I press Register or login nothing happens. I pressed several times. and this is what I got on console.

[WC] -[WCSession onqueue_handleUpdateSessionState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)

2019-08-21 16:21:39.646150+0300 RoadChat[28275:320409] [WC] WCSession is not paired

2019-08-21 16:21:51.455979+0300 RoadChat[28275:320408] [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: com.hpe.dhbw.RoadChat due to error: iCloud Keychain is disabled

On Wed, Aug 21, 2019 at 2:14 PM Nik Sauer notifications@github.com wrote:

Again, you will have to setup SSH keys according to https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account .

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ35GAEWEENMWA57L4R3QFUPRJA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZKC2A#issuecomment-523411816, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ356ESXJ5B7FCWOH4STQFUPRJANCNFSM4FA3FAGA .

grinchzema commented 5 years ago

should I create a new database ? I swear this is the last issue , so sorry for disturbing you

On Wed, Aug 21, 2019 at 4:24 PM ggg ccc grinchzema@gmail.com wrote:

hi, thank you so much. finally the build succeeded. :) this whenever I press Register or login nothing happens. I pressed several times. and this is what I got on console.

[WC] -[WCSession onqueue_handleUpdateSessionState:]_block_invoke dropping as pairingIDs no longer match. pairingID (null), client pairingID: (null)

2019-08-21 16:21:39.646150+0300 RoadChat[28275:320409] [WC] WCSession is not paired

2019-08-21 16:21:51.455979+0300 RoadChat[28275:320408] [AutoFill] Cannot show Automatic Strong Passwords for app bundleID: com.hpe.dhbw.RoadChat due to error: iCloud Keychain is disabled

On Wed, Aug 21, 2019 at 2:14 PM Nik Sauer notifications@github.com wrote:

Again, you will have to setup SSH keys according to https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account .

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ35GAEWEENMWA57L4R3QFUPRJA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZKC2A#issuecomment-523411816, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ356ESXJ5B7FCWOH4STQFUPRJANCNFSM4FA3FAGA .

niksauer commented 5 years ago

No worries, happy to see someone learning from my projects.

You'll have to be running the matching backend either locally or on a remote server of your choice. The url can than be configured here.

grinchzema commented 5 years ago

could you please look at my 1 previous message just before the database one ? there is an issue while I hit register button after filling all of the fields. nothing happens at all. it does not direct me to the app. I just stay on register scene

On Wed, Aug 21, 2019 at 4:49 PM Nik Sauer notifications@github.com wrote:

No worries, happy to see someone learning off my projects.

You'll have to be running the matching backend https://github.com/niksauer/RoadChatAPI either locally or on a remote server of your choice. The url can than be configured here https://github.com/niksauer/RoadChat/blob/master/RoadChat/Frontend/Model/RoadChatAPI.swift .

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ34AUC3DZXEIGNMH74TQFVBVVA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZXGKY#issuecomment-523465515, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ33VBO5SRBM7HBD2RTDQFVBVVANCNFSM4FA3FAGA .

niksauer commented 5 years ago

In order to register, the app has to communicate with the RoadChatAPI backend. Therefore you must download and run that project as well.

grinchzema commented 5 years ago

I guess this is what you are meaning right? I do already have it inside. it builds successfully. except for it stays on that page. could you please guide a bit more into communication with the API backend. the only backend I have worked so far is Firebase . So I do not have prev knowledge . Thank you for your support

On Wed, Aug 21, 2019 at 5:17 PM Nik Sauer notifications@github.com wrote:

In order to register, the app has to communicate with the RoadChatAPI backend. Therefore you must download and run that project as well.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ33LNZUQCNLPAK5CB4TQFVE6VA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4Z2BXQ#issuecomment-523477214, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32PHHC3KEFGFJAKLATQFVE6VANCNFSM4FA3FAGA .

grinchzema commented 5 years ago

I just do not know how to get a local/remote host. I googled before asking for your assistance

On Wed, Aug 21, 2019 at 5:30 PM ggg ccc grinchzema@gmail.com wrote:

I guess this is what you are meaning right? I do already have it inside. it builds successfully. except for it stays on that page. could you please guide a bit more into communication with the API backend. the only backend I have worked so far is Firebase . So I do not have prev knowledge . Thank you for your support

On Wed, Aug 21, 2019 at 5:17 PM Nik Sauer notifications@github.com wrote:

In order to register, the app has to communicate with the RoadChatAPI backend. Therefore you must download and run that project as well.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ33LNZUQCNLPAK5CB4TQFVE6VA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4Z2BXQ#issuecomment-523477214, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32PHHC3KEFGFJAKLATQFVE6VANCNFSM4FA3FAGA .

grinchzema commented 5 years ago

I downloaded RoadChatAPI into frameworks, still confused. I am sorry again for disturbing. Have a nice day

On Wed, Aug 21, 2019 at 5:46 PM ggg ccc grinchzema@gmail.com wrote:

I just do not know how to get a local/remote host. I googled before asking for your assistance

On Wed, Aug 21, 2019 at 5:30 PM ggg ccc grinchzema@gmail.com wrote:

I guess this is what you are meaning right? I do already have it inside. it builds successfully. except for it stays on that page. could you please guide a bit more into communication with the API backend. the only backend I have worked so far is Firebase . So I do not have prev knowledge . Thank you for your support

On Wed, Aug 21, 2019 at 5:17 PM Nik Sauer notifications@github.com wrote:

In order to register, the app has to communicate with the RoadChatAPI backend. Therefore you must download and run that project as well.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/niksauer/RoadChat/issues/233?email_source=notifications&email_token=AFHYQ33LNZUQCNLPAK5CB4TQFVE6VA5CNFSM4FA3FAGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4Z2BXQ#issuecomment-523477214, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHYQ32PHHC3KEFGFJAKLATQFVE6VANCNFSM4FA3FAGA .

niksauer commented 5 years ago

It’s not a framework. You have to clone the project seperately and follow the README, i.e set up the Swift Package Manager, Docker etc. I canβ€˜t help you with all the steps, itβ€˜s kinda advanced.