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
39
votes
10 answers

Playground Import: No Such Module 'Foo'

I've diligently followed the Apple instructions to import a custom module into a playground, including the instructions here. And yet I get: Playground execution failed:…
GoZoner
  • 67,920
  • 20
  • 95
  • 145
39
votes
3 answers

iOS9 - This application is modifying the autolayout engine from a background thread -- where?

For searching, the error message is: This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release. I know this means some…
robm
  • 1,303
  • 1
  • 16
  • 24
39
votes
6 answers

The working copy '' failed to commit files - Couldnt communicate with helper application

I've just updated to Xcode 7 general release and ive tried committing files. Its failing however, and im getting the following message; Ive seen this question but the secondary response is different in the OP question: Xcode and Git Source Control…
DevC
  • 6,982
  • 9
  • 45
  • 80
39
votes
7 answers

UIAlertController:supportedInterfaceOrientations was invoked recursively

When two alert present one by one, i means one alert present and over them another alert presenting and app crashing. I have used UIAlertController to display alert. App crashing only in iOS 9 device. Please help me at this point.
Ashvin
  • 8,227
  • 3
  • 36
  • 53
39
votes
3 answers

how to create a snapshot using Xcode 7?

I can create snapshot in Xcode 6 this way as shown in below image: But in Xcode 7 its not available and you can see that in below Image: And control-command-S also doesn't work. Can anybody tell me now how can I create a snapshot using Xcode 7?
Dharmesh Kheni
  • 71,228
  • 33
  • 160
  • 165
38
votes
4 answers

Xcode doesnt have Embed Frameworks section

I'm having a problem. I'm trying to implement Amazon frameworks in my ios xcode project and I also need to add them in Build Phases > Embed Frameworks section. But there is no option in my xcode window. Here is the screenshot How is this possible.…
Klemen
  • 2,144
  • 2
  • 23
  • 31
38
votes
7 answers

Attempting to load the view of a view controller while it is deallocating ... UIAlertController

I am building with the release version of Xcode 7.0. No storyboards, just nib files. I have a single UINavigationController created by the app delegate and initialize it with a view controller. self.window = [[UIWindow alloc]…
picciano
  • 22,341
  • 9
  • 69
  • 82
38
votes
1 answer

Xcode 7 what is the view "semantic" storyboard setting?

I see that iOS9 and xCode7 introduced a new field called "semantic" into storyboard config. A google search did not reveal relevant results on top. What is the significance of the view semantic field?
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
36
votes
5 answers

Xcode fix-it shortcut

I am wondering is there any shortcut or hotkey that can apply the fix-it suggestion from Xcode? (Xcode 7) In Android Studio, we can just use ctrl+enter to apply the correction. Is there anything similar to that in Xcode? some ref:…
Yao
  • 709
  • 2
  • 11
  • 22
36
votes
11 answers

Xcode 7 Tests don't run but reports success

I'm trying to add a test target to my project, however When I run the tests it seems like the actual tests aren't being executed, instead Xcode reports success always, but the small square which indicates if the test passed or not remains clear. I…
Emanuel
  • 1,981
  • 1
  • 20
  • 28
35
votes
2 answers

Xcode- how to set different bundle identifiers for different build configuration?

In Xcode settings's Info tab for project (not target's Info tab), I have 3 different build configurations, each with 2 .xcconfig files set up for my iOS Xcode project. I want to have different bundle identifiers for different configurations for…
Rashmi Ranjan mallick
  • 6,390
  • 8
  • 42
  • 59
35
votes
3 answers

Xcode: Vector images from PDF bad quality

for my iOS Swift project I use vectorized pdf files from which Xcode renders the @1x, @2x, @3x images. When I compare the quality of the images generated from PDF with normal PNG images of the same size I see a big difference in the quality between…
Philipp Otto
  • 4,061
  • 2
  • 32
  • 49
35
votes
3 answers

xcode 7 generates core data entity with additional CoreDataProperties category

I have strange new feature in xcode 7, when I generate new NSManagedObject subclass then xcode create two classes: entity and their CoreDataProperties category, which contain full implementation. In picture below an example what I mean. I cannot…
Yevgeniy Logachev
  • 661
  • 1
  • 5
  • 11
35
votes
3 answers

How to install iOS 7 and onwards simulators in Xcode 7 Beta 5?

I want to test my app on iOS 7 and onwards. The only way to test my app in these OS' are using Simulator. But after upgrading my Xcode to 7 Beta, I see the iOS 8.1, 8.2, 8.3 but I get an error that they are not found. iOS7 is non existing. Is there…
oyalhi
  • 3,834
  • 4
  • 40
  • 45
34
votes
3 answers

This app is not allowed to query for scheme tel

I just opened an old project onbjectif-c created in 2010, the application works correctly except an interface is not working.The error is -canOpenURL: failed for URL: "tel: 0" - error: "This app is not allowed to query for scheme tel". according to…
user3851069
  • 385
  • 1
  • 4
  • 7