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
4
votes
1 answer
Pod not init and install
I have create fresh project and when i am going to pod init , the error throw me by Terminal in the below screen shoot. Please help me any one know about the issues.
Racs-iMac-2:DemoApp nirajpaul$ pod init
[in…

Niraj Paul
- 1,498
- 14
- 22
4
votes
2 answers
AudioKit Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1
I have updated to Xcode 9.3 and Swift 4.1 and using AudioKit 4.1.
Though I am getting this error when building.
How would I update the modules to Swift 4.1?

uplearned.com
- 3,393
- 5
- 44
- 59
3
votes
2 answers
No such module 'GoogleSignIn' Xcode 9.3 and Swift 4.1
I am trying to login with Firebase Google Login. After installing the pods when i import header file
'GoogleSignIn' it gives me an error.
No such module 'GoogleSignIn'
Here is my pod file
I also tried different troubleshoot methods like
update…

Muhammad Qais
- 77
- 1
- 10
3
votes
2 answers
Xcode 9.3 crashes on exporting build
Xcode v9.3 crashes when I try exporting the IPA from the archive, whereas IPA successfully exported from Xcode v9.2.

Nitin Biltoria
- 151
- 1
- 6
3
votes
3 answers
Status bar rendering warning in Xcode 9.3
I updated Xcode to 9.3 and now, I see this warning always popping up in debug area for every minute.
Status bar could not find cached time string image. Rendering
in-process.
Does anyone know how I can get rid of this warning?

Naren
- 115
- 2
- 14
3
votes
1 answer
MapKit runtime error in mapView(_:didAdd:) with clustering
I have an unexpected error when implementing MKMapViewDelegate's method mapView(_:didAdd:). It is happening since Xcode 9.3 and was not happening with Xcode 9.2. When using clustering, I get a runtime error when using views array.
func mapView(_…

adauguet
- 988
- 8
- 18
3
votes
0 answers
XCODE 9.3 Command failed due to signal: Abort trap: 6
After updating to Xcode 9.3 I am not able to compile my project. Where as compiling the same code on earlier version of xcode it works.
After lot of investigation i found that there are few functions like in below error -
1. Running pass 'Function…

the monk
- 389
- 4
- 14
2
votes
0 answers
A value for the key “WKApplication“, or WKWatchKitApp if your project has a WatchKit App Extension target, is required in Runner.app/Runner.app bundle
App Store Connect Operation Failed
Missing Info.plist value. A value for the key “WKApplication“, or “WKWatchKitApp“ if your project has a WatchKit App Extension target, is required in “Runner.app/Runner.app“ bundle. For details, see:…

Buchi Emmanuel
- 31
- 2
2
votes
0 answers
iOS : App crash in release mode. Error: undefined is not an object (evaluating 'a.View.propTypes.style')
Yes! There are many questions and answers related to this but in every solution, all people say to replace View.propTypes.style with ViewPropTypes.style. But in my project, there is not View.propTypes.style code available in the whole project.
If in…

Vvk
- 4,031
- 29
- 51
2
votes
3 answers
How To Increase the height of MDCTextInputControllerOutlinedTextArea
I have assigned a class named MDCMultilineTextField for Uiview from the storyboard. This class is used for Multiline TextView. My Uiview height is 400(not fix) but my UiView border is not same as height, Please verify my code and you can see…

Sanpreet Singh
- 91
- 2
- 10
2
votes
2 answers
Error: "xcrun: error: unable to find utility "docsetutil", not a developer tool or in PATH" while creating documentation
I am using appledoc to generate Apple documentation for my framework.
It seems that after upgrading to Xcode 9.3 it has stopped working, giving me the following error:
xcrun: error: unable to find utility "docsetutil", not a developer tool or in…

Priyanka Wadher Mistry
- 464
- 5
- 18
2
votes
1 answer
Conflicting parameter types in implementation of 'application:handleActionWithIdentifier:forRemoteNotification:completionHandler
- (void)application:(UIApplication *)application handleActionWithIdentifier:(NSString *)identifier forRemoteNotification:(NSDictionary *)userInfo completionHandler:(void (^)(void))completionHandler {}
I am getting this warning. Can someone tell…

Vinu David Jose
- 2,569
- 1
- 21
- 38
2
votes
1 answer
File not found on Xcode9.3
I'm currently working on a project (single view application) in Swift on Xcode using a precompiled sdk (Parrot SDK3: http://developer.parrot.com/docs/SDK3/#ios).
My issue is that I have a "file not found" error whereas the file exist:
The headers I…

user74
- 23
- 3
2
votes
2 answers
Error while compiling the project with an Xcode 9.3
I have a problem when I try to compile my project on real device. It says build succeeded and then I get the error below.
dyld: Library not loaded: @rpath/Agrume.framework/Agrume Referenced
from:
…

kjeraska
- 41
- 7
2
votes
2 answers
Profile doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements
I have tried every solution from every similar question. Whenever I try to Validate an archive in Xcode 9.3 Organizer I get this error with all types of profile types. I tried exporting my project with Xcode 8 and I think it did something different…

Marvin
- 31
- 1
- 4