Questions tagged [xcode5.0.1]

Xcode 5.0.1 adds support for development on OS X 10.9 Mavericks and other feature additions.

Xcode 5.0.1 adds support for development on OS X Mavericks and other feature additions.

  • Development with Xcode 5.0.1 is hosted on OS X 10.8.4 or later, and OS X 10.9.
  • SDKs for OS X 10.8 and OS X 10.9, and iOS 7.0.3 SDK, are included.
  • Xcode 5.0.1 supports continuous integration bots, hosted on OS X Server.
  • Use the add "+" button to add OS X Servers in the Accounts preferences panel, then click the menu command Product > Create Bot.
  • Includes support for OS X Server hosted repositories.
  • iOS 6 (32-bit) and iOS 7 (32-bit and 64-bit) binaries build with a single build target.
57 questions
99
votes
15 answers

Pods-resources.sh Permission denied in iOS Project

I have got an existing project from a client and I tried to run this in my MAC using XCode 5.0 But I am facing this following error. I installed Cocoa Pods but still doesn't work. This project is running fine in other developer's machine. I badly…
Tasnim Alam Shovon
  • 1,149
  • 1
  • 8
  • 12
38
votes
5 answers

XCode 5 Testing symbol "rT" means what?

I have 2 test classes in a XCode 5 project: ABCDataModelTests.{h,m} - (void)testAlwaysPassing { ... } ABCDataModelListColorsTests.m which inherits from ABCDataModelTests. - (void)testNumberOfListColorsGreaterThan7 { ... } When I ran the test, I…
platypus
  • 1,165
  • 5
  • 27
  • 47
15
votes
1 answer

Stop Xcode 5 creating provisioning profiles?

Xcode 5 keeps creating a developer provisioning profile for one of my apps that I don't need. I have already tested the app with the Xcode Team Provisioning Profile and released it with another distribution profile and I do not require a development…
Maduranga E
  • 1,679
  • 5
  • 23
  • 37
13
votes
1 answer

Providing *hint* in text field in ios 7 as edittext field in android

I am creating a feedback form in an ios7 application and want to place few UITextFields which contain hints in the respective UITextField for name, phone number, email address, etc. I am using xcode 5 and ios7 for programming and creating…
6
votes
7 answers

UIImageView shows in storyboard but doesn't show up in simulator

I added images using uiimageview in storyboard and connected them to iboutlets and they are not showing up in the simulator. I don't think they are off screen since they are very close to other images and I have auto layout off as i saw in other…
tomanc
  • 81
  • 1
  • 6
6
votes
2 answers

can we get image name from SKSpriteNode?

We can assign image in SKSpriteNode using the code SKSpriteNode *currentSprite = [SKSpriteNode spriteNodeWithTexture:[_arrayImg objectAtIndex:1]]; But how can I get the image name from the SKSpriteNode currentSprite.
Banshidhari
  • 478
  • 2
  • 12
5
votes
4 answers

how and where do I initialize an global NSMutableArray in Xcode 5

I am trying to initialize a global NSMutableArray that I can add integers to later. I just need to know how and where I should initialize my array so that it can be accessed and changed by any function that I use later in my program. Also I am using…
4
votes
1 answer

XCode 5 Debug Navigator Memory disagrees with Instruments

I'm working on my first ARC & Core Data project, basing this stage on Xcode's (Universal) Master-Detail template. I note that Xcode5 has a memory display in the Debug Navigator but when using it find its graph bears few similarities with mem usage…
cate
  • 600
  • 7
  • 15
4
votes
1 answer

Adding Mac App Distribution Certificates

I'm trying to add Distribution Certificates for my Mac App (for distribution outside the Mac App Store). However I stumbled upon this: I am unable to select the Developer ID option. It is disabled. I have revoked all my Certificates in the…
Kimpoy
  • 1,974
  • 3
  • 21
  • 38
4
votes
2 answers

Poco library 1.4.6 Xcode 5 build for iPhone Simulator

I was using Poco library 1.4.5-all, and recently I upgraded my Xcode to 5.0.1. Somehow I had problem linking Poco libraries for iPhone device build so I managed to link properly for iPhone device by using the latest Poco library…
Locke
  • 315
  • 1
  • 3
  • 14
3
votes
0 answers

UIActivityIndicatorView freezes when moving from one UIViewController to another UIViewController in storyboard by using custom AnimationTransition?

There is a UIActivityIndicatorView in the secondView controller and it is not spinning when I am moving from firstView controller to secondView controller. The code behind moving from firstView controller to secondView controller is given…
Banshi
  • 1,335
  • 2
  • 13
  • 21
3
votes
1 answer

download task is null for the first request when when in backgroundfetch IOS

I was wondering if you have seen this or might have some ideas as to why I see the following behavior in my code: I have an NSURLsession with background config. I initiate periodic download task when the program runs in the Foreground, and…
ehassan2014
  • 99
  • 1
  • 5
3
votes
1 answer

how to animate UIImageview exactly pages of books

I have gone through various posts for animating UIImageview like books pages but didn't find anything useful. Actually I want to have animation on UIImageView to have the same effect as we have while turning books's pages. I have used…
ankyy
  • 351
  • 6
  • 16
3
votes
3 answers

How to access Tab View Controller from another View Controller

I'm having trouble accessing my view controllers under the tab bar controller. Here is what my storyboard looks like: View Controller A (-> Page View Controller -> View Controller C View Controller A -> Tab Bar Controller (MyTabBarController.h/.m)…
user2163433
2
votes
6 answers

How Resolve ImageAssest Complile time?

The Contents.json describing the image set "BG_Email_Textfield.imageset" must start with a top level dictionary. how we could solve this ?
virus
  • 1,203
  • 13
  • 21
1
2 3 4