Questions tagged [xcode7]

Xcode is an IDE by Apple for the development of iOS and OS X applications. Use this tag for version specific questions about Xcode 7.

is Apple's integrated development environment (IDE) for developing OS X, iOS, tvOS, and watchOS apps. Version 7 was presented at the WWDC on June 8th-12th, 2015. The new features of include an update to the programming language, making it faster than before. The latest version includes also support for .

Xcode 7 also adds support for deployment on iOS devices without an Apple Developer license.

This tag is only for IDE questions relating to Xcode version 7. Questions related to the programming languages should go to the appropriate tag, or . OS-related questions should go to and .

3952 questions
24
votes
6 answers

Is there an example code for corespotlight search feature - iOS 9 API?

Is there an example code for corespotlight search feature - iOS 9 API? Really appreciate if can look at sample code to implement/test.
mojo_
  • 301
  • 1
  • 3
  • 7
23
votes
8 answers

"Invalid Swift Support - The SwiftSupport folder is missing" with Xcode 7.3.1

After submitting an app update using Application Loader, I got this email from Apple: We have discovered one or more issues with your recent delivery for "[App Name]". To process your delivery, the following issues must be corrected: Invalid…
Luke
  • 7,110
  • 6
  • 45
  • 74
23
votes
4 answers

My AppleID password is suddenly not being accepted for Xcode 7.1.1 or Application Loader 3

I originally upgraded to Xcode 7.1.1 without incident, but since the iTunes Connect portal upgrade yesterday (November 12th) I encountered problems doing TestFlight archives. I further encountered problems logging into Application Loader 3.1. This…
drshock
  • 2,096
  • 2
  • 15
  • 30
23
votes
4 answers

Pod Update is removing "Target Support Files" but not updating my project settings

Admittedly, it's been awhile since I've run a pod update on my project. Today I was trying to do just that, and am running into issues. After running a 'pod update', the project will not compile. Here is what I've noticed. The update itself…
LLooggaann
  • 425
  • 1
  • 4
  • 16
23
votes
3 answers

Xcode 7 warning: The launch image does not have a valid extension

Xcode 7 has warnings for my launch image set. It reads: The launch image set "LaunchImage" references a file "Default@2x.PNG", but that file does not have a valid extension. I tried removing the image and put it back again with no luck. What is it…
Raj
  • 1,091
  • 1
  • 9
  • 18
22
votes
12 answers

Use of unresolved identifier 'FIRAuth' (Swift 2, Firebase 3.x)

Updating to the new firebase. Created a new signin VC and everything was working fine in terms of no errors. Trying to replicate this new tutorial: https://codelabs.developers.google.com/codelabs/firebase-ios-swift/index.html?index=..%2F..%2Findex#0…
ryanbilak
  • 383
  • 1
  • 2
  • 13
22
votes
5 answers

Assertion Failure: UI Testing Failure - Failure fetching attributes for element

When UI testing in Xcode(7.2 and 7.3), my tests sometimes fail with a rather generic error: Assertion Failure: UI Testing Failure - Failure fetching attributes for element I tend to get this error when calling .hittable or .tap() on an element but…
Gordonium
  • 3,389
  • 23
  • 39
22
votes
11 answers

How to change UITextfield placeholder color and fontsize using swift 2.0?

How to change UITextfield placeholder & fontsize in SWIFT 2.0?
Xcode
  • 455
  • 2
  • 5
  • 16
22
votes
2 answers

xcode7 ios9 about libz.tbd is not an object file (not allowed in a library)

Error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/usr/lib/libz.tbd is not an object…
Appfame Appfame
  • 221
  • 1
  • 2
  • 4
22
votes
3 answers

CMake broken after update to Xcode 7.0

I use QtCreator and CMake for c++ development on a Mac, after updating to Xcode 7.0, CMake seems broken, after running CMake I got this warning: CMake Warning at /usr/local/Cellar/cmake/HEAD/share/cmake/Modules/Platform/Darwin-Initialize.cmake:128…
Carl Yuheng Ren
  • 861
  • 6
  • 6
22
votes
2 answers

Specify location for ipa file in Xcode 7 Ad-Hoc release

UPDATE: This issue is still present in Xcode 7.1 beta 2. Looks like this will be here a while. I just updated to Xcode 7 GM and am in the process of generating ad-hoc archives for various builds. However, it does not appear that you can specify the…
Dan Nichols
  • 769
  • 1
  • 7
  • 19
22
votes
9 answers

Xcode 7.0 XCTest dyld: could not load inserted library IDEBundleInjection

I'm running unit tests on my iOS project and when it's running, it crashes and spits this out: dyld: could not load inserted library…
FireDragonMule
  • 1,347
  • 2
  • 16
  • 27
21
votes
15 answers

iTunes Connect Errors occurred in the app thinning process, and your app couldn’t be thinned?

I Uploaded the build via Xcode Yesterday it worked fine but while uploading today the build is uploading perfectly but after 10 minutes i got a email form apple stating that. While processing your iOS app, ---------------Build(1.0.22), errors …
BornShell
  • 381
  • 3
  • 14
21
votes
4 answers

Get playground to display all loop results

I'm using an xcode 7 playground, and I want to know how to make the playground display all the results printed out by a loop. for example: This will tell me the loop ran 4 times, but it will only display the last value of the iteration. Is there a…
Ben
  • 6,986
  • 6
  • 44
  • 71
21
votes
3 answers

Is there any way to code the LaunchScreen programmatically

I am using Xcode7 and Swift with Storyboards. When I open the LaunchScreen.storyboard, and I try to set a Custom Class on it, Xcode complains that one cannot have a custom class on a LaunchScreen storyboard. So my question is, is there any way to…
Arunabh Das
  • 13,212
  • 21
  • 86
  • 109