Questions tagged [xcode7.3]

Xcode7.3 is the latest IDE by Apple for the development of iOS, watchOS, tvOS and OS X applications. Use this tag for version specific questions about Xcode 7.3

Xcode supports source code for the programming languages C, C++, Objective-C, Objective-C++, Java, AppleScript, Python, Ruby, ResEdit (Rez), and Swift, with a variety of programming models, including but not limited to Cocoa, Carbon, and Java. Third parties have added support for GNU Pascal, Free Pascal, Ada, C#, Perl, and D.

On June 8, 2015 at the Apple Worldwide Developers Conference Xcode version 7 was announced. It introduced support for Swift 2, and Metal for OS X, and added support for deploying on iOS devices without an Apple Developer license. Xcode 7 was released on September 16, 2015.

360 questions
96
votes
11 answers

Xcode 7.3 autocomplete is so frustrating

There is a new autocomplete in Xcode. Probably might be useful because it checks not only beginning of names etc. But I found that very often it doesn't find a class name or a const name at all etc. I need to type in entire name by myself. Over all…
matthewfx
  • 1,244
  • 1
  • 9
  • 14
72
votes
6 answers

'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator

I'm using the following code: var continousDigitsRange:Range = Range(start: 0, end: 0) Since update to Xcode 7.3 (Swift 2.2) I got the following hint: 'init(start:end:)' is deprecated: it will be removed in Swift 3. Use the '..<'…
mahega
  • 3,231
  • 4
  • 20
  • 32
58
votes
4 answers

Xcode 7.3: import Module displayed with strikethrough

After upgrading Xcode to 7.3, I just found that some modules are stricken out while importing, like in this screenshot: But after adding the module (so just pressing enter) everything is fine. What does that mean? The module here is written in…
derdida
  • 14,784
  • 16
  • 90
  • 139
45
votes
3 answers

xcode: Timestamped Event Matching Error: Failed to find matching element

I'm trying to record some XCUITesting functions. I get this error. Timestamped Event Matching Error: Failed to find matching element Is this an Xcode bug and/or issues with the complexity of my UI?
emoleumassi
  • 4,881
  • 13
  • 67
  • 93
44
votes
9 answers

DTAssetProviderService could not start DTXConnection with Simulator

After updating to Xcode 7.3 I am not able to run my app in the iOS Simulator. On every attempt I am getting the following error message: DTAssetProviderService could not start DTXConnection with Simulator 'iPhone …'. Check the system log for…
Sujay
  • 2,510
  • 2
  • 27
  • 47
41
votes
6 answers

Could not attach to pid : “####” unable to attach

I just updated to Xcode 7.3.1 and my project crashes with the same error after the launch screen displays on the iOS simulator. The error is: "Could not attach to pid : “1712” unable to attach" Then I tried running another project and I…
S.Sohi
  • 671
  • 2
  • 6
  • 9
37
votes
5 answers

Xcode 7.3 Syntax Highlighting and Code Completion issues with Swift

I am having an extremely frustrating issue with XCode 7.3 (however, this issue has persisted since I installed XCode 7.2) and Swift code, and I am hoping others have had this issue and know how to resolve it. Syntax highlighting and code completion…
aeskreis
  • 1,923
  • 2
  • 17
  • 24
31
votes
2 answers

XCode 7.3 beta - how to force strict search for code autocomplete for Objective-C?

I'm running into an issue where XCode 7.3 autocomplete searches all possible constants using some kind of weird pattern matching algorithm. The result is that I practically have to spell the entire constant name before autocomplete allows me to…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
30
votes
3 answers

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_WKWebView", referenced from:

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_WKWebView", referenced from: ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Any help is appreciated!
Johnny
  • 1,112
  • 1
  • 13
  • 21
23
votes
2 answers

"No provisioning profiles found" in Xcode

When I create an iOS project on my own, I can build it without any problem. I downloaded a project for testing purposes and now I get: No provisioning profiles found No non-expired provisioning profiles were found In this case I downloaded an Xcode…
nepa
  • 1,421
  • 2
  • 18
  • 28
23
votes
6 answers

error: unable to find utility "git", not a developer tool or in PATH

I have updated Xcode version to 7.3.1.when I use 'git status',I find an error! as follow: $git status sh: line 1: 1601 Segmentation fault: 11 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find git 2> /dev/null git: error:…
wenyc
  • 263
  • 1
  • 3
  • 8
22
votes
7 answers

Xcode 7.3 Couldn't load project

I have done some changes in functionality throughout the day. After that I closed workspace and try to open it again it is showing Couldn't load project. I've tried all solution available on stackoverflow but none worked. I'm using cocoa-pods in…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
20
votes
2 answers

How can I deal with this warning: hash mismatch?

After I update Xcode 7.3 and run the project,I get a warning : hash mismatch: this object file was built against a different version of the module …
luzy
  • 245
  • 2
  • 3
19
votes
2 answers

Whats the alternative of @testable import in Objective C

I am working with Unit Testing in Xcode using XCTest provided by Xcode in objective C. I know how to import Module in Swift like below. @testable import AppName Whats the alternative in objective C.
Babul Prabhakar
  • 2,373
  • 1
  • 18
  • 25
17
votes
1 answer

ERROR ITMS-90023: "Missing required icon file"

Hi i try to submit my app to iTunes connect but Application Loader displays the following errors: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS…
Mansour
  • 515
  • 3
  • 7
  • 20
1
2 3
23 24