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 ?
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
Post a Comment