Why does PhysX end my ios packaging?

I’ve been trying to package for ios and android for several weeks now and have been unsuccessful. I’am using a iMac. My provisioning is green and valid however when I try to package the output log either gets to PHYSX files then stops packaging and successfully completes the package (its a partially packaged file and is missing a lot of content) or it gives me a UAT Run Automation Tool Error.

I clicked to select/enable the ios mobile provision and certificate and added all of my levels in the list of maps to include in the package however during packaging it gets to some PHYSX files and never packages the maps. Just so you know I am level streaming. If all of my levels are included in one persistent level should I only add the persistent level to the “Maps to include in the package” or do I need to add every level even though they live in the persistent level.

Its a little frustrating as you can imagine. Any help would be appreciated.

I’ve included the log file.

Cheers

link text

Hello RickyDay,

It seems like the error message that stands out for this is:

MainFrameActions: Packaging (iOS): UE4Editor: [2016.03.29-00.35.46:369]
[ 0]LogPhysics:Warning: PHYSX: ./…/…/PhysX/src/NpScene.cpp (2946) 8 :
PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.

MainFrameActions: Packaging (iOS): UE4Editor: [2016.03.29-00.35.46:369]
[ 0]LogPhysics:Warning: PHYSX: ./…/…/PhysX/src/NpScene.cpp (2946) 8 :
PxScene::unlockWrite() called without matching call to PxScene::lockWrite(), behaviour will be undefined.

I was able to find a few other posts of people having these issues. Could you look at the solutions they found and see if any of it can help you with this problem?

Hi ,

Thank you for the response. I was going to comb through the blueprints to find the problem asset as your links suggested when I saw that 4.11 was out. I migrated the project to a 4.11 project and now my builds complete successfully without the PhysX issue.

Cheers