By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Asset validation failed iOS Amazon IVS Chat

0

Hi, I have to release an iOS app built with XCode 16.1 but the bitcode flag (used by the Amazon IVS Chat framework) was disabled, so I cannot distribute the app. screenshot

What can I do?

BR

asked 8 days ago19 views
3 Answers
0
Accepted Answer

The only solution that works for me was to use the script indicated here to strip the bitcode: https://stackoverflow.com/questions/78993520/invalid-executable-the-executable-appname-app-frameworks-hermes-framework-herm

answered a day ago
0

Please confirm which version you're currently using. If you're not using the latest version, please update to the latest IVS Chat SDK and if you continue to experience issues after updating, you may want to:

  1. Clean your build folder (Xcode → Product → Clean Build Folder)
  2. Delete derived data
  3. Re-install your pods/packages
  4. Rebuild your project

Let us know if the issue persists after trying the steps above.

answered 8 days ago
0

The latest, and only, IVS Chat SDK for iOS is the 1.0.0 as defined here: https://docs.aws.amazon.com/ivs/latest/ChatUserGuide/chat-ios-getting-started.html

answered 8 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions