Xcode Project Export not working with Xcode 12.4 and actual iOS device

I have an iPhone 7 and iPad Pro (2020) (both running version 14.4.1) with the latest Codea. Exporting the project to my Mac Book Pro and then the build generates a ton of warnings. The project builds without major errors; however, after transferring cached files to the connected device, I get a “Cannot install” error message on either iOS device.

Got it to load, bundle ID I changed in one place and not the other. App works great in Codea but bombs on iPad, think due to missing assets on the line that is failing. I thought the export to XCode brought in the assets automagically. Ideas? Do I need to select the assets
manually form the export list?

failing line:

self.startBtn = Button(WIDTH / 2, 150, asset.builtin.UI.Yellow_Button_13)

Works on Codea not on device…