项目 1(旧项目) 这是一个 Swift 5 中的 iOS 项目,其中有很多 StoryBoards 文件、xibs、Pods、OneSignalNotificationServiceExtention
项目 2(新项目)在 React Native 中
我的目标 --> 我想将 Project1 与 Project2 集成。所以我可以从 project2 获得两个项目的功能。我已经通过制作 XcFramework/Cocoapods 进行了检查,但没有任何效果。
我的 Project1 Podfile
source 'git@github.com:CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!
target 'Project1' do
pod 'Alamofire', '~> 4.0'
pod 'OneSignal', '>= 2.6.2', '< 3.0'
pod 'GooglePlacePicker'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Pulley'
pod 'TTGSnackbar'
pod 'GoogleAnalytics'
pod 'Firebase/Core'
pod 'SDWebImage', '~> 4.4.6'
pod 'LGSideMenuController'
pod 'XLPagerTabStrip', '~> 8.0'
pod 'libPhoneNumber-iOS'
pod 'PDFReader’
pod 'Firebase/DynamicLinks'
pod 'Cosmos', '~> 20.0'
pod 'TagListView', '~> 1.0'
pod 'KSTokenView', '~> 4.0'
pod 'Charts'
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
end
target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '>= 2.6.2', '< 3.0'
end