Tagged Questions
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
28 views
Naming private methods that return a property value
Below is a code example that is causing me some pain and wondered if anyone could help. I want to set the class 'version' property within the constructor since it uses up a lot of processing (so dont ...
0
votes
0answers
11 views
Facebook app_id issue in iOS
I am doing one iOS app in which I have to login Facebook and then I have to implement further functionalities.Earlier I used my old app id while doing the app and everything was running fine.At the ...
0
votes
0answers
9 views
Cordova/PhoneGap on iOS - minimum version?
I have an application developed using PhoneGap 2.3 that runs on Andriod, BBOS and iOS. I need to update the application but I cannot find any confirmation as to the minimum version of Cordova/PhoneGap ...
0
votes
0answers
8 views
Xcode: make iOS Simulator quit when switching Debug / Release schemes?
Why on Earth does one have to manually quit iOS Simulator when switching between Debug and Release scheme?
Building the same target and then switching from Debug to Release (or vice versa), one ...
1
vote
0answers
13 views
Zbar Barcode Scanner compile error with PhoneGap
I'm having a problem getting my PhoneGap 3.2.0 app to compile on Mac when the Zbar barcode scanner plugin is implemented. It will compile within XCode if I deploy to the device, but to a simulated ...
0
votes
1answer
11 views
Error on Dead Outlets / Actions in Interface Builder
Is there a way to have Xcode refuse to build an app due to there being a dead outlet or action in my Xib, Nib or Storyboards ? I quite often build an app only to find it crashes due to a interface ...
2
votes
1answer
34 views
initWithNibName:@“ -VS- self.storyboard instantiateViewControllerWithIdentifier:@”?
WHAT I AM DOING:
Hi guys, I am currently learning iOS development. I have encountered a problem, which I have solved. However, I don't actually know what happened, that it worked.
I am doing a ...
0
votes
1answer
7 views
Error on clang (XCode 5.0.2) with std::functional that has more than three parameter
I'm stuck with a problem considering clang's behavior with c++ std::functional implementation. Well first things first: Here is some code that I'm trying to compile under MacOs Mavericks with XCode ...
0
votes
1answer
6 views
How to migrate coredata model, deleting entity and saving into NSUserDefaults
How to migrate coredata model to new one with this feature:
The original model contains an entity "user" which contains only 1 row data. All I want is to remove this entity and save this data into ...
0
votes
0answers
17 views
Source Control merge button grayed out?
At my workplace we have set up GIT source control.
We made a new branch off of the master and altered pretty much all of the code in a few modules.
When we came to merge it the merge button in the ...
0
votes
0answers
6 views
Resolving SVN tree conflicts in Xcode
I'm trying to resolve a tree conflict from SVN in Xcode. From the answer here The operation could not be performed because "PROJECTNAME" has one or more tree conflicts I should simply ...
0
votes
0answers
21 views
NavBar not showing up in second and third viewcontroller
I am trying to add Navigation bar to my tabbar view controllers.But, it is showing up in firstViewController but not in the other two views. Any reason why this is not working?
self.firstVC = ...
0
votes
2answers
53 views
application rejection to the same reason before 2.23
Reasons
2.23: Apps must follow the iOS Data Storage Guidelines or they will be rejected
2.23
We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App ...
0
votes
1answer
41 views
Apple's reachability memory leak
I use apple's Reachabiliry class in my non-arc project. And when I run it with instruments to find memory leaks, it referes to Reachability method. Here is the problem:
+ ...
0
votes
1answer
19 views
In app purchase unfinished transaction in a particular device
Im doing a in app purchase non consumable,the issue is when I start the app there comes a alert view filled with a mail address already and asking password.This particular issue happens only in the ...