본문 바로가기

반응형

Apple

(4)
애플워치 화면 캡쳐 애플 워치를 사용한 지 5개월이 넘어간다. 제대로 활용을 못하고 있었던 중 오늘 화면 캡처를 하고 싶어 졌다. 아이폰을 오래 사용한 유저 입장에서 휠과 버튼을 동시에 누르면 화면이 당연히 캡처될 줄 알았다. 하지만 아무런 반응이 없다.. 알아낸 방법은 이렇다. 아이폰에서 Watch 앱을 실행한다. 하단 나의 시계 탭에서 일반 메뉴를 선택한다. 스크린샷 활성화를 활성화한다. 이제 아래 사진과 같이 워치의 휠과 버튼을 동시에 누르면 캡처가 된다. 캡처한 이미지는 아이폰 사진 앱에서 확인 가능하다. 실제로 캡처된 화면은 다음과 같다. 이제 열심히 캡처해 봅시다!
ERROR ITMS-90635 ENABLE_BITCODE 설정때문에 발생하는 오류입니다. coocapods를 사용할 경우 pods안의 프로젝트들의 ENABLE_BITCODE가 true로 설정되어 발생합니다. podfile 안에 다음 코드를 추가하면 해결됩니다. post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' end end end
ITM-90205, ITMS-90206 Extension 사용하는 앱을 upload to app store 할때 90205, 90206 에러가 동시에 발생하는 경우cocoapods가 원인.. 1. Open the (Your App).xcodeproj file (this is the first file on the project navigator pane). 2. Switch to the target for your app extension (on the top left of the middle pane). 3. Go to the Build Phases tab 4. Click the X after "Embed Pod Frameworks"https://github.com/CocoaPods/CocoaPods/issues/4203
failed installing application, reason: Error Domain=JBDeviceKitErrprDomain Code=-402620392 "AMDeviceSecureUpgradeApplication failed with err = -402620392 XCode, AppCode 등에서 iOS 앱 개발을 하다가 새로운 오류를 경험했습니다.시뮬레이터에서 잘 되는데 실제 디바이스에서는 실행이 되지 않고 다음과 같은 오류가 발생했습니다.AppCode failed installing application, reason: Error Domain=JBDeviceKitErrprDomain Code=-402620392 "AMDeviceSecureUpgradeApplication failed with err = -402620392(The identity used to sign the executable is no longer valid.)" UserInfo={NSLocalizedDescription=AMDeviceSecureUpgradeApplication failed..

반응형