Ben Horgan
Ben Horgan
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
We've updated the [README](https://github.com/klaviyo/klaviyo-api-ruby/blob/main/README.md#for-macos-developers) describing a workaround for this issue. Going to close this out.
Thanks for bringing this up- we'll look into it. It most likely has to do with either the MacOS version or the `typhoeus` library. In the meantime, there may be...
You should be able to do either of the following to resolve this: - Add `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` to your `.zshrc` or `.bashrc`, then restart your terminal (see [this](https://github.com/rails/rails/issues/38560#issuecomment-590236052)) - Add...
The issue appears to be that a request library we use, Typhoeus, is not compatible with Spring (or `Process.fork` in general). This does not have to do with our code,...
We've updated the [README](https://github.com/klaviyo/klaviyo-api-ruby/blob/main/README.md#for-macos-developers) describing a workaround for this issue. Going to close this out.
Hi there, sorry for the wait. Since this repo is autogenerated, we cannot directly merge PRs, but I will look into adding support for this in the generator.
Hi there- I've added these type hints in v14.0.2. Thanks for your help! As to your question, the generator repository is not public as of now- GitHub issues in this...
Thank you for raising this, we will work on a fix.
Sorry for the delay. We're working on upgrading to the newest version of the SDK generator library we use, which would fix this issue. It should be released soon.
This has been addressed in v16