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
1
vote
3 answers
Xamarin.UITest 2.2.4 start session failed on the first test
Since my macOS made me update to XCode 9.3 I had to upgrade Xamarin.UITest from 2.2.2 to 2.2.4.
The problem is that when I run all my tests, every single time the first one fails with the error attached. I think is not a test issue because all tests…

D. Fernandez
- 83
- 11
1
vote
0 answers
Unable to see public protocol from framework after converting to Swift 4.1
I have framework in Swift 2.3 which I have successfully converted to Swift 3.3 and it works as expected on Xcode 8.3.3. I can even see the public protocols in it.
After I converted the project to Swift 4.1 and built it, I am unable to see the public…

Amogh Shettigar
- 275
- 2
- 3
- 18
1
vote
1 answer
How to use SVN source control in Xcode 9.x?
I want to use SVN for my source control. SVN is running on one of our local server and working well with other projects/IDE. In Xcode Version 9.3 I can't find any way to share my project into SVN.

Siddiqui Noor
- 5,575
- 5
- 25
- 41
1
vote
0 answers
how to post a image with default text on facebook page through my app using facebook updated sdk in ios objective c?
I'm developing a basic gaming app in which i want to share my winning score screen with a default text on facebook page using facebook updated sdk. I wrote code for sharing the screen shot but i'm unable to add default text. I will be very thankful…

Charishma Rao
- 21
- 6
1
vote
1 answer
Problems linking Bonmin using Cmake under macOS High Sierra with "ld: framework not found -lAccelerate"
I am currently trying to link Bonmin using cmake in my project under macOS High Sierra (10.13.4) with Xcode version 9.3. Before I describe the setup I should mention that the Bonmin example (/PATH_TO_BONMIN/Bonmin/examples/CppExample) compiles with…

Franzi
- 315
- 2
- 9
1
vote
1 answer
Is it possible to use Swift 4.0 (4.0.3) with XCode 9.3?
I'm trying to upgrade to XCode 9.3 so that I can run my app on an iOS 11.3 device, but I'm having some issues.
My app has up until this point been built in XCode 9.2 with Swift version 4.0.3. I would like to keep the app on Swift 4.0.3, but I can't…

user1513171
- 1,912
- 6
- 32
- 54
1
vote
1 answer
Macro expansion producing 'defined' has undefined behavior
We started seeing a lot of warnings like this after upgrading to Xcode 9.3:
Macro expansion producing 'defined' has undefined behavior
Like this:
#if MIXPANEL_FLUSH_IMMEDIATELY // ==> Warning: Macro expansion producing ...
[self…

Yuchen
- 30,852
- 26
- 164
- 234
1
vote
0 answers
Could not build Objective-C module 'libxml'
We have integrated libxml in a swift project following the instructions mentioned in this link by creating module.modulemap file.
Code in module.modulemap file is
module libxml [system] {
header…

AppleBee
- 1,199
- 12
- 26
1
vote
0 answers
Xcode 9.3 XCTest "No element found at point while computing gesture coordinates" error
In our application, we have a hidden test screen in debug builds which allows us to manipulate the state of the application. For several UI tests (including a snapshot script), we need to access this test screen. This is done by triple tapping with…

CloakedEddy
- 1,965
- 15
- 27
1
vote
0 answers
I just upgraded to Xcode 9.3 gives Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
My project was working absolutely fine, until the upgrade to 9.3. Right after the upgrade I started seeing the EXC_BAD_ACCESS error at my AppDelegate class.
I'm new to IOS development and this is my first Xcode update, are there any steps that I'm…

virajd
- 150
- 1
- 15
1
vote
1 answer
Xcode server not working after Xcode update
After updating Xcode to 9.3, my bots disappeared and there's a messenger symbol at the right. How can I restore the bots?

Ted
- 22,696
- 11
- 95
- 109
0
votes
0 answers
Xcode 9.2 crashing while trying to access keychain
My xcode version 9.2 is crashing on start, crashlog suggested that its crashing while trying to access keychain. The keychain has some issue because every application which trying to access keychain is crashing. If i open individual file of project,…

Mini2008
- 627
- 1
- 6
- 12
0
votes
0 answers
How can I change bundle Identifier in Xcode 9.3
In older versions of Xcode you could click on settings and under General tab you can see your bundle identifier and change it, but in Xcode 9.3 everything is scattered you can't see where you can edit your bundle identifier. How do I locate my…

chevi99
- 123
- 1
- 2
- 17
0
votes
0 answers
call api in almofire with headers, HTTP Methods, params and callback to called class
Below function we passed url, parameters,method and message based on this we have to call api and return callback to called function.
this is the url:…

Sudarshan Thorve
- 61
- 4
0
votes
1 answer
Center iCarousel in TableViewCell in Swift
My iCarousel inside a TableView won't move when I modify CGRect position. Here's how the simulator look like: iCarousel centered vertically and all the way to the top
I included the whole code block. I'm a noob and this is my first app.…

Theomars
- 1
- 1