Xcode 4.1 / 4.2 / 4.2.1 인증서 면제 (iDP) 개발 + 리 얼 디 버 깅 + IPA 생 성 전 공략

1580 단어 xcode
강력 한 원문 링크, 나 는 단지 약간의 해석 작업 만 할 뿐이다.
http://kqwd.blog.163.com/blog/static/4122344820117191351263/
 
1 원문 에서 vim 를 사용 할 수도 있 고 nano 를 사용 할 수도 있다.
2 #!/bin/bash
cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS\ Build\ System\ Support.xcplugin/Contents/MacOS/
dd if=iPhoneOS\ Build\ System\ Support of=working bs=500 count=255
printf "xc3x26x00x00" >> working
/bin/mv -n iPhoneOS\ Build\ System\ Support iPhoneOS\ Build\ System\ Support.original
/bin/mv working iPhoneOS\ Build\ System\ Support
chmod a+x iPhoneOS\ Build\ System\ Support

 
 
the section means that backup  the file named 'iPhoneOS\ Build\ System\ Support ',dd is command in linux,if means input file,of means ouput file,printf >> means that appending string to the file named working,you can open the working (nano ./working) to check the end of the file.
3. 모든 작업 에 백업 이 있 기 때문에 걱정 하지 마 세 요. 만약 에 iDP 를 신청 한 후에 문제 가 발생 하면 복구 하면 됩 니 다. 모든 작업 은 파일 의 내용 만 바 꾸 었 을 뿐 복원 하면 됩 니 다.
4 ios 4 버 전 은 armv 6 에 대응 하기 때문에 build setting 에 설정 해 야 합 니 다. 그렇지 않 으 면 컴 파일 에 문제 가 생 길 수 있 습 니 다.장 치 를 삽입 한 후에 개발 기로 설정 하고 run 그곳 을 연결 하 는 장치 로 바 꿔 야 합 니 다. 이때 그 archiving 을 사용 할 수 있 습 니 다. 그렇지 않 으 면 회색 입 니 다.
5 마지막 py 스 크 립 트 에 있 는 / developer / iphononentitlement 401 / gen 에 주의 하 세 요.entitlements.py "my.company.${PROJECT_NAME}" 
   my. com pany 는 프로젝트 의 네 임 스페이스 로 바 꿔 야 합 니 다.
6. 저 는 XCode 4.2 + itouch 4 (ios 4.2.1) 에서 시험 에 성 공 했 습 니 다.

좋은 웹페이지 즐겨찾기