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
Register a new App ID issue
I want to create a new app id by using this link
https://developer.apple.com/account/ios/identifiers/bundle/bundleCreate.action
But when I click the continue button, the page was always loading and ...
1
vote
0answers
21 views
xcode - unable to open object file
I'm building a framework with Xcode 4.6. This framework depends on libWeChatSDK_armv7_armv7s.a, and I added it to the "Link Binary With Libraries" field.
But when others use my framework, they will ...
0
votes
0answers
7 views
Mac App Store sandboxing entitlement disables when building for archiving
I'm trying to submit an app to the mac App Store, but every time I do, after I upload the binary with no problems I get an email saying this
"App sandbox not enabled - The following executables must ...
0
votes
0answers
26 views
ASCII Card Suits displaying incorrectly in Xcode
For a poker-related iPhone project, I am printing many thousands of 5-card hands to the Xcode console. I notice that just around 1 in a 1000 outputs have a strange appearance, due to what I cannot ...
0
votes
1answer
8 views
Segue to class using UIScrollView and NSNotificationCenter
I'm making an iPhone app that presents a UIScrollView with data in rows obtained from a database.
ViewController1:
-(void)viewDidLoad
{
[super viewDidLoad];
[[NSNotificationCenter ...
0
votes
0answers
15 views
PushBot Push Notifications Xcode 4.6.3
Has anyone been able to implement PushBot as a push notification service on an app? Their set up is relatively simple but I'm having issues..
Some of the errors I get when I build my app.
2013-08-05 ...
0
votes
0answers
17 views
Centering a custom UIButton title with custom font
I'm using some custom fonts I added to my project for the titles of UIButton. I am not able to set my custom fonts in IB, and I've read in some posts that it is not possible yet in the last XCode ...
0
votes
0answers
14 views
Creating a static library + UI from existing source
Ladies and gents,
I'm having a brain-itching issue with something I deem rather simple.
The case is as follows:
We created a native iOS app, and we want to create some customised versions of the app ...
2
votes
1answer
43 views
Xcode warning symbols - yellow triangle with a white CIRCLE?
So I'm used to seeing the red circle with the exclamation point and the yellow triangle with the exclamation point... but what does the yellow triangle with the circle mean?
0
votes
1answer
30 views
Downloaded project .xib file cannot open in XCode 4.6.3
I downloaded FlickrKit and open its sample project file. But cannot run coz of following error. Changing the 'Deployment Target' didn't work. Please, help !
0
votes
1answer
11 views
Xcode Shell script invocation error : Command /bin/sh failed with exit code 127
I am having "Shell script invocation error : Command /bin/sh failed with exit code 127" error when I try to archive my project. I was able to build normally without shell script error, if I checked ...
0
votes
0answers
4 views
iOS, xCode. Archive and distribute a project with inner compiled libraries?
I downloaded MonkSVG using git client Source Tree:
MonkSVG
.a static libraries weren't added properly. So I added them by myself.
But Now I can't archive and distribute this project because of ...
1
vote
1answer
36 views
I purchased iOS developer license for iPhone and I am not able to add Profile to my iPhone 5. Request Timed Out
When I connected my iPhone5 to my Mac after purchasing developer license, xCode recognized it and gave a button for 'Use iPhone for development'. I clicked on it but entered wrong password by mistake ...
0
votes
0answers
6 views
Forcing screen refresh from Debugger
While stepping through my code with the debugger, I would like to arbitrarily refresh the simulator's screen at any particular breakpoint in the code. From the debugger command line I have tried:
...
0
votes
0answers
10 views
How can i add SenTestCase to a cordova or phonegap project?
when I try to add a test target in an ios project generated via phonegap I get a linker error. It seems like the cordova project inside my project is not able to be found (i think) and so it is ...