반응형 Push2 [iOS&Swift] 버그& 이슈 (BGTaskSchedulerPermittedIdentifiers ) 이슈 상황 iOS에서 Notification 관련 작업을 해주기 위해 Background Fetch, Background processing 을 추가해주었는데, Archive를 하니 아래와 같은 에러가 나타났습니다. Asset validation failed Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'. For more information, refer to the Information Pr.. 2024. 3. 26. 원격 저장소 연결하기 github에 신규 Repository를 만들고 그 Repository에 프로젝트를 연동하는 방법은 다음과 같습니다. 1.프로젝트 폴더에가서 다음과 명령어를 통하여 프로젝트에 git을 생성합니다. # git init 2. 현재 상태를 커밋합니다. # git add . # git commit -m '커밋 코멘트' 3.원격 저장소를 연결해 줍니다. # git remote add origin # git remote -v 위에서 url은 생성된 Repository에서 다음에서 확인 가능 합니다. (검은 색 칠해진 부분이 url입니다.) 그리고 두 번째 command로 연결이 되었는지 확인 할 수 있습니다. 4. 현재 commit된 내용을 원격 저장소에 강제로 push 합니다. # git push --force .. 2020. 5. 17. 이전 1 다음 반응형