最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - Expo Modules API with .framework File – Where to Place and How to Integrate? - Stack Overflow

programmeradmin0浏览0评论

I'm working with the Expo Modules API and trying to integrate a .framework file into my Expo module. However, I'm new to native development and struggling to understand the documentation.

My questions are:

  1. Where should I place the .framework file? Should it go in the modules folder or in the ios folder, which is generated after running npx expo run:ios?
  2. Where should I put the bridging header file?

I've tried both locations, but I keep running into errors like:

"Module not found"
"File not found"
"{SDKName} not found"
Does anyone have experience with this setup or know how to resolve these issues?

Any help is appreciated!

Reference: Expo Modules API – Third-Party Library

发布评论

评论列表(0)

  1. 暂无评论