Search results for

show when run

112,674 results found

Post

Replies

Boosts

Views

Activity

Xcode Showing Build Failed
I have 2 c files in a group folder(created using Xcode), before that the individual c file in the folder was being built properly and output was shown but after adding a second file, it shows build failed I built the files using gcc in terminal and they are being built and the output is being shown so I suspect that this is a problem with running the file.
2
0
752
Feb ’24
Reply to Store Location from API into Array
This is the entire printed console when the code is ran: Thanks for showing the output, but the JSON, outermost structure is JSON object must start with { (opening brace). Seems a few lines are missing. Can you show really entire output? (UPDATE) Can you show really entire output? Sorry, but no thank you. Seems your Console Out contains outputs of two runs. The first 936 lines for the first run -- partial, and the latter for the second run -- entire. Found what's wrong -- there's no entry of type String for the key location in the response. Need some time to write a more detailed answer...
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’21
UIBarButtonItems not showing
Long story short iOS10 left, right buttons, custom label working without issues, iOS11 none of the showing. I've read elsewhere that I need to add constraints for the buttons but that is not helping.self.connectionButton = [[UIButton alloc] initWithFrame:CGRectMake(0.0,0.0,74.0,29.0)]; [self.connectionButton.widthAnchor constraintEqualToConstant:74].active = YES; [self.connectionButton.heightAnchor constraintEqualToConstant:29].active = YES; self.connectionButton.backgroundColor = [UIColor yellowColor]; UIBarButtonItem *buttonItem = [[UIBarButtonItem alloc] initWithCustomView:self.connectionButton]; self.navigationItem.rightBarButtonItem = buttonItem;When I check the frame during run time it's correct (0,0,74,29). No button is shown in the bar though.XCode 9 beta 8, not working on either device nor simulator.
2
0
5.8k
Aug ’17
How do I show my total rating?
How do I show my total rating? Is it possible to show the rating for all versions? I have over a thousand more 5star reviews than 1star, but after a recent update, I am at 3 stars. Is there a way to show total rating? As a user, I can't even see ratings and reviews for all versions. How do I make the rating reflect the number of 5star vs. 1star ratings? Thank you!
1
0
493
Sep ’17
Reply to Why do I keep getting this error
Could you show more of the crash log ? Did you notice where it crashes (call stack). If so, please show code. You have a segmentation fault. This may be due to a missing or corrupted IBOutlet connection. Log shows you are running MacOS 12.0.1. You'd better update to 12.3 at least.
May ’22
Reply to Missing code coverage with Xcode 10
I am seeing similar issues. Actually not only that, what I am noticing :1- Coverage number varies between multiple runs on XC 10 on the same binary. Like in first run it shows x% vs in another run it will show y% keeping the same code.2- Coverage number/Number of tests varies while running on 11.4 simulator and 12.0 simulator, both ran on XC 103- Number of tests also a little different like in some of my run it was 5507 tests vs in some runs it was 5506.XC 10 certainly came with lots of bugs.Please provide more input if you faced similar issues or found any workaround or solutions @stevebay hybridcatttstevebay
Nov ’18
Show crashes in xcode
Hi,An other member of my team (Organization) published an archive on itunes connect, via Xcode (For TestFlight). After 2-3 days, he can show crashes on Xcode Organizer.But my xcode show anything. We have both itunes account with Admin role.Can I show the crashes without building archives ? Any maners to see crashes, or is just in the Xcode of the person who build ?ThanksEdit : I have an account for Member Center and another email for iTunes connect, should be the reason ?
1
0
411
Jun ’15