Xcode archive 시 오류

IOS 관련 오류 문의

아래와 같은 오류가 발생하네요 … xcode에서 …
어떻게 처리하면 좋을지 … 알려주세요 …

Asset validation failed
Invalid Signature. Code object is not signed at all. The file at path [APP_NAME.app/DaumMap.embeddedframework/DaumMap.framework/DaumMap] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult About Code Signing (

Asset validation failed
Invalid directory. The bundle Payload/APPNAME.app/DaumMap.embeddedframework/DaumMap.framework is not contained in a correctly named directory. It should be under Frameworks. (ID: dbee7653-39aa-4f95-8273-06f6499028f1)

Asset validation failed
Unsupported Architectures. The executable for APPNAME.app/DaumMap.embeddedframework/DaumMap.framework contains unsupported architectures ‘[x86_64, i386]’.

Asset validation failed
Invalid bundle structure. The “APP_NAME.app/DaumMap.embeddedframework/DaumMap.framework/DaumMap” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: Apple Developer Documentation