I found a couple of very similar or identical topics, but they seemed to end until full resolution.
My application works fine on my device without a build error. I try to send the application for approval and I get the following error: "This package is not valid. The name of the executable that CFBundleExecutable reports in the info.plist file may not contain any of these characters ..... +". So I opened my info.plist file and changed the executable file name of the info.plist file from the macro $ {EXECUTABLE_NAME} to the name of my application without +. I made a new archive, but then I received the error message "with code with exit code 1".
In another thread, I read just changing the name of the target, deleting + from it, and leaving the info.plist file with the macro for the executable name, restarting Xcode, and then archiving again. This allowed me to archive, but I got the same error in iTunes Connect.
I have been working on this all day and cannot find a solution. Can someone point me in the right direction? Thanks for any help.
source share