We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69212e0 commit 7ac29d6Copy full SHA for 7ac29d6
1 file changed
Platform/IOS.py
@@ -236,7 +236,7 @@ def PostPackaged_UseMordenXcodeProject(self):
236
OneIOSCert:IOSCertInfo = ConfigParser.Get().GetOneIOSCertificate(ioscert_tag_name)
237
team_id = ""
238
if OneIOSCert != None:
239
- team_id = OneIOSCert.team_id
+ team_id = OneIOSCert.get_team_id
240
241
UnrealProjectManager.AddIOSBroadcastExtension(path_project_root, path_ue_config_resources, team_id)
242
0 commit comments