Tuesday, October 21, 2014

UE4.4.3 info.plist for xcode debug

I'm trying to get location service to work on IOS:
http://nevan.net/2014/09/core-location-manager-changes-in-ios-8/
And that requires a few modifications to info.plist.

ue4.4.3 xcode debug doesn't use same info.plist as what is set in ue4 editor.
the info.plist in project setting (and project folder) will be the one packaged.
the other plist that is used during xcode debug will be in UnrealEngine-4.4/Engine/Build/IOS/UE4Game-Info.plist.


in ue4.5.1, it seems that the debugger now uses info.plist in project setting...

No comments:

Post a Comment