Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS按照一二步骤完成后,屏幕共享不成功,手机端 提示(null)屏幕直播;推流不成功; #1431

Closed
sven-xie opened this issue Nov 10, 2023 · 5 comments
Labels
waiting for customer response waiting for customer response, or closed by no-reponse bot

Comments

@sven-xie
Copy link

第一步骤:pod增加;
targets_to_weaklink=['Pods-Runner', "agora_rtc_engine"]
frameworks_to_weaklink=["AgoraAiEchoCancellationExtension", "AgoraAiNoiseSuppressionExtension", "AgoraAudioBeautyExtension", "AgoraClearVisionExtension", "AgoraContentInspectExtension", "AgoraDrmLoaderExtension", "AgoraVideoQualityAnalyzerExtension", "AgoraVideoSegmentationExtension"]

next unless targets_to_weaklink.include?(target.name)
target.build_configurations.each do |config|
  base_config_reference = config.base_configuration_reference
  unless base_config_reference. nil?
    xcconfig_path = base_config_reference.real_path
    xcconfig = File.read(xcconfig_path)
    frameworks_to_weaklink.each do |framework|
      xcconfig = xcconfig.gsub(/-framework "#{framework}"/, "-weak_framework \"#{framework}\"")
    end
    File.open(xcconfig_path, "w") { |file| file << xcconfig }
  end
end

第二步骤:
企业微信20231110-171230@2x

APP 可以运行起来,但到了共享屏幕的时候;推流不成功;手机顶部显示的是 (null)屏幕直播;

该怎么解决这个问题呢?

@littleGnAl
Copy link
Contributor

Which version of agora_rtc_engine you are using? Does it work if you do not add this change?

@littleGnAl littleGnAl added the waiting for customer response waiting for customer response, or closed by no-reponse bot label Nov 13, 2023
@sven-xie
Copy link
Author

agora_rtc_engine: 6.1.0

it can work when id do not add this change

@github-actions github-actions bot removed the waiting for customer response waiting for customer response, or closed by no-reponse bot label Nov 13, 2023
@littleGnAl
Copy link
Contributor

Can you try the latest version to see if it works or not?

@littleGnAl littleGnAl added the waiting for customer response waiting for customer response, or closed by no-reponse bot label Nov 13, 2023
Copy link
Contributor

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.

Copy link
Contributor

github-actions bot commented Dec 4, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
waiting for customer response waiting for customer response, or closed by no-reponse bot
Projects
None yet
Development

No branches or pull requests

2 participants