Posts

Showing posts from 2010

Codesigning Error Entitlements file missing

[문제점]Code Sign error: Provisioning profile '*' specifies the Application Identifier '*' which doesn't match the current setting '*' The executable was signed with invalid entitlements. The entitlements specified in your application's Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016). [해결방법] 1. File -> New File -> Code Signing -> Entitlements -> *.plist 생성 2. Project -> Edit Project Setting -> Build -> Code Signing -> Code Signing Entitlements -> *.plist 로 수정.. [참고] http://stackoverflow.com/questions/1410080/code-sign-error-with-xcode-3-2

gcc-4.2 failed with exit code 1 library not found for -lstdc++-static

1. Set the C++ Standard Library Type to Dynamic 2. Add this in the C/C++ Compiler Flags: -fno-regmove -Wno-write-strings -falign-loops=16 -fvisibility=default