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

Xcode 6, iOS 8 could not load custom fonts

I'm struggling with custom fonts. I'm using Xcode 6.3 and iOS 8.3. As in other application I do this steps: Import MerriweatherSans-Regular.ttf (added to target) Added MerriweatherSans-Regular.ttf in Info.plist with key Fonts provided by…
Fry
  • 6,235
  • 8
  • 54
  • 93
0
votes
2 answers

iOS Simulator issue not showing list from index 0, when display array in a table view

I am using xcode6.3 I created a array in the SimpleViewTable.m file tableData = [NSArray arrayWithObjects:@"Egg Benedict", @"Mushroom Risotto", @"Full Breakfast", @"Hamburger", @"Ham and Egg Sandwich", @"Creme Brelee", @"White Chocolate Donut",…
Sunny Patial
  • 379
  • 1
  • 3
  • 14
0
votes
1 answer

Errors with Alamafire SDK with XCode 6.3 and iOS 8.3

Anyone please let me know what is this all about? I am stuck since a week on this and no help from searching. I posted my query to the developer of Alamofire but still no response. Please help! I am totally confused what is wrong in the integration…
Developer
  • 6,375
  • 12
  • 58
  • 92
0
votes
0 answers

Xcode 6.3 storyboard stuck

When I open storyboard, the XCode shows that it's building right now, I suppose because of IBDesignable I use. So it never got success, XCode stuck: I tried to open just storyboard file with opening entire project, so seems it works, but when I try…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
1 answer

Error in conforming with UIViewControllerAnimatedTransitioning protocol while trying Custom Animations

I've been following a tutorial online about creating custom animations. So for making the custom animations, I created a class name Transition Manager of type NSObject. I'm facing two problems, 1) So when further defining the class as, class…
ritvik1512
  • 303
  • 1
  • 3
  • 10
0
votes
1 answer

SwiftSupport folder when building Jenkins WatchKit app

I have an Objective-C project that I have built a WatchKit app for using Swift as I though it would be a good entry point to learning a bit of Swift. The build process we have is using Jenkins using the build script to create the IPA structure. I…
SamRowley
  • 3,435
  • 7
  • 48
  • 77
0
votes
1 answer

boost/assign.hpp fails in Xcode 6.3

#include #include #include using namespace boost::adaptors; using namespace boost::assign; template struct factorial { enum { value = N * factorial::value …
0
votes
1 answer

Apple Swift Code creates an error

I have recently upgraded to XCode 6.3 and I am trying to initiate an ODQuery as per the Apple Documentation and getting an error. 'Int' is not convertible to 'ODMatchType' I am using Apple's own Documentation Open Directory Programming Guide…
Ecks
  • 103
  • 1
  • 8
0
votes
1 answer

Error when trying to Segue a PFObject to the next View Controller (Swift 1.2)

I am a newb to coding. I had no issues with creating a segue prior to the Swift 1.2 update. I am getting the error of Cannot assign a value of type 'PFObject' to a value of type 'PFObject?' when I try the code below. Can anyone help me figure this…
Trey R
  • 21
  • 1
  • 5
0
votes
1 answer

Parse.com starter project gives Cannot invoke 'subscribeToChannelInBackground' compiler error on xcode 6.3

If I simply download the starter project, open it in xcode 6.3, update the setApplicationID line and run it, as it says to on the Quickstart screens, i get the error Cannot invoke 'subscribeToChannelInBackground' with an argument list of type…
0
votes
1 answer

Core Data crasher with error "dying managedobjectcontext" when

Since upgrading to XCode 6.3 and iOS 8.3 I'm getting a new error in my app, when merging NSManagedObjectContexts (MOCs) from the background to the main thread MOC. My architecture has a primary MOC on the main thread, and creates several background…
joseph.hainline
  • 24,829
  • 18
  • 53
  • 70
0
votes
1 answer

I'm trying to get data from the currentUser in my Parse Database, but I am getting an error after I updated to Xcode 6.3

I'm newer to Swift and I'm trying to get data from the currentUser in my Parse Database, but I am getting an error after I updated to Xcode 6.3. I have made a function called currentUserInfo and I am querying the data from my User class in the parse…
0
votes
1 answer

XCode 6.3 adding UITabBarController breaks my storyboard

I am having issues with subviews not loading for a view controller this happens after having added a UITabBarController to a storyboard. You can reproduce this by 1) Creating a project (Objective c single pane) 2) Delete the contents in the story…
Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119
0
votes
1 answer

Objective C - Swift Bridging issue Xcode 6.3 -Screenshot provided-

So, I found myself craving a framework to replicate iOS 6 folders animation. Luckily I found one called JWFolders, which is pretty neat and useful, but my problem is the following: I am doing my program in Swift, in Xcode 6.3, I imported the header…
0
votes
2 answers

WatchKit Error - no notification payload

I'm receiving the following error, even though I added the NotificationPayload.apns file to my project. WatchKit Error - no notification payload. Add a payload to your WatchKit extension to populate your notification controller. How do I resolve…
Teja Kumar Bethina
  • 3,486
  • 26
  • 34