본문 바로가기
반응형

Development Solutions143

[Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) 권한 추가하기 [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) [Apple OS X / iOS] 권한 추가하기 (info.plist, entitlements.plist) info.plist란 실행 패키지에 관한 설정 정보를 포함한 파일이다. 시스템이 이 파일의 값을 보고 앱에 필요한 설정을 세팅한다. (info.plist is a file containing configuration information about executable packages. The system looks at the value of this file and sets the necessary settings for the app.) info.plist 예시 (info.. 2022. 9. 29.
[Solved][qml] An abstract class cannot be instantiated. (추상 클래스를 인스턴스화 할 수 없습니다) [qml] An abstract class cannot be instantiated. 추상 클래스를 인스턴스화 할 수 없습니다. (추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편 https://inf.run/3XmSH Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런 Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은 www.inflearn.com 배경 지식 (background) 추상 클래스 : 순수 가상 함수를 1개 이상 가지고 있는 클래스 순수 가상 함수 : 가상 함수 중에 구현부(중괄호 내부)를 정.. 2022. 9. 23.
[Solved] How to add configuration of flutter in Android Studio (안드로이드스튜디오에서 flutter의 configuration add하는 방법) How to add configuration of flutter in Android Studio 안드로이드스튜디오에서 flutter의 configuration add하는 방법 1. Android Studio에서 Preferences... 진입 (1. Enter Preferences... in Android Studio) 2. Plugins 탭에서 Flutter 다운로드 (2. Download Flutter from the Plugins tab) 2022. 9. 12.
[Flutter] Change flutter version (downgrade, upgrade) (플러터 버전 바꾸기 (다운그레이드, 업그레이드)) [Flutter] Change flutter version (downgrade, upgrade) 플러터 버전 바꾸기 (다운그레이드, 업그레이드) 플러터를 사용하다가 실수로 업그레이드 하거나 하는 이유로, 잘 빌드되던 기존 코드가 빌드에 실패하는 불상사가 발생하곤 한다. 이 때는 당황하지 말고 플러터 버전을 다운그레이드하면 된다! (For reasons such as accidentally upgrading while using Flutter, Existing code that was built well often fails to build. In this case, don't panic and just downgrade the Flutter version!) 1. 아래 링크를 타고 들어가면, flutte.. 2022. 9. 6.
반응형