Questions tagged [xcode6.0.1]

Xcode 6.01 is Apple's integrated development environment (IDE). This tag should only be used for questions about this specific version of Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.

Xcode is Apple's integrated development environment (IDE) for developing OS X and iOS apps. The version 6.0.1 was released on Sep 17, 2014. This version resolved an issue with App Store submission encountered with the Xcode 6.0 GM (18444000). See Xcode 6 release notes.

15 questions
65
votes
24 answers

Xcode 6.0.1 Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

I am getting this error on archive: Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1 How to solve it? Please see the screenshot.
R_Developer
  • 864
  • 1
  • 7
  • 10
7
votes
2 answers

XCode 6.0.1 error when creating project: The file "exclude" doesn't exist

When I create a new project in XCode 6.0.1, I got this error message: The file "exclude" doesn't exist It seems to only impact the versioning of the files i.e. the generated stub files are not committed into github after the project is created.…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
3
votes
4 answers

Unable to type using my keyboard in iOS Simulator

I am using Xcode 6.0.1, I unable to type text using my apple wireless keyboard on the simulator. Previously I have used Xcode 5.1.1 in that it works fine. I am finding more difficulty type the text without using my keyboard on iOS simulator.
Surfer
  • 1,370
  • 3
  • 19
  • 34
3
votes
1 answer

UIPopoverPresentationController gives me black screen

i am developing an app where i need to show popovers with an image, i used UIPopoverController, now on iOS8 this class is deprecated and Apple suggest to use UIPopoverPresentationController instead, but i get a black screen when i try to show the…
Victor Pinto
  • 177
  • 1
  • 9
2
votes
0 answers

How to install the the lattest cocos2d-swift-3.2.1 in xcode 6.0.1?

I am trying to install the latest cocos2d as a template in xcode 6.0.1 but there is no install-template.sh file.I am not getting how to install it.I really appreciate if i can have some helpfull link or helpfull command in terminal. thanks in…
2
votes
2 answers

UIView.animateWithDuration not animating

The UIView.animateWithDuration call in my ViewController viewDidLoad function does not animate. The completion block gets called immediately. The println output shows 'completion true'. Is the viewDidLoad function the wrong place to put my startup…
loop masta
  • 149
  • 11
1
vote
6 answers

Swift + didUpdateUserLocation not getting called

I am not able to call MKMapView delegate method didUpdateUserLocation. What I did so far: Add framework MapKit.framwork in project Import framework in view controller by import MapKit line Add key in plist file…
Kampai
  • 22,848
  • 21
  • 95
  • 95
1
vote
1 answer

Class AppDelegate: UIResponder, UIApplicationDelegate Thread 1: signal SIGABRT

I started working on app development tutorials from today and already started facing hard to deal bug. I know it may be easy for pro developers, but not for me. The simple app I made is - To Do List Under new project -> Tabbed Application - > Swift…
NS1518
  • 838
  • 1
  • 8
  • 23
1
vote
1 answer

iOS 8 Custom label LayoutSubviews method never get called?

XCODE 6.0.1, IOS 8, Custom UILabel, Method: LayoutSubviews I have custom UILabel which works fine on iOS6 and iOS7. But on iOS 8 this label's -(void)layoutSubviews method never get called. Here I would like to add that label is part of my storyboard…
ABC1
  • 116
  • 7
0
votes
3 answers

json webservice and uitableview

I have JSON web-service and my task is to parse the web service and store the data into UITableview. I am parsing the web service using NSURLConnection methods. After parsing the web-service i got the response what I wanted . But the issue is that…
Pradumna Patil
  • 2,180
  • 3
  • 17
  • 46
0
votes
1 answer

Swift usage of selector not worked

I have created UISwipeGestureRecognizer object in Swift. There are no compile errors/warnings at below line. Clean and build application works perfect. let rightSwipeGestureRecognizer = UISwipeGestureRecognizer(target: self, …
Kampai
  • 22,848
  • 21
  • 95
  • 95
0
votes
1 answer

Apply check on tableViewCells to hide imageView

In my tableView, I have 5 tableView cells. Each has an imageView. Outside tableView, there's a UIButton. UIButton also has image on it. Now, my issue is to check if the image on cells is hidden or not. Clearing the issue, I need to check for…
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
0
votes
1 answer

Using UIActivityViewController to share file will delete the file.Why?

I try to share my mp3 songs from my app using UIActivityViewController.It pop the sharing action sheet and attached my file.After share or send it will delete from my app.Why? It is working good in ios7 but not working well in ios8. This is my code…
0
votes
1 answer

arc4random() stopped working after project update, Thread 1: EXC_ARITHMETIC

I got a warning on xcode 6.0.1 that I needed to update my project, so I did... ...but then I got issues with arc4random() % instead Everything was working fine before this update, but now I get the following message: "Thread 1: EXC_ARITHMETIC (code…
Chris79
  • 33
  • 7
0
votes
1 answer

XCode 6.0.1 Crashed on Start

Please help me with new xcode 6.0.1 it crashes every time i open xcode. When i tried to open organiser and devices window it also crashed. Tried reinstalling but no help. Here is what i found in Crash Report. Please help Process: Xcode…