Installed the following pod: 'IonicPortals', '~> 0.5.0'
Got 2 runtime errors in XCode:
Help would be appreciated. Thanks in advance.
More info:Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
use_frameworks!
use_modular_headers!
def shared_pods
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'IonicPortals', '~> '0.5.0'
end
target "Core" do
pod 'RxSwift', '~> 5.1.1'
pod 'RxCocoa', '~> 5.1.1'
pod 'RxDataSources', '~> 4.0.1'
pod 'loady'
shared_pods
end
target "HIP" do
pod 'Batch', '~> 1.15'
shared_pods
end
target "CoreTests" do
inherit! :search_paths
pod 'RxBlocking', '~> 5.1.1'
pod 'RxTest', '~> 5.1.1'
end
Installed the following pod: 'IonicPortals', '~> 0.5.0' Got 2 runtime errors in XCode: Help would be appreciated. Thanks in advance.
More info: Podfile
Xcode Project: Deployment target: iOS 13+