Xcode 9.3 is the stable release of Xcode. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.
Questions tagged [xcode9.3]
135 questions
8
votes
3 answers
Since update to XCode 9.3, I can't archive my project
An interesting thing happened this morning, I updated Xcode to version 9.3, and after that, I can't archive my project. I can build it, run it on the device, but when I try to archive it, I get that I am missing some modules, like Alamofire,…

MegaManX
- 8,766
- 12
- 51
- 83
7
votes
2 answers
Xcode 9.3 build upload Error: An error occurred saving your changes to the Apple database. (1015)
Error in upload builds on TestFlight/AppStore. I am using Xcode 9.3 and error throws:
An error occurred saving your changes to the Apple database. This problem may be a transient issue on the Apple side. If the problem persists for more than an…

Vvk
- 4,031
- 29
- 51
7
votes
3 answers
Facing "Devtools was disconnected from the page. Once page is reloaded, Devtools will automatically reconnect."
I'm working on React-native js and Xcode 9.3 for iOS app development, but in between I get this error:
while debugging and becomes a road blocker for me to proceed in the debugging. Also referred few articles from here but didn't get anything for…

Lalit Dhiman
- 71
- 1
- 1
- 2
7
votes
1 answer
App Transport Security issue with AVAudioPlayer loading local file objective-C, XCode 9
I have an app which loads a bundled m4a audio file as a local resource and it has worked well for many years now. I'm updating the app to iOS 11.3/XCode 9.3 and it is now failing on iPad (works on iPhone) when I press my play button:
2018-05-13…

Alan Moore
- 6,525
- 6
- 55
- 68
6
votes
1 answer
How to check [NSUserDefaults standardUserDefaults] in iOS development device with Xcode 9.3
In Xcode 9.3 and iOS simulators, [NSUserDefaults standardUserDefaults] store the values at:
/Users/{User Name}/Library/Developer/CoreSimulator/Devices/{Device
GUID}/data/Containers/Data/Application/{application
GUID}/Library/Preferences/{bundle…

Simant
- 3,142
- 4
- 32
- 61
6
votes
1 answer
How to gather coverage data on XCode 9.3?
I updated Xcode to 9.3 and now cannot find where is the 'Gather coverage data' checkmark.
Where is it located now?
This is how it used to be
This is how it is presented now

Dark
- 63
- 5
6
votes
1 answer
Xcode 9.3 now sets CLANG_ENABLE_OBJC_WEAK = YES non-ARC ramifications
Xcode 9.3 newly recommends setting CLANG_ENABLE_OBJC_WEAK to YES for all Objective-C projects. Can someone explain what this setting will mean for a non-ARC app?

stonedauwg
- 1,328
- 1
- 14
- 35
5
votes
0 answers
"Undefined symbols for architecture x86_64" when testing a macOS command line project in Xcode 9.3
I'm developing a command line application for macOS and I have the following issue: I have the following test case in Xcode
import XCTest
@testable import Assembler
class ParserTests: XCTestCase {
override func setUp() {
…

Gustavo
- 51
- 2
5
votes
1 answer
OCLint Xcode 9.3.1 Failure
I have the following Run Script , available at http://oclint-docs.readthedocs.io/en/stable/guide/xcode.html
source ~/.bash_profile
cd ${SRCROOT}
xcodebuild clean
xcodebuild | xcpretty -r json-compilation-database --output…

NNikN
- 3,720
- 6
- 44
- 86
5
votes
0 answers
PayUmoney iOS SDK multiple issues during uploading app on apple store with XCODE9.3(Objective-C)
Errors:
1.ITMS-90087 Unsupported Archtecture PayUmoneyCoreSDK.framework containts unsupported architectures '[x86_64,i386]' also for
CitrusGraphics and PlugNPlay framework.
2.ITMS-90209 Invalid Segment Alignment CitrusGraphics does not have…

Vinayak Bhor
- 691
- 1
- 8
- 20
5
votes
1 answer
How to detect memory leak ?
I am trying to detect what's the object that casues a memory issue by using the instruments, however is seems that there is an issue in Xcode 9.3 with using the instruments as mentioned at: https://forums.developer.apple.com/thread/97592, also this…

a.masri
- 2,439
- 1
- 14
- 32
5
votes
1 answer
How to disable "Save To Files" in iOS 11?
I have an iOS app which creates a PDF and is shared using the UIActivityViewController using the default share functionality. I had to block a few sharing facilities like Vimeo, Facebook, Twillio, etc. and also the file should not be stored on the…

BlackPearl12
- 306
- 5
- 20
5
votes
1 answer
Observing property crashes Instruments (Leaks profile) Xcode 9.3 (Swift 4.1)
When I run the following code (a simplified example, created to demonstrate the crash), it executes as expected when I choose Run (both os_log messages print in Console).
However, when I open it in Instruments from the Memory Debug Navigator - by…

Mark Jarecki
- 115
- 1
- 13
5
votes
3 answers
App crash on sign in (xcode 9.3) EXC_BAD_ACCESS (code=1, address=0x1)
I'm getting this crash on 9.3 update, on 9.2 everything worked fine. What can it be? The error appears on sign in through any source (login pass, VK, google)
class AppDelegate: UIResponder, UIApplicationDelegate, GIDSignInDelegate {
var window:…

Max Kraev
- 740
- 12
- 31
4
votes
3 answers
Xcode 9.3 build upload Error: Exception occurred when creating MZContentProviderUpload for provider. (1004)
Error in upload builds on TestFlight/AppStore. I am using Xcode 9.3 and error throws:
An error occurred saving your changes to the Apple database. Exception occurred when creating MZContentProviderUpload for provider. (1004) An unknown error…

Vvk
- 4,031
- 29
- 51