Iām new for macOS app development I'm trying to add image button to my view and I wanna see image after the text, so I'm dragging & dropping image button to view controller and writing title and after that, in image section I choose my image.
But my issue is if I will choose the system images my project works perfectly but if I will import a file by clicking project name > add files to.. and importing png, jpg,jpeg file to my project and choosing this image Xcode gives me this error;
CodeSign build/Debug/test.app
cd /Users/feora/Documents/apps/test
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/feora/Documents/apps/test/build/test.build/Debug/test.build/test.app.xcent --timestamp=none /Users/feora/Documents/apps/test/build/Debug/test.app
/Users/feora/Documents/apps/test/build/Debug/test.app: resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
Something is wrong with this page but I can't find which one