Questions tagged [xcode10]

This tag should only be used for questions specific to the usage and features of Xcode 10. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific xcode tag. Use tags appropriate for the OS such as ios or macos.

976 questions
-4
votes
1 answer

Working in simulator but not on Real device swift xcode alamofire

Working in simulator but not on device i am getting data from api it's properly work on simulator but not working in real device And gives a error No such module 'Alamofire' here is my code ViewController.swift import UIKit import Alamofire class…
Rakesh Yadav
  • 95
  • 1
  • 6
1 2 3
65
66