Skip to content

Commit 7ac29d6

Browse files
committed
feat: update xcode permission by command
1 parent 69212e0 commit 7ac29d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Platform/IOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def PostPackaged_UseMordenXcodeProject(self):
236236
OneIOSCert:IOSCertInfo = ConfigParser.Get().GetOneIOSCertificate(ioscert_tag_name)
237237
team_id = ""
238238
if OneIOSCert != None:
239-
team_id = OneIOSCert.team_id
239+
team_id = OneIOSCert.get_team_id
240240

241241
UnrealProjectManager.AddIOSBroadcastExtension(path_project_root, path_ue_config_resources, team_id)
242242

0 commit comments

Comments
 (0)