我需要第三方iOS框架的功能。 (我们称它为My-Example.framework)在我的Nativescript-Angular项目中。
此框架具有以下结构:
My-Example.framework
|-Assets
|-Headers
| |-Example-Swift.h
| |-Example.h
|-Info.plist
|-Modules
|-Example.swiftmodule
| |-arm64.swiftdoc
| |-arg64.swiftmodule
| |-x86_64.swiftdoc
| |-x86_64.swiftmodule
|-module.modulemap
我已阅读文档: https://docs.nativescript.org/angular/plugins/Use-Native-iOS-Libraries
但是我仍然不知道如何在我的项目中使用这个框架。
有什么建议吗?链接?