エラー解消方法の備忘録_φ(・_・ )
発生したエラー
Module ‘Alamofire’ has no member named ‘request’
翻訳
メンバー「get」を参照してコンテキストベースを推測することはできません
モジュール ‘Alamofire’には ‘request’という名前のメンバーがありません
原因
Swiftバージョンアップにより、
書き方が変わった。
解決手順
Alamofire.request(.GET, “http://localhost/login.json”)
↓修正
AF.request(.GET, “http://localhost/login.json”)
参考サイト
なし
 
		  	      
      ![【Error】[プロジェクト名] architectures (arm64) include none that [端末名] can execute (Intel 64-bit, Intel 32-bit).](https://disneyprogramming.info/wp-content/uploads/2022/01/Swift_thumbnail_Error_Warning_copyright-150x150.jpg) 
			  		    	         
			  		    	        
 
 


 
                                 
                                 
                                