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
0
votes
0 answers
framework not found -ObjC
I've tried adding -Objc and -lstdc++ to Other Linker Flags. (i using RadaeePDF and this framework is necessary for it). but xcode has error: Apple Mach-O Linker (ld) Error Group-> clang: error: linker command failed with exit code 1 (use -v to see…
0
votes
0 answers
Adding subview self causing crash in swift 4.1
I have a custom view whose init method is as below. This used to work fine in Xcode 9.1 with swift 4. Today I updated to Xcode 9.3 and set the project base to swift 4.1 and it started crashing in this init method.
init(frame: CGRect, detailDic:…

sonu
- 41
- 5
0
votes
2 answers
Could not insert new outlet connection:
Continuously facing this error after updating to Xcode 9.3 Please help me

Sravan Kumar
- 94
- 9
0
votes
0 answers
iTunes Connect App Validation issue
When I upload my app to iTunes Connect using Application Loader, the new app version appears as "Processing" but then vanishes later. Then I receive email with validation errors stating:
Non-public API usage:
• The app references non-public…

Dave
- 4,038
- 9
- 45
- 57
0
votes
3 answers
xCode 9.3 breaks popover view width
Since I have updated to XCode 9.3 all my popover views default to a width of 320. If I go back to XCode 9.2 everything is fine and the same popover views are shown with the regular width of 1024.
This happens in my main.storyboard at every…

Jan
- 47
- 1
- 9
0
votes
1 answer
Get name of reference image swift ARKit 1.5
Is someone know how can I get the name of the reference image red by the camera in AR?
I think that the Anchor is reading the identifier and connect it to the reference image that's returning name and physical size.
I want to have one AR Resources…

Pietro Messineo
- 777
- 8
- 28
0
votes
2 answers
Expected method to read array element not found on object of type 'id'
I want to update XCode version.
But while updating I receive several compiler errors. The are the same as this:
id objectToDelete = group[index.unsignedIntegerValue];
Expected method to read array element not found on object of type…

Vyacheslav
- 26,359
- 19
- 112
- 194
0
votes
1 answer
How to iterate over a macOS app’s windows until a condition is met?
To iterate over all windows in my macOS app, I use enumerateWindows(options:using:) like this:
NSApplication.shared.enumerateWindows(options: .orderedFrontToBack, using: {
(window: NSWindow, stop: UnsafeMutablePointer) in
if let…

Frank R
- 841
- 5
- 13
-1
votes
2 answers
Property setter called instead of getter in switch (Xcode 9.3 & 9.4)
Consider the following objects:
enum SetType: String {
case anaerobic, isometric
}
class RealmSet: Object {
@objc dynamic private var setType: String = ""
var type: SetType {
get {
guard let unwrappedSetType =…

GGirotto
- 848
- 2
- 10
- 31
-1
votes
2 answers
Xcode 9 bot integration ipa missing at XCS_PRODUCT path
I am working on Continuous Integration with Xcode 9. I have successfully setup Server & Bot.
Integration works fine.
Requirement:
I required ipa path in Post Script to upload on my server.
Problem:
I am using XCS_PRODUCT variable for fetching ipa…

Toseef Khilji
- 17,192
- 12
- 80
- 121
-1
votes
1 answer
Splunk MINT shell script Issue: Issue occurs when I attempt to archive an application in Xcode 9.3
I have integrated Splunk MINT SDK with IOS app. Here is the issue details:
I am able to run the app in Simulator, but not in Device. While archiving I got below error.
Splunk Mint: Archiving "Appointment-Plus" to…

Narendra G
- 491
- 4
- 9
-1
votes
2 answers
Xcode 9.3 Compiling Swift source project never completes
I updated my Xcode 9.2 to 9.3. Then after update, i used to compile my swift based project source, but it's not complete & no errors too.

Jvvinoth
- 11
- 2
-1
votes
1 answer
Swift + iOS , HANDYJSON Thread 1: EXC_BAD_ACCESS (code=1, address=0x20c7f4194)
App Crashes when deserializing a struct after parsing the JSON from the api,
After updating xCode to Version 9.3, a crash started to appear
,i cant figure out or diagnose what the problem is or why it's happening,
the crash or the error happens here…

Sanad Barjawi
- 539
- 4
- 15
-2
votes
1 answer
C++ static library is not compiling in xcode on mac
I am new to stack overflow. I am developing a static c++ library on mac using xcode(9.3). It was compiling and running fine but then i did some code changes and after that its showing some strange compile time errors. like
"/clang:-1: linker…

Bijay Dixit
- 11
- 2
-3
votes
1 answer
Multiple Image uploads in One View Controller with different Buttons (iOS, Xcode9, Swift4)
Here have 4 UIImageView with seperate 4 buttons each for image upload. I couldn't fix when the user click each button appropriate image have to get uploaded. Mean when the user click back button, appropriate image have to be uploaded. I have…

AzeTech
- 623
- 11
- 21