From 36712f82222db3c64fcb0a3bc360211031efbd75 Mon Sep 17 00:00:00 2001 From: wushengtao Date: Mon, 24 Jun 2024 12:22:41 +0800 Subject: [PATCH 1/3] fix: minor changes --- iOS/APIExample/APIExample/Common/KeyCenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/APIExample/APIExample/Common/KeyCenter.swift b/iOS/APIExample/APIExample/Common/KeyCenter.swift index 5deb95a23..34c472289 100644 --- a/iOS/APIExample/APIExample/Common/KeyCenter.swift +++ b/iOS/APIExample/APIExample/Common/KeyCenter.swift @@ -25,7 +25,7 @@ class KeyCenter: NSObject { 进入声网控制台(https://console.agora.io/),创建一个项目,进入项目配置页,即可看到APP ID。 */ @objc - static let AppId: String = <#YOUR AppId#> + static let AppId: String = "" /** Certificate. From d6927351851d1aeeb6f35d755aa3a402f9dd6659 Mon Sep 17 00:00:00 2001 From: wushengtao Date: Mon, 24 Jun 2024 12:24:10 +0800 Subject: [PATCH 2/3] fix: revert --- iOS/APIExample/APIExample/Common/KeyCenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/APIExample/APIExample/Common/KeyCenter.swift b/iOS/APIExample/APIExample/Common/KeyCenter.swift index 34c472289..5deb95a23 100644 --- a/iOS/APIExample/APIExample/Common/KeyCenter.swift +++ b/iOS/APIExample/APIExample/Common/KeyCenter.swift @@ -25,7 +25,7 @@ class KeyCenter: NSObject { 进入声网控制台(https://console.agora.io/),创建一个项目,进入项目配置页,即可看到APP ID。 */ @objc - static let AppId: String = "" + static let AppId: String = <#YOUR AppId#> /** Certificate. From 9842be2cbb8dc7a9ef6749722eedcdcf0b8e0562 Mon Sep 17 00:00:00 2001 From: wushengtao Date: Mon, 24 Jun 2024 12:28:11 +0800 Subject: [PATCH 3/3] fix: remove -ld_classic --- iOS/APIExample/APIExample.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/iOS/APIExample/APIExample.xcodeproj/project.pbxproj b/iOS/APIExample/APIExample.xcodeproj/project.pbxproj index 7938184d8..9c1614dfe 100644 --- a/iOS/APIExample/APIExample.xcodeproj/project.pbxproj +++ b/iOS/APIExample/APIExample.xcodeproj/project.pbxproj @@ -2717,7 +2717,6 @@ MARKETING_VERSION = 4.0.0; OTHER_LDFLAGS = ( "$(inherited)", - "-ld_classic", "-ObjC", "-l\"stdc++\"", "-framework", @@ -2789,7 +2788,6 @@ MARKETING_VERSION = 4.0.0; OTHER_LDFLAGS = ( "$(inherited)", - "-ld_classic", "-ObjC", "-l\"stdc++\"", "-framework",