iOS

.a static library를 xcframework로 만드는 방법

Phililip
728x90

안녕하세요.

 

.a 형태로 된 static library로 제공되는 몇몇 라이브러리들이 있어요.

(ex. Weibo iOS SDK, C++로 제작된 라이브러리 등)

 

 

이러한 라이브러리를 Swift에서 사용하려면 modulemap이 필요합니다.

 

그런데 아쉽게도 몇몇 라이브러리는 개발자가 지원을 해주고 있지 않아요....

 

 

이런 경우 해결방법이 있습니다!!

 

바로 직접 modulemap을 추가하는 것이죠ㅎㅎ

 

static library에 modulemap을 추가하면서 동시에 xcframework로 만드는 방법이 있습니다.

 

방법은 아래 문서 참고해 주세요!!

(이번엔 링크로 대체할게요.)

 

[Answers]-How can I wrap a static library (C++) into an XCFramework for use in Swift?

Coding example for the question How can I wrap a static library (C++) into an XCFramework for use in Swift?

www.appsloveworld.com

 


이번 글은 여기서 마무리.

 

 

 

반응형

'iOS' 카테고리의 다른 글

Mac에서 'Designed for iPad'로 빌드된 앱인지 알고 싶을 때  (0) 2024.05.10
Verifying the origin of your XCFrameworks  (0) 2024.02.08
Lookin 맛보기  (1) 2023.10.16
Certificate, Provisioning Profile  (0) 2023.09.25
Signing xcframework  (0) 2023.08.14