모바일(2)
-
유니티 IOS 빌드시 발생하는 Stripping의 방지
유니티 IOS 빌드 XCode프로젝트 생성 + XCode에서 앱 빌드 후 실기기에서 플레이 했을 때 발생한 오류에 대한 정리1. MissingMethodException: Method not found: ‘Default constructor not found…ctor() of System.ComponentModel.EnumConverter’ … 중략 System.Reflection.MonoCMethod:Invoke(…)EnumExtensions의 TryParse 내부에서 System.ComponentModel.EnumConverter가 호출되는데 이 부분이 Stripping 되어 문제가 생김.http://docs.unity3d.com/kr/current/Manual/iphone-playerSizeOpti..
2018.01.22 -
2장 - 1
1. Master-Detail Application : 리스트 기반 앱으로 리스트 아이템을 선택하면 상세화면을 볼 수 있게 구성 가능 (아이폰 - 전화 앱)2. Page-Based Application : E-book에 적합3. Single View Application : 뷰를 관리하는 컨트롤과 별도의 스토리보드 인터페이스 빌드 파일 제공,새로운 뷰를 추가가능4. Tabbed Application : 하단의 탭을 통해 뷰를 이동할 수 있음. (아이폰 전화 앱)그외... 1. Product Name : Name of App2. Organization Name : Program Manager's Name3. Company Identifier4. Bundle Identifier : 프로그램의 식별자로서 자동..
2014.11.15