iOS Pakcage module support iOS14.5 needed

Apple releases iOS14.5, the UnrealEngine iOS Package module to sign iOS APP module is out of date.

codesign -dv Payload/myapp.app
CodeDirectory v=20200 size=484 flags=0x0(none) hashes=15+5 location=embedded

but for the newest macos codesign result is
CodeDirectory v=20400 size=760 flags=0x0(none) hashes=15+5 location=embedded

I have tried to deploy UE signed app the iOS installd process errors as
0xe8008029 (The code signature version is no longer supported.

I Think we need to upgrade the iOS signning to support CodeDirectory v= 0x20400, now is 0x20200

1 Like

any update on this? I’m running into the same issue trying to launch a project on an Ipad using iOS 14.5

same here… ue5 ea has the same error :frowning:

The only solution that I found was compiling on a Mac using the latest version of Xcode