The following question describes a situation where a python function call to an Objective-C function that requires a variable passed by reference:
Can't call methods on objects in pyObjC
However, the question was posted in 2012 and the accepted answer no longer seems to work. How can we pass the NSError object to the function and get a returned value?
My function call is part of a Framework that I cannot edit, so I have been tasked with finding a way to make it work.