Unity에서 빌드후 Xcode에서 빌드시 에러가 100개정도 발생된 상태. 그중에 첫번째 아래 에러 구글에 검색후
Undefined symbol: method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String
https://github.com/mxcl/PromiseKit/issues/1059
Xcode 10.2 error · Issue #1059 · mxcl/PromiseKit
Showing Recent Messages 👎 Undefined symbol: protocol conformance descriptor for Swift.Int64 : Swift.SignedInteger in Swift 👎 Undefined symbol: (extension in Swift):Swift.Collection.isEmpty.getter :...
github.com
이 사이트에 보면 1,2,3,4 순서대로 자세하게 해결법이 나와있다.
암튼 결론은 Xcode에 Swift 빈파일 하나 추가해주고 팝업창 하나 뜨면 Create BridgingCreate Bridging Header 눌러주고나서 다시 빌드하면 100개정도의 에러가 모두 사라짐
'Programming > IOS' 카테고리의 다른 글
GADInvalidInitializationException (0) | 2020.08.28 |
---|
댓글