2011. 4. 12. 20:23 아이폰
앱올리기위한 빌드 
http://danwhasoft.tistory.com/237
앱등록하기1
http://danwhasoft.tistory.com/238
앱등록하기2
 http://danwhasoft.tistory.com/239
앱등록하기3
 http://danwhasoft.tistory.com/240 

이거 까지는 어떻게 하겠는데 이다음 인 아이튠즈에다가 어플올려서 검수 넣는 방법은 

일단 xcode->organizer 뜨워 두고 Build and Archive로 컴파일하면 


organizer에 좌측 하단 Archived Applications를 누르고 submit를 눌러서 기다리면 끝~~~
그럼 waiting for review  가 뜬다 

submit눌러서 아이콘 에러 뜨면 ... 다음 글을 참고하세요




http://blog.naver.com/hyoguri81?Redirect=Log&logNo=150095364841 
posted by 욱이다
2011. 4. 10. 10:37 아이폰

Program received signal:  “SIGKILL”

warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).



폴더에 파일이없다는건데 


http://stackoverflow.com/questions/4284277/libxcodedebuggersupport-dylib-is-missing-in-ios-4-2-1-development-sdk
여기 보면 이거 따라하면되는건데 내용인 즉슨  
4.2.1.의 내용에다가 4.2.의 developer을 복사해 넣는다는 내용이다  


일단 warning은 잡았는데 ;;; 위에  
Program received signal:  “SIGKILL”
이걸 잡아야겠구나 ;;;; 
 

'아이폰' 카테고리의 다른 글

아이폰 아이콘 설정  (0) 2011.04.18
아이폰 앱올리기  (0) 2011.04.12
iphone view 풀스크린으로 쓰기  (0) 2011.03.17
아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
posted by 욱이다
2011. 3. 17. 09:16 아이폰

완전 퍼왔씁니다  그림만 보면 이행 충분히 가실듯.
http://vormplus.be/blog/article/how-to-create-a-fullscreen-iphone-application

How to create a FullScreen iPhone Application

In this short tutorial I’m going to show you how to build an FullScreen iPhone application. This article might be useful for everyone who wants to create a game for the iPhone platform. You will need the Apple Developer tools and the iPhone SDK installed on your computer to finish this tutorial.

Take 1: Interface Builder

Create a new project with the View-Based Application template.

Create a new View-Based Application

Double-Click FullScreenViewController.xib to open Interface Builder.

Double-Click FullScreenViewController.xib to launch Interface Builder

Go to the Attributes Inspector panel (Shortcut: Cmd + 1) and set Status Bar to None.

Set Status Bar to None

Go to the Size Inspector panel (Shortcut: Cmd + 3) and resize the View to 320 by 480 pixels.

Resize the View to 320 by 480 pixels

Save your file, close Interface Builder and go back to your XCode project. Click Build and Go to run your application in the iPhone Simulator. You will see that the Status Bar is still there.

Build the Application and see the Status Bar in iPhone Simulator

Take 2: Edit the Info.plist file

Double-Click Info.plist file in XCode to edit the file. Add an extra Key/Value pair and set its Key to UIStatusBarHidden.

Add the UIStatusBarHidden key to the Property List

Change the Value Type of UIStatusBarHidden to Boolean. A checkbox will now apear in the value column.

Change the Value type of UIStatusBarHidden to Boolean

Click the checkbox to do the FullScreen magic.

Click the checkbox to hide the Status Bar

Build the Application again and see that the Status Bar is now hidden in the iPhone Simulator.

The Status Bar is now hidden in iPhone Simulator

'아이폰' 카테고리의 다른 글

아이폰 앱올리기  (0) 2011.04.12
아이폰 디바이스 실행시 나는 워닝  (0) 2011.04.10
아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
[아이폰]네이버 한메일 mail 설정  (0) 2010.01.26
posted by 욱이다
2011. 3. 8. 20:32 아이폰
내가 어제 부터 한 10번정도 인증하고 다시 하고 인증하고 다시하고 했는데 버그가 
CSSMERR_TP_NOT_TRUSTED

CSSMERR_TP_CERT_NOT_VALID_YET

요 버그들을 발견했는데 

CSSMERR_TP_CERT_NOT_VALID_YET 이건 확실히 시간문제인거 같다 내 맥북의 시간이 오전으로 세팅되어있었더라 .. 작업할때는 오후였는데 ... 이런에러는 흔치 않아서 검색도 잘 안된다 ;;; 누가 시간을 잘못세팅할 일이있겠니???  난 검색해서 시간이 어쩌고 저쩌고 하길래 거짓말인줄 알았다 ....

CSSMERR_TP_NOT_TRUSTED 요에러는 인증이 지대로 안되서 생긴 에러였는데 ......

글로 뿐이 설명 못하는 내가 밉다 ㅠㅠㅠ 나중에 내가 보고 모르면 우짜노 싶은데 ....

