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.
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!