Benjamin Tripp

Results 5 comments of Benjamin Tripp

I ran into this issue while using pyenv. I resolved it by installing an updated python version using `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -v 3.11.5` and then activating that as my global...

> Hard to tell what's going on without logs. Most likely some flag related to IOS SDK is missing. This is currently handled by [UnrealManagerBase::packageProject](https://github.com/adamrehn/ue4cli/blob/39d6f6ab2aab1484d104850f2de8f8f8f3cf45cf/ue4cli/UnrealManagerBase.py#L385), there is no special override...

I have implemented this manually in our FastAPI application running in ECS Fargate, but it is not incredibly reliable. Sometimes a trace id will get injected into the wrong log....