본문 바로가기

IOS4

앱스토어 리젝 및 해결 모음 Guideline 2.2 - Performance - Beta Testing Your app contains references to test, trial, demo, beta, pre-release or other incomplete content. Specifically, your screenshots still include test references. Next Steps To resolve this issue, please remove all references to "demo," "trial," "beta," or "test" in your app description, app icon, screenshots, previews, release notes, and binary. If you wo.. 2022. 4. 1.
WKWebView 관련 버전 문제 프로젝트 중 webview를 사용할 일이 생겼다. WKWebView를 적용했는데 WKWebView before ios 11.0 (NSCoding support was broken in previous versions) 에러 발생. => 빌드 시 버전을 ios11.0 보다 높게 설정하면 간단하게 해결 프로젝트 General 설정에 Deplyment Info에서 버전을 iOS 9 -> iOS 11.0으로 해줬다. ios를 처음 다루다보니 단순한 에러도 어렵게 느껴진다. 2021. 8. 26.
오래된 프로젝트 m1 빌드 오류 이번에 object-c로 만들어진(오래된) 프로젝트를 swift로 변환할 일이 생겨서 프로젝트를 받아 시뮬레이터로 실행시켰다. Undefined symbol: _OBJC_CLASS_$_SDK이름 실행 시키자 마자 발생한 오류,, 사용된 sdk들에서 오류가 발생했다. 오류 내용을 상세하게 보니 중간에 missing required architecture x86_64 in file /파일경로... 이런 문장이 있다. x86_64? 인텔?? 관련된 내용을 찾다가 발견한 구세주 같은 블로그 https://jusung.github.io/Xcode12-Build-Error/ [Xcode] Xcode12에서 시뮬레이터 빌드 오류 원인 및 해결방법 이번 포스트에서는 Xcode12에서 시뮬레이터에 빌드시 오류가 발생하는.. 2021. 8. 5.
xcode 실제 기기에서 어플 실행 오류 최근 ios 관련 인강을 들으면서 완성한 프로젝트. 여태 Xcode 시뮬레이터로만 실행시키다가 내 핸드폰으로도 한번 실행해보고 싶었다. 가지고 있는 Apple ID를 등록하고 signing까지 끝냈는데, 실행하자마자 나에게 보여지는 화면은.. 또다시 시작된 스택오버플로우 검색 https://stackoverflow.com/questions/61953293/the-maximum-number-of-apps-for-free-development-profiles-has-been-reached-xcode/61978102#61978102 The maximum number of apps for free development profiles has been reached. Xcode 11.5 I updated Xcod.. 2020. 7. 7.