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
60
votes
5 answers

Crashlytics: "We're missing a dSYM to process crashes"

Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "there are no dsyms available for download"
Ashish Awaghad
  • 2,822
  • 3
  • 24
  • 33
59
votes
2 answers

What is the impact of the "Requires full screen" option in Xcode for an iPhone-only app?

For an iPad-only app or a universal app, the "Requires full screen" option tells Xcode/iOS whether the app supports iPad multitasking feature introduced in iOS 9. But the "Requires full screen" option is also present if it's an iPhone-only app. In…
goodbyeera
  • 3,169
  • 2
  • 18
  • 39
59
votes
8 answers

_BSMachError XCode 7 Beta

I am getting the following error when I am running my code in Xcode7 with Swift2, after presenting a view controller through a push segue: _BSMachError: (os/kern) invalid capability (20) _BSMachError: (os/kern) invalid name (15) The other SO…
mattgabor
  • 2,064
  • 6
  • 25
  • 38
57
votes
5 answers

Getting Framework related warning in Xcode 7.0

error I'm receiving is this directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks' I have no idea why this is coming…
Sabhay Sardana
  • 876
  • 1
  • 10
  • 27
56
votes
3 answers

Xcode 7: ignore .xcscmblueprint in repository?

I noticed that Xcode 7 creates a new .xcscmblueprint file in the xcshareddata folder. Will it be always auto generated? Should this file be added to the ignore list of the repository, or should it be checked in into repository? Xcode 6 has the…
zavié
  • 4,301
  • 2
  • 34
  • 46
55
votes
36 answers

No Assistant Results

I am having an issue where the code associated with some of my View Controllers is not showing up in the Assistant Editor window to the right of the Storyboard. It says "No Assistant Results" where the swift code should be. Things I have tried…
Ryan Cocuzzo
  • 3,109
  • 7
  • 35
  • 64
55
votes
10 answers

Xcode 7 UI Testing: how to dismiss a series of system alerts in code

I am writing UI test cases using the new Xcode 7 UI Testing feature. At some point of my app, I ask the user for permission of camera access and push notification. So two iOS popups will show up: "MyApp Would Like to Access the Camera" popup and…
SeaJelly
  • 1,738
  • 1
  • 15
  • 30
54
votes
5 answers

Swift 2, warning: could not load any Objective-C class information from the dyld shared cache

I have found a few questions regarding this issue, yet none of them were helping with my problem. I am trying to save an object to core data using this code (which worked perfectly fine in Xcode 6 and Simulator...): let fetchRequest =…
zero
  • 745
  • 1
  • 5
  • 12
53
votes
16 answers

FBSOpenApplicationErrorDomain error 1

I'm trying to run my iOS app that was migrated from Swift 1.2 to Swift 2.0 in Xcode 7 using iPhone Simulator (any), I'm getting the following error: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.) I already tried to…
Douglas Ferreira
  • 2,279
  • 2
  • 27
  • 42
51
votes
11 answers

iOS 9 UITableView separators insets (significant left margin)

I have a problem with separators between UITableViewCells in UITableView on iOS 9. They have the significant left margin. I already have code for removing spacing introduced by iOS 8 but it doesn't work with iOS 9. It looks like they added something…
Julian
  • 9,299
  • 5
  • 48
  • 65
50
votes
6 answers

Xcode 7: changing product bundle identifier

I'm setting up Jenkins to automate the build process. In particular, for my needs, I'd like to be able to set different bundle identifiers. I'm using the Xcode Jenkins plugin to set the bundle identifier: The problem is that this will change the…
Luca Torella
  • 7,974
  • 4
  • 38
  • 48
49
votes
10 answers

xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

I'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive -archivePath /path/Archive.xcarchive -exportPath /path -exportOptionsPlist /path/options.plist However, this…
Vladimir Grigorov
  • 10,903
  • 8
  • 60
  • 70
49
votes
20 answers

Invalid Swift Support / The SwiftSupport folder is empty

Environment: Xcode 7 GM I uploaded iOS app successfully using Xcode without error. This app is written in Objective-C and Swift. However, immediately after successful upload, I got this email from Apple stating this error: Invalid Swift Support -…
Tsuyoshi Endo
  • 727
  • 1
  • 7
  • 17
49
votes
10 answers

NSInternalInconsistencyException: 'Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient)'

I'm trying to get my app working in Xcode 7 beta but I'm hitting this exception: NSInternalInconsistencyException: 'Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient)' Here's the callstack: 0 CoreFoundation …
DanielG
  • 2,237
  • 1
  • 19
  • 19
48
votes
4 answers

How to run apps on iPhone/iPad using Xcode 7 without enrolling to Apple's Developer Program?

I have a Macbook with OSX 10.10.3, Xcode 7 beta and an iPhone 4. I haven't enrolled to Apple's Developer Program. I think that since the latest WWDC any developer can run apps on their device. How can I achieve that on a real device in Xcode 7 Beta?
Jayakrishnan M
  • 603
  • 1
  • 7
  • 8