나는 keychain에서 iphone developer:who(23dfasdfa)   뭐 대충 이런 인증서가 등록된게 인증이 재대로 되어있지 않다고 빨간 동그라미에 x 가 되어있었다 .. 그걸 계속 하고 하고하고하니깐 얻어 걸렸는지 인증이 유효함으로 떳다 ...

그 방법은 ..... 이미 다른 좋은 블로그에서 
인증 방법을 수도없이 갈고 닦았다고 가정한다 
http://www.cyworld.com/bbaeAnalSu/5137913
http://blog.daum.net/bluefild/18
요런 블러그 님들 ... 아주 감사하신분들이시다 

쭉하다보면 이상하게 난 인증서가 유효하지 않다는 메세지가 뜨더라 

일단 CertificateSigningRequest.cert........ 이파일을 디벨로퍼 사이트에 등록하고 
그래서 그걸 가지고 developer_identity.cer을 다운 받는데 
그걸 keychain에 드래그해서 설치(?)하고

어플등록하고 디바이스 등록하고 이래 저래 하다가 막판에 AppleWWDRCA.cer 을 다운 받아 keychain에 드래그 하니깐 떡하니 인증이 유효하다고떻다 ... 


posted by 욱이다
2010. 3. 6. 21:27 아이폰
정리 차원에다가 ...

-(void)SaveFile;

-(void)LoadFile;


[self SaveFile];

[self LoadFile];


-(void)SaveFile

{

FILE *pFile =fopen("savedatatest","wb");

int result;

if(pFile == nil)

return;

char strBuf[ 12 ] = { 0,1,0,6,2,8,1,0,7,7,9,1 };

result = fwrite(strBuf, 12 , 1, pFile);

fclose(pFile);

NSLog(@"result %d",result);

}

-(void)LoadFile

{

FILE *pFile =fopen("savedatatest","rb");

int i ,result;

char strBuf[ 12 ] = { 0, };

if(pFile == nil)

return ;

result = fread(strBuf, 12 , 1, pFile);

fclose(pFile);

NSLog(@"start LoadFile result %d",result);

for(i = 0;i< 12; i++)

NSLog(@"result %d",strBuf[i]);

}

파일은 루트 폴더인 Macintosh HD에 들어 있다 
찾아보니깐 나오는데 거긴 또 어떻게 들어가냐 ... 

'아이폰' 카테고리의 다른 글

iphone view 풀스크린으로 쓰기  (0) 2011.03.17
아이폰 인증 하기  (0) 2011.03.08
[아이폰]네이버 한메일 mail 설정  (0) 2010.01.26
[아이폰]stanza E-BOOK  (0) 2010.01.25
[아이폰]momo 다이어리어플  (0) 2010.01.24
posted by 욱이다
2010. 1. 26. 14:49 아이폰

네이버나 한메일에서 메일>환경설정>IMAP/SMTP사용으로 변경


아이폰에서 설정>Mail.연락처.케린더선택>계정추가


'아이폰' 카테고리의 다른 글

아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
[아이폰]stanza E-BOOK  (0) 2010.01.25
[아이폰]momo 다이어리어플  (0) 2010.01.24
[아이폰]iFunBox.exe  (0) 2010.01.24
posted by 욱이다
2010. 1. 25. 13:28 아이폰

아이폰에서 EBOOK볼수있는 프로그램
stanza는 무료라서 아이튠즈에서 받으면되고
컴퓨터에있는 텍스트파일 넣어서 읽고 싶다면
http://www.lexcycle.com/download 여기서 프로그램 다운 받아서
넣으면된다
받은 파일 실행해서 파일을 여는데 이때 파일 첫머리에

Title: 소설제목
Author: 작가이름
이렇게 설정하면 제목이 나온다 ~!!

'아이폰' 카테고리의 다른 글

아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
[아이폰]네이버 한메일 mail 설정  (0) 2010.01.26
[아이폰]momo 다이어리어플  (0) 2010.01.24
[아이폰]iFunBox.exe  (0) 2010.01.24
posted by 욱이다
2010. 1. 24. 21:37 아이폰

momo다이어리
momolog.com에 연동된다
계정은 구글계정 그대로 쓰면된다

'아이폰' 카테고리의 다른 글

아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
[아이폰]네이버 한메일 mail 설정  (0) 2010.01.26
[아이폰]stanza E-BOOK  (0) 2010.01.25
[아이폰]iFunBox.exe  (0) 2010.01.24
posted by 욱이다
2010. 1. 24. 21:33 아이폰
ipa파일 넣을때 경로
var/mobile/Library/Download/..

'아이폰' 카테고리의 다른 글

아이폰 인증 하기  (0) 2011.03.08
objective-c 파일 읽고 쓰기  (0) 2010.03.06
[아이폰]네이버 한메일 mail 설정  (0) 2010.01.26
[아이폰]stanza E-BOOK  (0) 2010.01.25
[아이폰]momo 다이어리어플  (0) 2010.01.24
posted by 욱이다
prev 1 2 3 4 next