2017-10-25 10 views
0

が正常に動作してされて作成された後Alamofireは、モバイル上では動作しません。そのうまく動作します。アーカイブは、私は再びケーブルを経由してXcodeのために私のデバイスを接続したときに、私はシミュレータalamofireに取り組んでいたとき、私はXCodeの8</p> <p>にAlamofire 4.5を使用しています迅速な3 Xcodeの8

私は、その特定のビルドのアーカイブを作成し、それがインストールされるアプリケーションをインストールするために私のデバイス上DiawiのURLリンクを実行しますが、私はカップルの事を試してみましたが、何も私のために働いていない

I am not able to get the root cause of the problem 

エラーに与えて起動alamofireとき誰でもこのことを教えてくれますか? My 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 

ありがとうございます!

答えて

0

は、APIメソッドは、その後Alamofier.request()関数

AlamofireにおけるHTTPメソッドを入れないでくださいGETの場合、これは

+0

私は、私は私の答え –

+0

を使用してインストールしていますか?私はこれがあなたに@eneaを知らせるようにしようとしています – maku

+0

コマンド+シフト+コマンド+シフト+ ALT + Kの違いは何ですが...更新ポッド –

0

に動作しますCmdを+が+ Altキー+ Kシフト

を掃除してみてください。リクエスト(URL、パラメータ:args、エンコード:URLエンコード。デフォルト)

 .responseJSON { response in 
      switch response.result { 
      case .success(let JSON): 
       successCallback((), JSON as AnyObject) 

      case .failure(let error): 
       print(error) 
      } 
    } 

希望します。

0
source 'https://github.com/CocoaPods/Specs.git' 
platform :ios, '10.0' 
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 
+0

あなたにthsで。 –

関連する問題

 関連する問題