Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about 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.
0
votes
2answers
16 views
How to edit/modify NSLayoutConstraint in Xcode?
I drag a tab view into my custom view, and set its frame. Xcode automatically generate several NSLayoutConstraint objects those will decide its frame during auto-layout.
As shown above, a ...
0
votes
1answer
21 views
Core Plot - number of decimal places for plot label
Am trying to plot memory usage using Core plot in an iPhone App. I want the labels in the plot to show six decimal places, but it shows only four, though tI have coded to show 6 using the code snippet ...
0
votes
4answers
74 views
Sequential validation on password text Field
How can I validate password for sequential value?
Eg -
if user enters 1326 or "axdf" in password then it is valid.
if use enter 1234 or "abcd" the it is invalid.
0
votes
2answers
36 views
Getting strange behaviour on changing image in iphone sdk
I have 4 image views which I am changing images when user move to next and previos page as below images show. All 4 image view are attached with single IBOutletCollection and I differentiate with ...
0
votes
1answer
31 views
Remove the [Environment: Sandbox]
I am new on iOS development and am having the following issue.
My app has in-app-purchases, it is working fine but when I click a button, this UIAlertView is coming up.
I would like to remove the ...
-1
votes
0answers
17 views
SVN validation error with xcode + IOS [closed]
I am trying to commit files to my SVN through Xcode. However, I am getting following error:-
Error validating server certificate for 'https://rep.blah.com:xxx':
- The certificate is not issued by a ...
1
vote
2answers
22 views
APPIRATER setsignificantevent iOS
Basically I am using appirator to let user for rating my app only when the user does some signification events.Here is it how I have done it.
1.Have set the following in my app delegate
[Appirater ...
0
votes
1answer
58 views
Any ideas why I'm getting these errors in xcode?
I have the following errors in xcode below, any ideas what's causing these?
arm-apple-darwin10-llvm-g++-4.2: ...
0
votes
0answers
26 views
Re order NSString
I am using the Aviary SDK for an app and am confused about how to re-order the strings.
This key allows developers to customize the visibility of, and order in which
tools appear in the SDK ...
0
votes
1answer
41 views
Invalid Binary on Itunes in ios sdk
I just try to upload a new version of my app with some bugs fixed.
I check all the icon files & version history are set in plist file.
App is passed the Validation & shows me as submitted ...
0
votes
2answers
31 views
Cordova: Build Without “-all_load”
I am having an issue while building an iOS app with Cordova and a third-party plugin that ships with a native SDK. Cordova requires Linker Flag "-all_load" which other SDK is not happy about.
I read ...
0
votes
1answer
23 views
How to retrieve replaced file in xcode
I accidentally replace one of the .h file in Xcode.Thus the current .h file is empty. Is there anyway i can retrieve it back as it is alot of work.
please kindly provide me with a solution.
Thank ...
0
votes
1answer
16 views
Can you get a crash log from iTunes Connect when you build on an app you downloaded?
Can you get an iTunes Connect crash log when you download your app from the App Store and then build on that app using Xcode?
Let's say I have a released version, and I download it from the app ...
1
vote
1answer
85 views
UIScrollView not zooming
So, I have this UIScrollView that was doing just fine with zooming at first. I have the minimum and maximum zoom scales set and the necessary delegate method set up ...
0
votes
1answer
29 views
Panning around center view in iOS
This is a bit of a continuation of my last question, but I'm at a loss as to how I should approach this. I have a center view that is dynamic and changed via three options panels. An example of this ...
0
votes
1answer
50 views
xcode project name and directory change/ Git cannot see old revisions
I am in Git madness right now!
I changed the name of my xcode project by clicking on the project name in xcode and changing the name from oldproject to newproject.
That changed the name of the ...
1
vote
0answers
42 views
Adding cocos2d to an existing xcode project
I want to add cocos2d to an existing project.
I found this: Adding Cocos2D only to already existing project?
which looks like exactly what I want.. however, I downloaded cocos2d from the website and ...
0
votes
1answer
9 views
Trouble Adding OCUnit Testing Framework to Existing Xcode Project
I am trying to integrate Unit Tests in my current Xcode project using the OCUnit Testing Framework. I have been following Apple's documentation:
...
0
votes
0answers
15 views
How Can I Call the “use” button of a UIImagePicker?
I can call the image picker to take photo with [picker takePicture];
But after that, I want to use the image that I took automatically, with code, not with: 1didFinishPickingMediaWithInfo:1
but a ...
0
votes
1answer
31 views
Xcode formatting of objective C code
I am use to using a feature in eclipse that formats all of my code in a file to the same syntax position by hitting Shift + Ctrl + F. I don't even know what this feature is called but I was wondering ...
0
votes
1answer
58 views
Can't Access Function from another Class in Cocos2D
I've implemented 3 classes.
-Scene.m & .h
Scene.m: (has HudLayer & BackgroundLayer properties on the header file)
-(id)init{
self = [super init];
if(self != nil){
...
0
votes
2answers
32 views
Can't import AVFoundation.framework, so app can't play music?
I a new to xcode, and trying to make a very simple app for playing a noise upon a button being clicked. I asked a previous quesiton in which I had an error and the user's suggested that I wasn't ...
2
votes
1answer
58 views
xcode duplicates files in project
I'm at a complete loss as to what I did to cause this:
For the second time since I started using XCode about a month ago (my first time seriously using it after taking one class several years ago) I ...
0
votes
1answer
45 views
Xcode 4.6.2 how to convert from portrait into landscape?
I'm using Xcode 4.6.2, but I can not convert my app from portrait into landscape. I can see the Attributes Inspector but I can not find Simulated Metrics. I need to set the Orientation in Simulated ...
1
vote
1answer
43 views
Internal memory in iOS simulator
I just finished the second tutorial for iOS development. When I add a new sighting, it works fine and turns up in the list of sightings. However, when I close the iOS simulator and reopen it, only the ...
0
votes
2answers
43 views
Problems passing info via prepareForSegue, I cant figure it out [closed]
I have already asked this question but perhaps not clear enough as I did not get any responses... Anyway here is my second attempt to get an answer.
I have a simple app that has 2 views, each view ...
0
votes
0answers
13 views
Popular reasons for Xcode not building properly
I am getting into xcode after spending a few years in Quartz Composer and Processing.
I am struggling with getting the simplest included examples in openframeworks and Cinder to build properly ...
-5
votes
0answers
17 views
Uploading a .txt file to a website [closed]
I need to upload a .txt file to my website. How can I do this in a simple way because all the other examples are not what I needed. Thanks a lot
0
votes
0answers
14 views
Xcode 4.6 + Cordova / PhoneGap 2.5
Yes,this is yet another question around icons in Xcode with Cordova.I have spent most of the day trying to track down the cause of these issues and have acted on everything I've found but the errors ...
1
vote
1answer
31 views
OpenCV crashing at resize function
I'm getting a crash inside an iPhone app which is using some OpenCV code. The exception is thrown at the following line:
cv::Mat backup_f = m_color_feature;
cv::Mat backup_t = m_map;
double r = ...
1
vote
2answers
40 views
UIImage bigger than custom UITableViewCell
I have an UITableView with an custom UITableViewCell. In the cell, for style purposes, I have an UIImage that is much bigger than my custom cell, and what happens is that the image isn't cropped and ...
0
votes
1answer
35 views
Change color of pin on map after pressing button on another screen
I need to find a way to change the pin color when the map is loaded by pushing a button from another screen.
For example, the original pins are all red, but when I go to a page and push the map ...
0
votes
0answers
42 views
Xcode 4.6.2 and strange iPhone Simulator issue
I came across a strange iPhone simulator issue. I have created an application which uses MKMapView to show a map. I want this map to be centered and therefor used the following code.
- ...
0
votes
1answer
30 views
XCode Create a Button Toggle that shows one image for On and one for Off with function
I am trying to create a toggle button in XCode that is an On and Off switch for toggling incoming text messages. When the feature is on the image is designed to say ON. I need to set this image ...
0
votes
0answers
63 views
iOS app does not respond to some clicks when downloaded from AppStore but works fine in Debug mode
I've made an app (called BeSharp), tested it a lot, uploaded it to Apple AppStore, and now all users report that the pop-up menu I use (custom one) does not respond to clicks.
It does not crash, so I ...
1
vote
1answer
27 views
How to run a specific project when you have multiple projects in xcode?
If you have a xcode project like restkit that has the core code for restkit + examples that have their own project, how do you run a specific project?
https://github.com/RestKit/RestKit/
If you look ...
0
votes
0answers
30 views
Speed up archiving process, several apps
I have an iOS project configured with several targets. There is the main app and some other targets that just provide a different content, but with the same app structure. This translates in several ...
0
votes
0answers
29 views
cocos2d for iphone touch detection on a sprite
I am using ccTouchesBegan and ccTouchesEnded methods to register touches. Everything was ok until I placed some buttons(ccmenuitems) on my node. now when i place my finger down on a button and then ...
1
vote
1answer
28 views
NSTableView edits not changing NSMutableArray
I have a Class that stores some strings along with a BOOL flag that is set to YES if one of the strings has been updated.
I have a NSTableView that displays the strings in my class. The view is ...
0
votes
1answer
109 views
App crashes when didFinishLaunchingWithOptions is called
I have an the app when notification is fired i get a notification bar when the app is in background ,when i tap on that bar it navigates into tableview of the notification set . When i quit the app ...
0
votes
0answers
13 views
I've remapped caps lock, but now in the iPhone simulator tapping it triggers slow motion mode for animations - how do I stop this?
I have caps lock remapped to escape if I press and release, and command-shift-option-control if I hold it and press another key. (See here for more details.)
But now, for whatever reason, tapping the ...
-1
votes
0answers
8 views
my certificates not showing in 'my certificates', which means no private keys for me
I'm working in Xcode and trying to get an app ready for upload to the app store. I'm at the final stages, and when I create my development and distribution certificates I find they only appear in my ...
1
vote
2answers
49 views
NSCalendar dateFromComponents returns wrong value when using weeks
So i try to get this weeks date range.
When i get current date components (only year and date) these are the values:
I noticed that there is "Obsolescent" written near week. Did try searching ...
1
vote
4answers
99 views
Objective-C extension syntax
The above SO answer is from here.
My question is :
The suggested code seems to be working as expected. But the problem is Xcode issues a warning against the statement pointed to by the red arrow. ...
-1
votes
0answers
22 views
Complete iOS Application Using Rented VM [closed]
I've currently finished developing an iOS application and it I've tested it using the iPhone 4 simulator, as well as my personal iPhone 4 phone. It's working great. I now need to test this on an ...
0
votes
0answers
26 views
Correct place to position UIImageView in View lifecycle
I am trying to position an image, using values calculated from the frame size during the loading phase of my UIViewController.
I have a method - (void) redrawImage that does all the calculations to ...
0
votes
0answers
25 views
ios 6 youtube video no video just audio
I created an app that embeds youtube videos. Worked fine until the new iOS 6. I changed to the iframe and now the thumbnail shows up fine but when I click to play the video, it goes fullscreen ...
0
votes
2answers
34 views
How to make UITableViewDataSource ask for cell height before each cellForRowAtIndexPath call?
I have many cells which contains several resizable UITextViews. I want to make dataSource to call heightForRowAtIndexPath before every cellForRowAtIndexPath call, not only when table is reloading ...
0
votes
0answers
14 views
Define Symroot when using static library
I'm trying to run my project fron command line:
xcodebuild -project dev/gd/PhoneGap_plugin/iOS/testing/iOS/PluginUnitTest/PluginUnitTest.xcodeproj -target PluginUnitTest -sdk iphonesimulator clean ...
0
votes
1answer
27 views
Performing code right before dismissing a partial curl through touching on the curl itself
I'm using Storyboards for a modal segue with a partial curl effect. Input fields are on the bottom, so if the keyboard is shown, it is necessary to translate the screen with:
[UIView ...






