2012-11-25 5 views
2

CocoaLibSpotify이 오류와 엑스 코드 6.5 미리 2/아이폰 OS 6.1 SDK를 컴파일을 실패/아이폰 OS 6.1

/LibSpotify/spotify-cocoalibspotify-a6c2579/iOS Library/../common/SPImage.m:55:65: error: strong property 'session' may not also be declared __unsafe_unretained @property (nonatomic, readwrite) __unsafe_unretained SPSession *session; ^ 1 error generated.

안전한 작업 주위에 있습니까?

답변

4

죄송합니다. GitHub의 CocoaLibSpotify 저장소에 대한 dev 브랜치에 대한 픽스를 적용했습니다.

수정 프로그램은 session 속성 선언의 assign 부분을 SPImage.h에서 제거합니다.