最近の検索


最近の検索はありません

Hyunjoon Ko's Avatar

Hyunjoon Ko

参加日2024年9月24日

·

前回のアクティビティ2024年9月30日

フォロー中

0

フォロワー

0

合計アクティビティ

5

投票

2

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Hyunjoon Ko

Hyunjoon Koさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk SDKs

Cesar Puch I'm also using CocoaPods and found a way to solve this. Since I'm not using the UI provided by Zendesk, but only the API, the following worked for me:

  1. Change pod ‘ZendeskSupportSDK’ to pod ‘ZendeskSupportProvidersSDK’ in the Podfile.
  2. Run pod install or pod update in the terminal.
  3. Go to where Zendesk is implemented and replace import SupportSDK with import SupportProvidersSDK.
  4. Clear and build the app.

If you're using any of ZendeskCommonUISDK, ZendeskMessagingAPISDK, ZendeskMessagingSDK, ZendeskSDKConfigurationsSDK, or ZendeskSupportSDK, this method won't work.

コメントを表示 · 編集日時:2024年9月30日 · Hyunjoon Ko

0

フォロワー

0

投票

0

コメント


Hyunjoon Koさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk SDKs

I have the same problem. Here is a more detailed log:

"Error Domain=ContentDelivery Code=90482 \"Asset validation failed\" UserInfo={NSLocalizedFailureReason=Invalid Executable. The executable 'Mubeat DEV.app/Frameworks/SDKConfigurations.framework/SDKConfigurations' contains bitcode. (ID: fe66e8cc-553c-4745-a3a6-1781aad93434), NSUnderlyingError=0x600000b4ee80 {Error Domain=IrisAPI Code=-19241 \"Asset validation failed\" UserInfo={status=409, detail=Invalid Executable. The executable 'Mubeat DEV.app/Frameworks/SDKConfigurations.framework/SDKConfigurations' contains bitcode., id=fe66e8cc-553c-4745-a3a6-1781aad93434, code=STATE_ERROR.VALIDATION_ERROR.90482, title=Asset validation failed, NSLocalizedFailureReason=Invalid Executable. The executable 'Mubeat DEV.app/Frameworks/SDKConfigurations.framework/SDKConfigurations' contains bitcode., NSLocalizedDescription=Asset validation failed}}, iris-code=STATE_ERROR.VALIDATION_ERROR.90482, NSLocalizedDescription=Asset validation failed}"

コメントを表示 · 投稿日時:2024年9月24日 · Hyunjoon Ko

0

フォロワー

1

投票

0

コメント