Questions tagged [xcode10.1]

193 questions
76
votes
3 answers

Xcode arm64 Vs arm64e

Xcode 10.1 mention Support for arm64e (Preview). Anyone have any idea about arm64e. Any difference between arm64 and arm64e. https://developer.apple.com/documentation/xcode_release_notes/xcode_10_1_beta_2_release_notes?language=objc I searched…
Puvanarajan
  • 2,786
  • 6
  • 26
  • 37
41
votes
4 answers

Xcode keeps showing:-1: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2.Any solution?

When I install facebook SDK pods into my ios project, It says ":-1: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'FacebookCore')" I am using swift 4.2 any solution?
Jaseel.Dev
  • 730
  • 1
  • 7
  • 19
33
votes
2 answers

The amount of Xcode tasks increase after every build

Since I'm using Xcode 10.0, the amount of tasks which Xcode is building increases every time when I build the project. To reset the amount of tasks I have to clear the project. Can anyone else retrace this issue? The main problem is, that the build…
PascalS
  • 975
  • 1
  • 16
  • 40
31
votes
3 answers

Xcode 10 - iOS 12 Simulator location simulation fails on City Bicycle Ride/City Run/Freeway Drive

I just updated from Xcode 9 to Xcode 10 a day ago, and when I was about to debug my location tracking app just realized that I never received device location. So I went to Maps app to check if it was just a problem with my app, but when I turn…
Jose Vf
  • 1,493
  • 17
  • 26
28
votes
7 answers

Xcode10 - dyld: Library not loaded for pod installed in framework

I have a project with target frameworks. MainAppTarget FrameworkA FrameworkA is the only one to use a certain pod, hence in my pod file I have something like target 'MainAppTarget' do ... end target 'FrameworkA' do pod 'PodA' end the…
Giuseppe Lanza
  • 3,519
  • 1
  • 18
  • 40
15
votes
4 answers

This iPhone 6 is running iOS 12.3.1 (16F203), which may not be supported by this version of Xcode

Xcode updated to the latest version 10.2 recently and so did the iOS to 12.3.1. My Mac is an older mac that's working on High Sierra and I cannot update to Mojave. I have Xcode 10.1. How do I add the supporting files and where can I find them? Any…
captain_haddock
  • 496
  • 1
  • 3
  • 12
12
votes
3 answers

Xcode 10.2 hangs during Archive on arbitrary Task

This question has been asked before with prior Xcode versions: Their solutions were: Remove armv7 from Valid architectures Change debug information format to DWARF instead of DWARF with dSYM File I have tried all of these but the archiving still…
Alexander
  • 1,424
  • 18
  • 23
12
votes
4 answers

Carthage update failure saying "Could not find any available simulators for iOS" - Xcode 10.1, macOS Mojave (10.14.2)

I am trying to install Realm to my project using Carthage. It used to work before but after switching to new MacBook Pro (15-inch, 2018, TouchBar) I am getting the following error, carthage update --no-use-binaries --platform iOS *** Fetching…
Sasi
  • 1,666
  • 2
  • 24
  • 44
11
votes
1 answer

error: Multiple commands produce ... x86_64.swiftmodule

I am migrating an old app from swift 3 to swift 4 and got stuck this error: error: Multiple commands produce '/Users/.../Library/Developer/Xcode/DerivedData/ ... /Debug-iphonesimulator/CompassV3.swiftmodule/x86_64.swiftmodule': 1) Target 'CompassV3'…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
10
votes
1 answer

Xcode 10 Failing to download provisioning profiles

Xcode can't download provisioning profiles, I m getting the error: Error Downloading Profiles Xcode encountered a problem downloading profiles for team XXX with account xxxxx@xx.com The error detail: Error Domain=IDEProvisioningPortalErrorDomain…
raed
  • 4,887
  • 4
  • 30
  • 49
10
votes
1 answer

Xcode 10.1 push to github using ssh key

I had created my ssh keys manually from command line and added to my gihub, gitlab accounts. Everything work fine e.g cloning, pushing, pulling etc using command line and source tree client. The problem is when I try to push using xcode it gives me…
Khurram Shehzad
  • 261
  • 3
  • 12
7
votes
2 answers

“Fabric.framework” can’t be opened because it is from an unidentified developer Xcode

I just updated to Mac OS Catalina. One of my projects run on Xcode 10.1 and has third party frameworks(Firebase, Fabric) embedded manually. Now after the update, when. I build the project, I get this error. “Fabric.framework” can’t be opened because…
Akanksha Sharma
  • 131
  • 1
  • 10
7
votes
2 answers

Swift 3 mode has been deprecated

In Xcode 10.1 whenever I build my app I get the warning Swift 3 mode has been deprecated and will be removed in a later version of Xcode. Please migrate "My Appp" to Swift 4.2 using "Convert > To Current Swift Syntax…" in the Edit menu. (in…
Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
6
votes
3 answers

Disable user interaction while loading in swift

I'm making an API call in my ViewController willAppear method and till the API response completes I'm using this showWait and hideWait method to show and dismiss the activity indicator. But the problem I have is, in my ViewController I have a table…
Francis F
  • 3,157
  • 3
  • 41
  • 79
6
votes
3 answers

source: unbound variable error when using Cocoapods for Firebase

I have integrated Firebase and GoogleTagManager into my iOS app target using Cocoapods. When I build my target, Xcode constantly gives me error: Showing Recent Messages PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks mkdir -p…
Tas
  • 81
  • 1
  • 4
1
2 3
12 13