ios - is it possiable Swift file with Alamofire Used in objective-c Project or not? -


i have many files in swift , webservice calling have used alamofire framework pod file , file want change in objective-c project, xcode give me error alamofire not found,

is possible or not ? if yes how ?

enter image description here

try these steps:

  • try project>clean>build
  • try clearing derived data.re-launch xcode.
  • make sure not opening xcodeproj instead of xcworkspace.
  • check build settings > framework search paths folder 1 frameworks are, both target , project.if frameworks placed in project directory, set framework search path $(srcroot).

hope works


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -