google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
283 stars 84 forks source link

Can't distribute from Xcode: "Unexpected CFBundleExecutable Key..." #110

Open chasing opened 1 month ago

chasing commented 1 month ago

Receiving this error when I attempt to distribute a build within Xcode:

Asset validation failed Unexpected CFBundleExecutable Key. The bundle at 'Payload/inCitu.app/ARCoreResources.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue. (ID: 0093f066-0e43-4c0d-9632-482ecd8d2f14)

I can archive just fine. And I can run the app from Xcode on my device no problem. But I can't submit.

Any ideas, here?

Xcode 16. macOS 15.0.

Thanks!