I am integrating React Native with an existing iOS app. I have followed the guide on integrating with an existing app.
我正在将React Native与一个现有的iOS应用程序集成在一起。
After reading some other posts on the subject, I have tried:
在阅读了一些关于这个主题的文章后,我尝试过:
- Setting the architecture in the Pod build to match the project settings in Xcode
- 在Pod构建中设置体系结构,以匹配Xcode中的项目设置
- Adding / moving the Pod build above the project build in the Scheme
- 在方案中,在项目构建之上添加/移动Pod构建
Is there anything else I may need to check?
还有什么需要我检查的吗?
1 个解决方案
#1
4
Make sure you open xcworkspace file generated by pod install instead of your old xcodeproj file and then select the right scheme
确保打开pod install生成的xcworkspace文件,而不是旧的xcodeproj文件,然后选择正确的方案
#1
4
Make sure you open xcworkspace file generated by pod install instead of your old xcodeproj file and then select the right scheme
确保打开pod install生成的xcworkspace文件,而不是旧的xcodeproj文件,然后选择正确的方案