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
1
vote
0 answers

In xcode 5.0.1 "base Internationalization" can not be configured?

I am trying to localize my app. I noticed that if I add a language every localized file become doubled. In this way it's impossible to maintain code or storyboard so I learnt that I need Base internationalization. The problem is that I don't know…
1
vote
2 answers

In XCode 5 and iOS 7 push view controller in ViewDidLoad does not working

Hi I am trying to push a view controller in viewDidLoad I am using storyboard. In ViewDidLoad, I am checking that user is login and he is created his profile. if user is not logged in or he does not created his profile then pushing the another view…
Coder_A_D
  • 340
  • 5
  • 20
0
votes
1 answer

Access an iPads Device Settings using UIAutomation

Can you access the iPad Device settings using the UIAutomation instrument? I can use deactivateAppForDuration, but that does not allow me to exit the app navigate to the settings page, change a setting, and navigate back to the app and move on.…
0
votes
1 answer

3D object in iOS application

I have to implement a 3D object in my iOS application,which can be rotated and the touch on every part is to be detected.Means have get the position where the user touched.This 3D human body object is in one of my view controllers.I am very new to…
iOS Developer
  • 1,723
  • 2
  • 16
  • 47
0
votes
0 answers

Xcode 5 webpage won't fill to UIwebview

I can't manage to make the web page to load to fit the web view. I selected the Scale pages to fit and no result. Also tried programmatically with scalepagetofit=YES and nothing happened. Please let me know any other things I could try. It's a url…
Lalu
  • 5
  • 3
0
votes
1 answer

ios 7 xcode 5.01 app doesnt start after validate components

I got a warning in Xcode 5.01 indicating that I needed to validate components. I clicked the button to do the validation and since then my app doesn't actually start on the simulator. I know I'm being vague but I do recall a message about validating…
Jazzmine
  • 1,837
  • 8
  • 36
  • 54
0
votes
3 answers

Xcode 5.0 quit unexpetedly while using the automator plug-in

i open my project on xcode 5 but everytime it crashes, i am to much worried about that behaviour of xcode. it give me error "Xcode 5.0 quit unexpetedly while using the automator plug-in" kindly help me to find solution of this error. i did…
Muhammad Shauket
  • 2,643
  • 19
  • 40
0
votes
1 answer

segueing between view controllers with navigation controller

Lets say i have ViewController A with 2 buttons, each is segueing to ViewController B and C (one button to View B and other to C).From ViewController C I segueing to ViewController D. All the ViewControllers are with Navigation bar so from view B i…
liron
  • 57
  • 6
0
votes
1 answer

Getting various memory leaks while accessing AddressBook in iOS 7

I am using using this function to access the contacts list and saving the contact object using MContact class,but this code is giving me several memory leaks,i am not able to figure this out .Please help! +(NSArray *)getAllContacts { …
ankyy
  • 351
  • 6
  • 16
0
votes
2 answers

error in sqlite3 table creation 'NSInternalInconsistencyException'

I'm having a problem in creating table with sqlite3 , I created the database in the code but it gives an error : 'NSInternalInconsistencyException', reason: 'Could not create table' I tried to review the code to find bugs but I couldn't find…
faisal60
  • 87
  • 3
  • 10
0
votes
0 answers

use outlet in xcode 5

I added property statusText in veiwcontroller @interface ViewController : UIViewController @property (nonatomic, retain) IBOutlet UILabel *statusText;, @synthesize statusText; - (IBAction)buttonPressed:(id)sender { NSString *title = [sender…
0
votes
1 answer

xcode side menus open on different tabs

Each tab in my xcode project can have navigation/debug/utility menus open. If I close those menus on one tab, then switch to the next, they may be open. This is really frustrating! If I want the menus closed, I want them closed on all tabs. How can…
BigCheesy
  • 1,128
  • 8
  • 14
0
votes
1 answer

open modal segue with prepareForSegue method crashes app

I am opening a Modal view controller in my app, this modal view controller contains DatePicker. The app's navigation hierarchy is TabbarController->NavigationController->ViewController->ViewController I have putted segue from first ViewController…
Yogesh Suthar
  • 30,424
  • 18
  • 72
  • 100
0
votes
1 answer

add screenshot of MKMapview to AlertView is not working

I have the following code to take a screenshot of the mapview and view this screenshot in the alert view. I can't find where the problem is! here is the alertview code : UIAlertView *alertBox=[[UIAlertView alloc]initWithTitle:@"image Info."…
0
votes
0 answers

Trying to have objects only intersect with image and not the transparency in the rectangle of the image

I tried looking around for this quite a bit but i don't really know how to word it. Right now I have my code to detect wether two UIimages intersect but it checks if the square around the image intersects. The image is a triangle shape so that…
tomanc
  • 81
  • 1
  • 6