-2

When I try to archive to generate a version to distribute the app, I am getting this error in the below picture.

I also checked the CFBundleExecutable and CFBundlePackageType in Info.plist. Both are set as expected in image.

The pod is 'Appboy-iOS-SDK' also ocurrs with BrazeKitCompat, or BrazeKit.

asset validation failed

What can I change in my project to archive normally?

HangarRash
  • 7,314
  • 5
  • 5
  • 32
Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62

1 Answers1

-2

The configuration of the lib was correct, but in the podfile there was a configuration that modified the Info.plist causing the problem. By removing the line below, it was possible to solve this problem and Archive and Distribute normally.

config.build_settings['GENERATE_INFOPLIST_FILE'] = 'YES'
Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62