본문 바로가기
반응형

전체 글123

ERROR : application excutable is missing a required architecture. application excutable is missing a required architecture. At least one of the following architecture(s) must be present: arm6 배포버전으로 업로드할라는데 빌드오류가 났습죠.. 빌드세팅에서 Architectures 에서 optimized 로 해주고, build active architecture only를 체크해제(디버깅모드일때만 체크한대용) 참고 : http://www.buildingiphoneapps.com/2011/03/fixing-missing-architecture-errors-in.html 참고 : http://useyourloaf.com/blog/2010/4/21/xcode-build-active.. 2011. 3. 31.
TIP : XCode SDK 4.0, 프레임 워크 추가 쉬운걸 드럽게 어렵게 만들어놧네. 영어읽다가 머리아파서 그림으로 캡쳐햇습죠. 오른쪽 하단 창이 안보인다면 view->editor->assistant 혹은 오른쪽상단에서 왼쪽에서 두번쨰 버튼 클릭욤 Adding a framework is managed through the editor for the project: a) Select the project (which contains the target you want to add the framework to), either from the Project Navigator or via the Jump Bar b) In the source list on the left side of the project editor, select the target c) A.. 2011. 3. 23.
TIP : ComboBox ComboBox * comboBox = [[ComboBox alloc] initWithFrame:CGRectMake(50, 100, 150, 40) maxShowCount:4]; //[comboBox.backView setBackgroundColor:[UIColor clearColor]]; //[comboBox.backView addSubview:backImgView]; //[comboBox setFCellHeight:50.0]; //[comboBox setSeparatorColor:[UIColor brownColor] width:2.0]; [comboBox setTextColor:[UIColor lightGrayColor] hilightColor:[UIColor orangeColor]]; [comboB.. 2011. 1. 12.
ERROR: Error Domain=NSCocoaErrorDomain Code=3000 " Error Domain=NSCocoaErrorDomain Code=3000 "응용 프로그램에 대해 발견된 'aps-environment' 인타이틀먼트 문자열 없음" UserInfo=0x176fa0 {NSLocalizedDescription=응용 프로그램에 대해 발견된 'aps-environment' 인타이틀먼트 문자열 없음} 1. 개발용폰과 맥에 있는 해당 앱의 프로비저닝파일을 지운다. 2. 애플홈페이지에서 다운받는다. 3. 다시 삽질한다. 2010. 11. 26.
반응형