Hello,
I am on maxOS 14.6 and I developed a C++ application for macOS with graphical-user interface by using wxWidgets. The .app application bundle is built correctly and the application runs. Now I would like to sign it to get it notarized.
I get the following error
sudo codesign -vvv --deep --strict MyApp.app/Contents/MacOS/MyApp MyApps.app/Contents/MacOS/MyApp: code has no resources but signature indicates they must be present
If I check the signature I get
% pkgutil --check-signature MyApp.app Package "MyApp": Status: package is invalid (checksum did not verify)
How may I fix this?
Thank you!
Post
Replies
Boosts
Views
Activity
I am on Xcode 14.2, OSX 12.6.2. I have a project in cpp that used to build with no errors, then, all of a sudden, when I build it I get the error message
'Multiple commands produce '/Users/nick/Library/Developer/Xcode/DerivedData/nick_code-cjwqumczsrtixwabnmwivkxbmsrs/Build/Products/Debug/nick_code.app'
None of the solutions suggested here nor here work: in fact, the 'Copy bundle resources' dropdown menu is empty, see screenshot attached.
Do you know how to fix this ?
Thank you
Hello,
I am using OSx 12.2 and XCode 13.2.1. I have a C++ project which compiles and rund correctly correctly.
However, when I go to Product-> Profile, I get the error "The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture." and "Build Failed".
I have looked online for solutions to this problem, but none of them works. Please find attached a screenshot of what I see if I look for 'ARCHS' in build settings, as indicated in the posts which I looked up on the web.
Thanks!
Hello,
I have an existing folder with a .cpp code and the related header files and git repository. I would like to create an Xcode project with these files, in this same folder. How can I do that?
Thanks!