반응형

IOS 13

iOS 프로그래밍 중의 missing required architecture arm64 에 대한 오류

지금껏 아이폰4S 와 5세대 아이팟 터치를 들고 개발하고 있던 프로젝트 파일을, 이번에 새로운 아이팟 터치를 받아들고 시험삼아 개발하고 있는 프로그램을 빌드 했더니 아래와 같이 경고와 에러가 잔뜩 나타났다. 5세대 아이팟 터치랑 외관상 별반 다른것도 없는데 에러가 나서 좀 당황했었다. ld: warning: ignoring file /Volumes/---/---/---, missing required architecture arm64 in file /Volumes/---/---/--- (3 slices) ld: warning: ignoring file/Volumes/---/---/---, missing required architecture arm64 in file /Volumes/---/---/--- ..

Software/Xcode 2015.07.23

iOS 개발자 초대 설정에 관하여

일년전에 작성한 글이라서 현제의 시스템과 좀 다를수가 있음. 안까먹을려고 저장.. iOS Dev Center (https://developer.apple.com/devcenter/ios/index.action#downloads) 1. 초대하기 Member Center → People → Invitations → Invite Person → iOS Developer University Program에 Admin체크 2. iOS Provisioning Portal ① Certificates : 자기 아이디에 대한 증명서 발급, 프로비저닝이 계속 에러날 경우는 Revoke(폐지) 해서 아이디를 갱신한다. ② Devices : 각종 기기들을 등록한다. 기계에 아이디를 아이튠 등을 이용해서 확인 입력후에 등록. ..

Software/iOS 2015.01.05
반응형