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
2
votes
1 answer

Sorted is not working in Xcode 7

I used sorted method in Swift in Xcode 6.3 as sorted(UIFont.fontNamesForFamilyName(familyName) as! [String]) I downloaded Xcode 7 beta, it says "sorted in unavailable, call sort on the collection". Any idea what is going wrong?
Anil
  • 53
  • 1
  • 6
2
votes
1 answer

Submit apps in appstore with xcode7

Can you submit apps in the appstore with xcode 7? Or is this not possible because it's stil in beta?
da1lbi3
  • 4,369
  • 6
  • 31
  • 65
1
vote
7 answers

Xcode crashing on startup "parentPath must be nil but it is not"

I'm having XCode (latest version) crash whenever I start up - can't get anything done until I resolve this - any ideas? Error - See below What I did prior to getting the issue had put in a new HDD (and moved the old to the optical bay) -…
Greg
  • 34,042
  • 79
  • 253
  • 454
1
vote
1 answer

Flutter iOS project is not running in Xcode, but it is working in Android Studio and giving a "module not found error"

GeneratedPluginRegistrant.m As you can see in the GeneratedPluginRegistrant.m file, I am trying to import my plugins and I tried many times to fix it using these command: main: flutter clean main: flutter pub get iOS: pod deintegrate iOS: pod…
1
vote
0 answers

How to install xcode 7 and edit Swift 2.X on macOS Mojave version 10.14.3

In Case, My project is using swift 2.X . Once i installed Xcode 10. Xcode 10 is not available to code swift 2.X. So i have to installed oldest version, i go installed Xcode version 7.X , but not available to run on OS with the following problem…
JJT
  • 81
  • 10
1
vote
0 answers

White AppIcon displayed in Xcode 7 Project on simulator and on device

As you can see even though I have added the AppIcons correctly to my Xcode7 project, I can see only white app icon. It is not default blank app icon. It is just white app. How can I fix this ? I have tried most of the stackoverflow answers.
Ashan
  • 219
  • 1
  • 5
  • 11
1
vote
4 answers

Redirection for detailsVC is not working on click of UITableView's Cell in Xcode 7

I'm trying to make a simple iOS app by following this (https://www.appcoda.com/use-storyboards-to-build-navigation-controller-and-table-view/) tutorial but when I try to click on the listed items, I don't get redirected to the detail view and just…
xjm
  • 164
  • 2
  • 4
  • 18
1
vote
0 answers

Keyboard equivalent for UIButton

Xcode newbie: I'm trying to create a keyboard equivalent (return key) for a UIButton. I've created an outlet for the button, and I've noted the following code from these pages -- [myButton setKeyEquivalent:@"\r"]; But where do I put this piece of…
Pat Cook
  • 11
  • 1
1
vote
1 answer

What is the swift 2 equivalent to the swift 3 "string contains" function? by npn.dev

Hello, I would like to know what is the equivalent of Swift 3 mySong.contains for Swift 2 on Xcode 7 (because I want to create an application for iPhone 4). Excuse me for my english because I am french... and google translation help me My code…
npn.dev
  • 13
  • 4
1
vote
0 answers

Xcode crash after adding run script

So, here is a problem with crashlytics run script the Xcode 7.x crashes when I add the run script and wants to go any other tab or file. But there is no problem when I run it on the Xcode 8.x
Salman Ghumsani
  • 3,647
  • 2
  • 21
  • 34
1
vote
1 answer

FIRAuth.auth() compiling error: "Cannot use optional chaining on non optional value 'FIRAuth'"

Cannot use optional chaining on non optional value 'FIRAuth' I have tested every solutions, but always got the same error. Even if i create a new project, when i'm using FIRAuth, i always got a compiling error. Can someone help me please. I use…
1
vote
0 answers

How to Customize the navigation bar for QLPreviewcontroller swift

I want to customize the navigation bar of QLPreviewcontroller but instead of many solutions for this none of them worked for me. If I am sub-classing the QLPreviewcontroller then I am not able to set its data source to current controller and even…
cherry_4
  • 158
  • 2
  • 17
1
vote
1 answer

How to change label color inside table cell with swift 3?

I put label inside table cell. I changed the text color into "White" in Attributes inspector. I also changed the label background color into "Green". When I run the app, the text color does not change into white color but background changed to…
May Phyu
  • 895
  • 3
  • 23
  • 47
1
vote
0 answers

Ambiguous reference to member setValue

I am trying to learn Swift and decided to use "Swift for Dummies" published in 2015. The sample code used in the book is for XCode 6.X but I am using Xcode 7.2.1. In chapter 4, there is a code for insertNewObject in MasterViewController.swift but it…
TurboPascal
  • 61
  • 2
  • 6
1
vote
0 answers

Xcode - Build fails with Pods cannot find headers

Everything was working fine with my project Xcode 7.3.1 but then I added a new pod and run "pod install" and started to get errors about header files not found. This image is an example of the error: I was reading that sometimes some references to…
VAAA
  • 14,531
  • 28
  • 130
  • 253
1 2 3
99
100