Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
2
votes
2 answers

Count number of selected rows in uitableview

What I actually want to do is to count the number of rows selected after selecting and deselecting the row. I get the total count but when I deselect the row I want to get count as how many other rows are still selected. My code is as…
Itaws
  • 330
  • 1
  • 22
2
votes
7 answers

Getting black screen on Watchkit simulator and "Waiting to Attach" when adding to existing project

I'm interested in adding a Watchkit Extension to my existing app already in the app store. I've done my research, followed some tutorials, and now am ready to actually implement. The problem I'm having is, I can't seem to add a Watchkit App to my…
LLooggaann
  • 425
  • 1
  • 4
  • 16
2
votes
1 answer

Missing argument for parameter #1 in call when using findObjectsInBackgroundWithTarget

I am trying to get an array of PFObjects, [PFObject], from Parse and seeing the issue below. What am I missing? Error is Missing argument for parameter #1 in call func loadData() { rooms = [PFObject]() users = [PFUser] () …
user1406716
  • 9,565
  • 22
  • 96
  • 151
2
votes
1 answer

After adding Watch Kit Target: com.apple.actool.errors "No such file or directory" with Image Assets

I just made a branch in my iOS project and added a target for an WatchKit App in there. When I hit build and run now I get this strange error: : error: Failed to read file attributes for…
plaetzchen
  • 757
  • 6
  • 22
2
votes
1 answer

Prevent Xcode 6.3 from linking default libraries and headers when using project templates

I'm building a project in Xcode 6.3. I based it on a command line tool project template. Is there a possibility to exclude the automatically added libraries of such paths and origins like for example curses.h? Here the…
Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
2
votes
2 answers

Cant find LLVM6.0 in build settings to add .pch prefix header

I created a new project using Xcode 6.3.1 and I want to manual add a 'pch' file to my project. I was looking at questions online PCH File in Xcode 6 but the selected answer says to go to LLVM6.0 but that does not exist in build settings anymore.…
DevC
  • 6,982
  • 9
  • 45
  • 80
2
votes
2 answers

How to disable "curses.h" header (a part of "stdio.h in Xcode 6.3 OSX Yosemite) to avoid conflicting function declarations

I'm trying to build a project in Xcode but I get the following errors Implicit declaration of function 'clear' is invalid in C99 and Conflicting types for 'clear'. Here's the code: //main.c #include #include "tree.h" int main(){ …
Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
2
votes
2 answers

UISwipeGestureRecognizer implementation with Swift

I have a tabbed application with three tabs and I want to make the transition between them with a Swipe Gesture Recogniser. I dragged and dropped one Swipe Gesture Recogniser from the Object Library to the first View and one to the third View. I…
2
votes
1 answer

Workspace created by Cocoapods won't open

I have an existing project that was working just a few weeks ago. I recently tried to open the workspace that cocoa pods created and it just spins on "loading" forever in Xcode 6.3. I deleted the project file and ran pod install to create a new one…
Stephen Bradley
  • 373
  • 2
  • 10
2
votes
1 answer

Xcode 6.3 freezes for more than 2 minutes while typing objective C code

Since I updated to Xcode 6.3 I experience very frequent freezes in XCode 6.3. the reproduction steps are : click somewhere in a source/header file in the editor window the OS starts displaying this multicolor spinning icon for 2 minutes or…
Nico AD
  • 1,657
  • 4
  • 31
  • 51
2
votes
0 answers

Error when trying to include cuchar in Xcode 6.3

I'm having a problem using #include in my C++ program. When I use that line, I get the error Lexical or Preprocessor Error 'cuchar' file not found. I've tried setting my project to GNU C++ 11, C++ 11, GNU C++ 14, and C++ 14. Any advice…
Luthelis
  • 264
  • 2
  • 9
2
votes
3 answers

How can I set a WatchKit app’s background color programmatically?

I was making a simple app with a slider and then I thought how can I change the background colour of the Apple Watch programatically. I know how you would normally do it for the iPhone but don't have a clue of what this one could be!
george barlow
  • 125
  • 3
  • 12
2
votes
1 answer

Xcode 6.3 and Crashlytics / Other crash reporting tool

In the past you can only have one crash reporting tool in the App. In the release notes for Xcode 6.3, I do see that "[Xcode 6.3 includes] a new feature to help opted-in App Store users and TestFlight users collect and analyze crash log data for…
user1107173
  • 10,334
  • 16
  • 72
  • 117
2
votes
2 answers

Can't install builds via TestFlight as of Xcode 6.3 build 6d570

I'm archiving my builds like normal, selecting iOS device from the device menu, and clicking Product->Archive. Once the archiving finishes, I click "Submit to App Store" in the Organizer window. After the app successfully uploads to iTunes Connect,…
Matt
  • 6,993
  • 4
  • 29
  • 50
2
votes
0 answers

Error after Xcode 6.3 update

I am getting the following errror after I updated Xcode to 6.3. I cannot run the apps on simulator or on device. I didn't update the OS. Do I need to update the OS to 10.10.3 to get Xcode working? The operation couldn’t be completed. (Mach error…
user4658855