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
2
votes
3 answers
Xcode archive error: Command actool failed with exit code 255
I got this error when archive app after upgrade to Xcode 9.3.
Here are some investigate result:
Archive existing project, compile xcassets error
Remove all image in xcassets, archive success
Create new project and add image to xcassets, archive…

nhuanvd
- 163
- 1
- 3
- 6
2
votes
1 answer
Code coverage on main target in Xcode 9.3
I have an existing iOS project with the application and unit test targets. The code coverage on running the unit tests was fine on Xcode 9.2. But I just cannot get it to run properly on Xcode 9.3
I have gone into the scheme for the unit tests and…

Kedar
- 1,298
- 10
- 20
2
votes
2 answers
Application getting crashed on setting the vocabulary for carName using Siri Kit
I am trying to develop an application using SiriKit to get the car door lock status and set the same from Siri. I followed this blog https://www.appcoda.com/sirikit-introduction/ and did all the setup replacing the INStartWorkoutIntent with…

Vidhya Sri
- 1,773
- 1
- 17
- 46
2
votes
2 answers
MacOS High Sierra : Xcode failed to download Use the purchase page Error during installing Xcode 9.3
Yesterday I update MacOS Sierra to MacOS High Sierra than I remove xCode 9.2 after that when I try to install xCode 9.3 from App Store, It gives me below error:
Xcode failed to download, Use the purchase page to try again
I tried below…

Kuldeep
- 4,466
- 8
- 32
- 59
2
votes
0 answers
Xcode 9.3 keeps forgetting password for Xcode Server
Everytime when I start Xcode 9.3 and go to the report navigator my Xcode Server is disconnected
When I go to the accounts tab in settings it shows me an error.
When I enter the credentials it works.
But it seems like Xcode forgets the credentials…

Lukas Würzburger
- 6,543
- 7
- 41
- 75
2
votes
2 answers
"Edit Bot..." button disabled after upgrading Xcode
I've updated my Xcode from 9.2 to 9.3 (It seems to be an issue with later versions as well) and now I'm not able to edit the bots anymore.
What I tried:
I installed the additional components on the server and local machine that you will be…

Lukas Würzburger
- 6,543
- 7
- 41
- 75
2
votes
1 answer
iOS: xcode 9.3 no simulator found for iOS 11.3 after update
Recently i have updated my Mac OS version to High Sierra(10.13.4).Then I updated the XCODE version to Version 9.3. After successful installation i am trying to run my project on it i found there is no simulator for this version of xcode…

Abhinandan Pratap
- 2,142
- 1
- 18
- 39
2
votes
0 answers
Core Data migration issues in iOS 11.3 works fine in earlier devices
I am working on core data from last one years. In my app, there are thousands of records of for initial listing. So I used local SQLite file in bundle and place in document directory when an app launches first time in the device. My application is…

Dhaval Patel
- 716
- 1
- 10
- 26
2
votes
2 answers
Xcode 9.3 crashes on deleting entity
I got this crash when trying to reset the parent of the entity or delete one.
This is the crash report
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: …

Max Kraev
- 740
- 12
- 31
2
votes
0 answers
Is there a way to increase "Jump to Definition" popup in XCode 9.3?
XCode 9.3 updated the "Jump to Definition" popup from
to
Is there a way to increase the height of the popup to display more options instead of scrolling?

Borys T
- 239
- 2
- 13
1
vote
1 answer
Application crashing while accessing microphone in iOS 12.1.2 for iPhone XS
I am working on iOS application which uses microphone for video capture. When we try to capture video, it asks for microphone permission and crashes immediately after that. We are getting following error:
"Terminating app due to uncaught exception…

DJB
- 857
- 7
- 15
1
vote
1 answer
Xcode build upload Error: Outbound access to TCP port 443 and unable to find a MZContentProviderUpload for package. (1041)
Xcode upload error:
The Following issue occurred while distributing your application.

Vvk
- 4,031
- 29
- 51
1
vote
1 answer
file couldn't be opened because u don't have permission to view it
Why it showing this in project
Project files Why these files showing '?' as shown in picture?

sudhanshu agrahari
- 11
- 5
1
vote
1 answer
[__NSCFConstantString count]: unrecognized selector sent to instance - GADRequest error or AdMob getting crashed
[__NSCFConstantString count]: unrecognized selector sent to instance 0xxxxxxxxx
- GADRequest error or AdMob getting crashed.

Drey
- 59
- 1
- 9
1
vote
1 answer
First storyboard To display
I am using swift4 and xcode9.3.
I want to know how can the application determine which storyboard to display if it has many of them.
I know the flow of running application in swift4, it will start with the launch View then it will run…

Mohammed Ali Khaled
- 229
- 3
- 8