강의

멘토링

로드맵

Inflearn Community Q&A

crucrat4761's profile image
crucrat4761

asked

iPhone iOS 2D Shooting Game Made with Swift 5 and SpriteKit

Creating a flying meteor (Sprite Atlas, SKAction, Timer)

빌드후에 화면이 보이지 않습니다.

Written on

·

186

0

동일하게 작성하고 배경까지 확인하였는데 운석까지 작성하고 나니 아래와 같은 로그가 찍히면서 보이지 않습니다.

SKView: ignoreRenderSyncInLayoutSubviews is NO. Call _renderSynchronouslyForTime without handler

swiftios

Answer 1

0

frozencoder님의 프로필 이미지
frozencoder
Instructor

이 메세지는 기본프로젝트를 만들었을때도 발생하기 때문에 (정확한 이유는 모르겠습니다) 운석 표시여부와는 관련이 없습니다. 코드를 정확히 작성하셨다면 스프라이트 아틀라스 설정에서 실수를 하신것 같습니다. 스프라이트 아틀라스 폴더 이름의 대소문자 구분, 이미지가 정확히 스프라이트 아틀라스 폴더 안에 들어가 있는지 여부, Constants 파일에서 설정 여부 등을 확인해 주세요. 그래도 문제가 해결되지 않으면 제가 만들어놓은 프로젝트를 다운로드 받아 비교하면서 틀린부분을 찾아보시기 바랍니다. https://github.com/cliearl/SKSpaceShooting/archive/master.zip

crucrat4761's profile image
crucrat4761

asked

Ask a question