The newest version of Xcode (released Jan. 28, 2013), an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
0
votes
0answers
11 views
“AsyncSocket.m” arithmetic on a pointer to void
In my Xcode 4.6.1 Buid settings->Complie Source AS ->Object-C++ ,this is my need. I use the file as "AsyncSocket.m",this is Object-C file.What have to set in Xocde? Geve me Some suggestion ,Thxs...
...
1
vote
1answer
18 views
How does removing armv7s xCode 4.6 valid architecture project property affect App Store distribution of my iOS apps?
I have a project that I created before iPhone 5 was released and I'm working on this project in xCode 4.6. By default xCode changes the build architecture of new projects to include the latest iPhone ...
0
votes
1answer
42 views
typedef in header file not getting picked up by xcode
I have a typedef in A.h file, and I import that A.h file in B.h that makes use of the same typedef.
For the longest time everything worked fine, but now it breaks complaining that it doesn't ...
0
votes
1answer
23 views
Force recalculation of keyboard height
This question is linked to my other question here, but this is a more focused part of the problem I'm facing.
I have 5 text fields, and I want to move the (scroll) view so the keyboard doesn't hide ...
1
vote
0answers
25 views
firemonkey for xcode 4.6 or a link to download Xcode 4.1
I'm using Delphi XE2- firemonkey for iOS app development. the firemonkey-ios.dmg file which is provided in the delphi directory can not be installed with Xcode 4.6. it requires Xcode 4.1 which is no ...
0
votes
0answers
12 views
XCode moviePlayer looping for iPhone
My app was working looping video in moviePlayer but no longer works properly on my iPhone 4. It does loop properly on my iPad 2 and iPad mini. It runs fine in the simulators but not on the actual ...
0
votes
2answers
26 views
Move view when jumping from text field to text field
I have a form with a few text fields on a scroll view. I was trying to solve the problem of the keyboard hiding some text fields, which I partly did. At least it works well when I tap on each ...
1
vote
1answer
136 views
Upgrade from Facebook iOS SDK 3.2.1 to 3.5 gave me an error with FBCrypto
After installing the new sdk I cleaned the project and build it. It fails with this message:
Undefined symbols for architecture i386:
"_SecRandomCopyBytes", referenced from:
+[FBCrypto ...
0
votes
1answer
13 views
How does Xcode determine the location of a source file in Build Phases -> Compile Sources?
When you add a source file to the Compiled Sources section of a target's Build Phase it describes the location of each file in light gray next to the files:
...in ../../shared_source/controllers
...
0
votes
1answer
25 views
Custom delegate/protocol didnt work like it should
I've been writing an app that has custom protocol to send the data from the child view to parent view the classes is
MainViewController
AddViewController (child to mainviewcontroller)
...
-1
votes
1answer
27 views
Deployment Target in xcode
Im using xcode4.6 for retina display screen size. When i use Deployment target 5 i didn't get any warnings. When i use Deployment target 6.1 i get warnings shouldAutoRotation is deprecated. But i ...
0
votes
1answer
14 views
Buil Error with AppleMach-Olinker Error iOS
can anyone help me with this?
Ld "/Users/orkideh/Library/Developer/Xcode/DerivedData/New_GUI-ffkeokshboqifhchxwfwfwbauahh/Build/Products/Debug-iphonesimulator/New GUI.app/New GUI" normal i386
cd ...
1
vote
3answers
147 views
Facebook Registration : The operation couldn't be completed (com.facebook.sdk error 2)
I am developing an ios phonegap application. For registration i use phonegap facebook plugin. It worked fine for the first time. But now when i try to register it isn't working. I haven't changed ...
0
votes
1answer
26 views
One button for multiple text boxes
Is it possible to have 1 calculate button for 3 text boxes or do I need a button for each text box, the text boxes are, Barrels, Gallons and Liters, if I put 10 in Barrel box I want the button to ...
42
votes
5answers
4k views
Xcode version 4.6.2 (4H1003) compiler error
I just updated to Xcode version 4.6.2 (4H10003) and tried to run a previously working application project in the simulator and received the following error and the build failed.
PCH file built ...