[self.tabBarController.tabBar setFrame:CGRectMake(0, 431, self.tabBarController.tabBar.frame.size.width, self.tabBarController.tabBar.frame.size.height)];

    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:2.0];
    [UIView setAnimationCurve:UIViewAnimationOptionTransitionCurlUp];
    [self.tabBarController.tabBar setFrame:CGRectMake(0, 480, self.tabBarController.tabBar.frame.size.width, self.tabBarController.tabBar.frame.size.height)];
    [UIView commitAnimations];

XCode 4.2 에서 .dSYM 파일이 안보인다.

구글링 디적디적 오마낫 +_+

archive 파일을 생성하면 같은 폴더에 xcarchive 라는 패키지 파일이 같이 생성되는데

요기 안에 딱 ! 들어가 있돠

오른쪽 버튼 클릭해서 패키지 보기 하거나 터미널로 보면 나온당 -

왜 숨어있었엉 ㅠ 한참 찾았자낭 ㅠ 
I added image files to my project and I deleted all.

After removing, warnings appeared. 

The message 
"Missing file" showed up and I figured it out.
Here is a solution.

in terminal :
your project path > svn delete filepath


 That's all.

warnings were disappeared. BuyBuy~:p

+ Recent posts