Ryan Booker
Ryan Booker
The same issue occurs on the SurveyMonkey iOS SDK.
> have you managed to find a solution for making the SurveyMonkey iOS SDK work on M1? I've ran into the exact same issue and other than conditionally linking the...
`Documents/bin` appears to be in the path, but after adding a copy of `git` From my Mac to that folder, a-shell still couldn’t find it.
I believe this is because PATH has: ``` /var/mobile/Containers/Data/Application//Documents/bin ``` rather than ``` /private/var/mobile/Containers/Data/Application//Documents/bin ```
Ah. Makes more sense. I was wondering "Hmm. Is iOS really just going to use a macOS binary?" :)
Thanks for the feedback. I fixed this quite a while ago, so I'm surprised it still works given the speed at which ruby gems etc change. I've never tried it...
Having a defined width and height makes everything unscalable. i.e. With a response page that changes the size of elements with window size, the word cloud will eventually draw out...
It's possible this doesn't actually matter and the issue I'm struggling with is something else. The actual issue is that things like the `ps` example in the help, don't actually...
Ah that seems to be another issue further down the pipeline. I guess adding another case for `(Right []) -> printList []` or something will fix that? The issue I'm...
I just merged in your updates, to confirm. I'm still getting the compile error with the function. Also, would this be a cleaner implementation of the `[]` case for `res`...