You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the section Project setup, item 4 ("Integrate Video SDK into your project") it describes how to:
Add the AgoraRtcEngine_macOS package and any other functionality that you want to integrate into your app. For example, AgoraAINoiseSuppressionExtension....
The next step simply says:
ii. Click Add Package. In the new window, click Add Package.
In Xcode 14.3.1 (and possibly earlier versions), this is insufficient and, while it will appear to add the package dependency to the project, it will result in an error later when adding the line import AgoraRtcKit because no actual Product from the package has been selected to be built as part of your build targets.
To fix this, step ii. above needs to state that you must check the RtcBasic option in the new window as seen in the attached screenshot.
Note that I resized the window for the screenshot. Under default conditions, "RtcBasic" is alphabetically scrolled out of view, implying these are all just optional additions, like AgoraAINoiseSuppressionExtension mentioned in the earlier text. So a user unfamiliar with the setup won't know they are required to check it. In fact, when I first scrolled through the list I mistook this item for generic RTC signaling until I read the package description and realized it contained the core features.
The text was updated successfully, but these errors were encountered:
Under the section Project setup, item 4 ("Integrate Video SDK into your project") it describes how to:
The next step simply says:
In Xcode 14.3.1 (and possibly earlier versions), this is insufficient and, while it will appear to add the package dependency to the project, it will result in an error later when adding the line
import AgoraRtcKit
because no actual Product from the package has been selected to be built as part of your build targets.To fix this, step ii. above needs to state that you must check the
RtcBasic
option in the new window as seen in the attached screenshot.Note that I resized the window for the screenshot. Under default conditions, "RtcBasic" is alphabetically scrolled out of view, implying these are all just optional additions, like AgoraAINoiseSuppressionExtension mentioned in the earlier text. So a user unfamiliar with the setup won't know they are required to check it. In fact, when I first scrolled through the list I mistook this item for generic RTC signaling until I read the package description and realized it contained the core features.
The text was updated successfully, but these errors were encountered: