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
80
votes
15 answers

iOS Simulator Screenshots "Wrong Size" for iTunes Connect

I am taking screenshots from my iOS Simulator and trying to put them into iTunes Connect but it continues to tell me that I have the wrong size. They are the same size with the pictures that are already in iTunes Connect. What just happened?
Amit Kalra
  • 4,085
  • 6
  • 28
  • 44
79
votes
26 answers

Could not automatically select an Xcode project

When i type "pod install" in a correct directory I always get this Analyzing dependencies [!] Could not automatically select an Xcode project. Specify one in your Podfile like so: project 'path/to/Project.xcodeproj' podfile platform :ios,…
kvra13
  • 1,019
  • 2
  • 10
  • 16
79
votes
14 answers

Refresh devices in team provisioning profile managed by Xcode 7?

It used to be that hitting the refresh arrow/loop button in preferences -> account would pull down a new provisioning profile with all ur new devices. Now it just downloads the ones you already have. But if the one you need updated is managed by…
Will Larche
  • 3,119
  • 7
  • 26
  • 34
78
votes
5 answers

Xcode 7 ERROR ITMS-90474: "Invalid Bundle", can't submit to Apple

I have an app I'm trying to submit to Apple. I've already validated it. I'm using Xcode 7 and Swift 2. When I try to submit to Apple, I get the following error: ERROR ITMS-90474: "Bundle Invalid. iPad Multitasking support requires there…
ChallengerGuy
  • 2,385
  • 6
  • 27
  • 43
74
votes
15 answers

Cannot verify client 3000

I am using xcode 7.1 and trying to upload my app to the app store directly through xcode. While uploading I am getting a weird error:- cannot verify client 3000 Note:- I recently made changes in the accounts (xcode preference section). Is this…
pkc456
  • 8,350
  • 38
  • 53
  • 109
67
votes
6 answers

ITMS-90535 Unable to publish iOS app with latest Google Signin SDK

I'm using xcode 7 GM seed and installed latest Google Signin SDK through cocoapods pod "Google/SignIn . I get the attached error when I try to publish my app to apple app store. Help!! Here are the detailed versions of Google SDK pods -…
Guy
  • 2,883
  • 1
  • 32
  • 39
67
votes
4 answers

Xcode 7 iOS 9 UITableViewCell Separator Inset issue

This is not a question, rather a solution to the problem I faced. In Xcode 7, when the application is run on iOS 9 on iPad devices, the UITableViewCell leaves some margin onto the left side of the UITableView. And rotating the device to the…
stuti
  • 751
  • 1
  • 5
  • 7
66
votes
6 answers

Can not perform `pod install` under el capitan (15A279b)

I ran pod install with El Capitan and got this error: Errno::EPERM - Operation not permitted - /Users/../Pods/Pods.xcodeproj/xcuserdata/root.xcuserdatad Here's my environment: El Capitan (15A279b), Xcode Version 7.0 (7A220), cocoapod 0.38.2. Any…
MobileDev
  • 3,750
  • 4
  • 32
  • 35
66
votes
7 answers

Storyboard reference in Xcode, where should we use it?

There is one new control in Xcode7 beta named as Storyboard Reference. Below is its image. It has its description as Provides a placeholder for a view controller in an external storyboard. Segues connected to this placeholder will instantiate the…
Yogesh Suthar
  • 30,424
  • 18
  • 72
  • 100
65
votes
7 answers

Xcode 7 how do you refresh provisioning profiles?

In Xcode 6 you would click on Xcode -> Preferences -> Account -> View Details -> then there would be a little circular arrow. That is gone and there is now a "Download All" button that when pressed does not reload your provisioning profiles. I've…
user2285278
  • 655
  • 1
  • 5
  • 6
65
votes
11 answers

XPC connection interrupted in Xcode 7 for iOS 9

I recently updated to Xcode 7 and upgraded my iPhone to iOS 9. I have developed and released an iOS app that had worked perfectly fine on the latest version of iOS 8 and Xcode 6. Upon trying to go through the process of updated the app for iOS 9…
romero-ios
  • 1,075
  • 1
  • 11
  • 20
63
votes
6 answers

Xcode 7 warnings: object file was built for newer iOS version than being linked

I recently integrated Google Cloud Messaging into an app targeting iOS 7 and iOS 8. Just grabbed Xcode 7 beta 4 to get started on iOS 9 support, and now I'm getting an error from the linker: ld: warning: object file…
Jony Thrive
  • 931
  • 1
  • 7
  • 15
62
votes
13 answers

Xcode 7: App installation failed: A valid provisioning profile for this executable was not found

I have already searched and almost implemented max solution but it's not installing any app even though if I am creating just sample single view app. App installation failed A valid provisioning profile for this executable was not found.
Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75
61
votes
4 answers

changing property contentsGravity in transform-only layer, will have no effect

I started to create a very simple tic-tac-toe game. The main goal is to make the view proportional to all screen sizes of all iOS devices. So I put the image on a ViewController, make it full size of screen and then I put it into a Stack View. I've…
Alex Belke
  • 2,143
  • 5
  • 17
  • 24
61
votes
17 answers

iOS 9 Splash screen is black

My apps' splash screens are all plain black after upgrading to iOS9. Does anybody know why this is? Some of them are using a .xib splash screen and some are using images, but they're all just black now. Does an app have to be built with Xcode 7 for…
andrrs
  • 2,289
  • 3
  • 17
  • 25