expo-server-sdk-ruby icon indicating copy to clipboard operation
expo-server-sdk-ruby copied to clipboard

objc __NSCFConstantString initialize error

Open noctivityinc opened this issue 1 year ago • 1 comments

Just installed this gem and getting the following error when trying to use:

objc[2642]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
rails  | objc[2642]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

Running

ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-darwin21]
rails 5.2.6

Thanks

noctivityinc avatar Feb 09 '24 00:02 noctivityinc

@noctivityinc this might be related: https://github.com/rails/rails/issues/38560

josephineweidner avatar Aug 01 '24 18:08 josephineweidner