Just tried 2022 R1 and

When I went to run my app in debugger I got several error, however the app ran.

What are these and why did I get them:
cp: /Users/rich/Xojo/_Apps/Desktop/Members/_NewSource/MemberTree.debug.app.app/Contents/Frameworks/vcomponents_x64: No such file or directory
cp: /Users/rich/Xojo/_Apps/Desktop/Members/_NewSource/MemberTree.debug.app.app/Contents/Frameworks/vcomponents_x64: No such file or directory
cp: /Users/rich/Xojo/_Apps/Desktop/Members/_NewSource/MemberTree.debug.app.app/Contents/Frameworks/vcomponents_x64: No such file or directory

You’ll need to update your build script. CurrentBuildAppName now includes the .app extension, so if you look closely at the output, you’ll notice it’s included twice.

3 Likes

Thanks, that fixed it!