1

我正在为我的应用程序使用 citrus pay 支付网关,我正在使用 cocoapods 进行集成,我正在按照以下链接进行集成。https://github.com/citruspay/citruspay-ios-sdk

and the pod file is 
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
# platform :ios, '9.0'
use_frameworks!
target 'Lektrify CEM' do

 pod 'CitrusPay', '~> 4.1.5'

  end

该应用程序崩溃,在日志中显示以下错误。dyld:找不到符号:__swiftEmptyDictionaryStorage 引用自:/Users/skumar/Library/Developer/CoreSimulator/Devices/7EEE6ADA-B880-4BBB-9E1D-8E8608D713F2/data/Containers/Bundle/Application/415005F9-01B7-40EC-A097-59514558A75E /Lektrify CEM.app/Frameworks/CitrusPay.framework/CitrusPay 预期在:/Users/skumar/Library/Developer/CoreSimulator/Devices/7EEE6ADA-B880-4BBB-9E1D-8E8608D713F2/data/Containers/Bundle/Application/415005F9-01B7 -40EC-A097-59514558A75E/Lektrify CEM.app/Frameworks/libswiftCore.dylib 在 /Users/skumar/Library/Developer/CoreSimulator/Devices/7EEE6ADA-B880-4BBB-9E1D-8E8608D713F2/data/Containers/Bundle/Application/415005F9 -01B7-40EC-A097-59514558A75E/Lektrify CEM.app/Frameworks/CitrusPay.framework/CitrusPay 来自调试器的消息:由于信号 6 而终止

能不能请帮我解决这个问题。感谢您的快速响应。

4

0 回答 0