tencent cloud

Tencent Effect SDK

製品紹介
製品概要
製品機能
基本概念
製品のメリット
ユースケース
購入ガイド
価格一覧
購入プロセス
支払い遅滞・払い戻しの説明
Demo 体験
無料テスト
License案内
モバイル版Licenseの追加と更新
PC版Licenseの追加と更新
Web版Licenseの追加と更新
よくある質問
SDK ダウンロード
機能説明
SDK ダウンロード
バージョン履歴
SDK統合ガイド
Tencent Effect SDKの独立した統合
アトミック機能統合ガイド
APIドキュメント
iOS
Android
Flutter
機能の実践
SDKパッケージの簡素化
美顔シーン推奨パラメータ
ショート動画(エンタープライズ版)の移行ガイド
サードパーティプッシュによる美顔の接続(Flutter)
コンテンツ作成ツールの活用
Web美顔エフェクト
製品概要
クイックスタート
SDKへのアクセス
APIドキュメント
体験版
よくあるご質問
よくある質問
一般関連
技術系関連
License関連
TE SDK ポリシー
プライバシーポリシー
データ処理とセキュリティ契約
ドキュメントTencent Effect SDK

iOS

フォーカスモード
フォントサイズ
最終更新日: 2024-07-05 12:40:20

1. What should I do if an error occurs after the running of iOS import resources?

Xcode 12.X compilation prompt: Building for iOS Simulator, but the linked and embedded framework '.framework'...
Navigate to Build Settings > Build Options > Validate Workspace, and set Validate Workspace to 'Yes' and press Run.
Note:
Once 'Validate Workspace' is set to 'Yes' and the compilation is completed, you can set it back to 'No' and the application will work normally.

2. What should I do if the filter settings don't take effect?

Check whether the values are set properly (value range: 0-100). You may have set too small a value so the effect is not obvious.

3. What should I do if there's an error upon dSYM generation during compilation of the iOS Demo?

Error message:
PhaseScriptExecution CMake\\ PostBuild\\ Rules build/XMagicDemo.build/Debug-iphoneos/XMagicDemo.build/Script-81731F743E244CF2B089C1BF.sh
cd /Users/zhenli/Downloads/xmagic_s106
/bin/sh -c /Users/zhenli/Downloads/xmagic_s106/build/XMagicDemo.build/Debug-iphoneos/XMagicDemo.build/Script-81731F743E244CF2B089C1BF.sh

Command /bin/sh failed with exit code 1
Problem analysis: The cause is the failure of re-signing libpag.framework and Masonary.framework.
Solution:
1.1 Open demo/copy_framework.sh.
1.2 Change $(which cmake) to an absolute local cmake path.
1.3 Replace the Apple Development: ...... signature with your own account's signature.

4. What should I do if a license error is displayed when I enter the homepage of the iOS Demo?

Check the license failure error code printed in the log. If you are using a local license file, check whether the file has been added to the project.

5. What should I do upon a compilation error in the iOS Demo?

Error message:
unexpected service error: build aborted due to an internal error: unable to write manifest to-xxxx-manifest.xcbuild': mkdir(/data, S_IRWXU | S_IRWXG | S_IRWXO): Read-only file system (30):
Solution:
1.1 Navigate to File > Project settings > Build System, and select Legacy Build System.
1.2 For Xcode 13.0 and later versions, navigate to File > Workspace Settings and check Do not show a diagnostic issue about build system deprecation.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック