Fork me on GitHub
#cljsrn
<
2015-11-09
>
hmadelaine10:11:30

@donmullen: Hi ! I have the same error when building project with natal. Does the update of the command line tools solved it ? Thanks

donmullen13:11:21

@hmadelaine: I ended up getting it to work by installing v4.2.2 specifically - and making sure that when I opened a new terminal it was using that version.

donmullen13:11:04

I did as part of getting it to run make sure I had latest xcode and command line tools. But I don’t think that was my problem.

hmadelaine13:11:17

@donmullen: Thank you very much. I am going to check my version anyway

hmadelaine14:11:36

Hi all, 2 weeks ago, I tried the Natal tutorial and all was fine. Now I am back on React native study but I am stuck with a webdav problem. I tried all that @mfikes wrote about the subject in https://github.com/omcljs/ambly/wiki/Connectivity but I am stuck with the error :

Unable to mount WebDAV at 
Does anyone has experienced the same problem ? Thank you

mfikes15:11:23

@hmadelaine: Did you try the manual mount commands at the bottom? (That might lead to more insight.)

hmadelaine15:11:46

@mfikes: Hi Mike, yes I tried. I can execute the command but the mount point is empty

mfikes15:11:43

@hmadelaine: I'd suggest perhaps resetting your simulator instance, maybe even rebooting your Mac, etc.

mfikes15:11:35

If you can mount it manually, then Ambly should be able to do it programmatically. So that's odd.

hmadelaine15:11:19

@mfikes: If I try to unmount it, it says

umount: /Volumes/TestAmbly/: not currently mounted

mfikes15:11:46

@hmadelaine Sounds like OS X is confused. I'd reboot.

hmadelaine15:11:13

@mfikes: Ok, I will do it again. back in a couple of minutes

hmadelaine15:11:38

@mfikes: Same problem here. I am Admin user. Maybe I have the problem since I migrated to El Capitan

hmadelaine16:11:46

@mfikes: I do remember that when it was working it was never on the first attempt. I see in Ambly’s code that it tries 5 times. Do you think I could have a better change by increasing the number of attempts ?

mfikes16:11:37

@hmadelaine: worth a try. My hunch though is something fundamental. Are you on IPv6, etc.

hmadelaine16:11:22

@mfikes: do you think I should try to disable IPv6 ?

mfikes16:11:01

Yes, if you actually have a true IPv6 address. Might learn something.