【发布时间】:2018-04-06 13:15:00
【问题描述】:
我在 XCode 8 上使用 Alamofire 4.5
当我在模拟器上工作时,alamofire 工作正常,当我通过电缆将我的设备连接到 xcode 时,它再次工作正常。
当我创建该特定构建的存档并在我的设备上运行 Diawi url 链接以安装它已安装的应用程序但 alamofire 开始给出错误
I am not able to get the root cause of the problem
我已经尝试了几件事,但对我没有任何帮助,有人可以帮助我吗? 我的 Pod 文件
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'smartBrokerSuite' do
# pod “CryptoSwift”
pod ‘Google/Analytics’
pod ‘Alamofire', '~> 4.5'
pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => “swift3”
pod 'Charts'
pod 'DKImagePickerController'
pod 'IQKeyboardManagerSwift', '5.0.0'
end
target 'smartBrokerSuiteTests' do
end
target 'smartBrokerSuiteUITests' do
end
提前致谢!
【问题讨论】: