Search results for

“show when run”

117,521 results found

Post

Replies

Boosts

Views

Activity

Reply to MacOS 13.3 beta killed Java??
Late, but for anyone who might run across this in future, I was just able to resolve this on a system reporting the same error for multiple JDKs. Turns out SIP was disabled for some unknown reason, re-enabling resolved it. To check its status on your machine, run csrutil status. If the output shows that SIP is disabled, run sudo csrutil clear and reboot.
Nov ’24
Uploaded builds not showing?
macOS app builds that I have uploaded today (UTC afternoon time) through Xcode are not showing. If I try to upload the same build using Transporter, it complains that it already exists. So, I know the build is there. It's just that the builds are not showing in App Store Connect for this app. There have been some problems earlier today but according to the status page they are apparently resolved.
0
0
216
Jun ’25
Reply to Change Split View to "normal" segue? iOS (phone) Swift 4.2 and 5
Well, it's getting interestinger and interestinger, as Alice would have said peering into her fogged-up mirror.I've just run Instruments (Xcode latest beta) for Leaks in two other, less complex, Swift projects - each with UITableViews and UICollectionsViews. Neither started out as SVC. Both showed no leaks running under iOS 12.1.4 on a physical device. Both showed leaks under 12.2 latest beta: the simpler app showed a few dozen leaks, the more complex several hundred. Almost all of the leaks are in Quartzcore or UIKitCore.Methinks there's a more general problem at play here, so my bug report stands.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’19
Reply to How to Fix Cracking and Popping Sound ?
Found this thread while trying to diagnose a crackling sound with my M1 Max macbook pro (Ventura 13.2.1), mostly using Bitwig Studio. Tried killall coreaudiod, but that didn't work. Same program works fine on my 2010 Mac Pro (running Monterey). Interestingly, the Bitwig DSP Performance Graph shows sharp spikes coinciding with each of the crackles. Activity monitor shows absolutely no memory pressure (the machine has 64GB, isn't running much). Tried changing sample rate in Bitwig, which did show a different baseline in the DSP Performance Graph, but the spikes still happen. Very odd behavior.
Topic: Community SubTopic: Apple Developers Tags:
Mar ’23
Keep showing error on Swift 2.2, but can build successfully.
Hi,After upgraded to Xcode 7.3, Swift 2.2.In the code,func handleInfo(info: [NSObject: AnyObject]) { let aps = info[aps] if let message = aps![alert] as? String { ..... } }it will keep showing error for this line: if let message = aps![alert] as? String ( Downcast from 'String?!' to 'Sting' only unwraps optionals; did you meant to use '!!'?)But if I build and run, it will run successfully without any issue.However, it pretty annoying that it keep showing up when I coding.Anyway to fix that?
2
0
286
Mar ’16
how Appstore shows that I have multi-language?
Hello all,I released my App on AppStore with 14 languages, however, in the Language Tap of AppStore of my App, I can only find English, how could I show that my app has 14 languages like other apps.my app: https://itunes.apple.com/jp/app/jumpcitysaga/id1231939677?l=en&mt=8I do have set up localization in Itunes connect, but it only show that language: EnglishThank you very much.
0
0
319
Jun ’17
Reply to iOS: App didn't update on some devices
Hey NekloSame issue from my side. The App Store shows the latest version, but running the App I still see the previous version....Did you find the solution ?
Replies
Boosts
Views
Activity
Jun ’18
Reply to Screen controls have inverted vertical order
A preferences screen shown at run time Is it your preferences screen or a system one ? If yours, could you give some details: where and how are those controls defined ? show the code if any
Replies
Boosts
Views
Activity
Mar ’21
Reply to XCode 14 compile errors immediately disappear or do not appear at all
Having this error on XCode 14.2. Errors not showing on text editor, and only appearing when preview is run. A doctor's stethoscope appears and i can see the error then.
Replies
Boosts
Views
Activity
Feb ’23
Reply to I keep getting an Abort() Called error
I try to run the program after putting Text(25%) in. Any ideas! No ! How could we guess where you put Text(25%) ???? Please show the code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to MacOS 13.3 beta killed Java??
Late, but for anyone who might run across this in future, I was just able to resolve this on a system reporting the same error for multiple JDKs. Turns out SIP was disabled for some unknown reason, re-enabling resolved it. To check its status on your machine, run csrutil status. If the output shows that SIP is disabled, run sudo csrutil clear and reboot.
Replies
Boosts
Views
Activity
Nov ’24
Uploaded builds not showing?
macOS app builds that I have uploaded today (UTC afternoon time) through Xcode are not showing. If I try to upload the same build using Transporter, it complains that it already exists. So, I know the build is there. It's just that the builds are not showing in App Store Connect for this app. There have been some problems earlier today but according to the status page they are apparently resolved.
Replies
0
Boosts
0
Views
216
Activity
Jun ’25
Xcode is not showing output on the console window for C++ program
I am trying to run a C++ program through Xcode but Xcode is not showing anything on the screen but the same program runs on a online compiler. Please help me !
Replies
1
Boosts
0
Views
3.8k
Activity
Mar ’17
Show library calls in Instruments
Is there any way to show in detail pane calls form some library and hide calls form other libraries?
Replies
0
Boosts
0
Views
336
Activity
Feb ’17
Lock Screen showing apps.
Does Apple now allow us to have our apps show on the lock screen and have access to them?Stright forward..ThanksJZ
Replies
3
Boosts
0
Views
866
Activity
Apr ’18
Reply to Change Split View to "normal" segue? iOS (phone) Swift 4.2 and 5
Well, it's getting interestinger and interestinger, as Alice would have said peering into her fogged-up mirror.I've just run Instruments (Xcode latest beta) for Leaks in two other, less complex, Swift projects - each with UITableViews and UICollectionsViews. Neither started out as SVC. Both showed no leaks running under iOS 12.1.4 on a physical device. Both showed leaks under 12.2 latest beta: the simpler app showed a few dozen leaks, the more complex several hundred. Almost all of the leaks are in Quartzcore or UIKitCore.Methinks there's a more general problem at play here, so my bug report stands.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’19
Reply to How to Fix Cracking and Popping Sound ?
Found this thread while trying to diagnose a crackling sound with my M1 Max macbook pro (Ventura 13.2.1), mostly using Bitwig Studio. Tried killall coreaudiod, but that didn't work. Same program works fine on my 2010 Mac Pro (running Monterey). Interestingly, the Bitwig DSP Performance Graph shows sharp spikes coinciding with each of the crackles. Activity monitor shows absolutely no memory pressure (the machine has 64GB, isn't running much). Tried changing sample rate in Bitwig, which did show a different baseline in the DSP Performance Graph, but the spikes still happen. Very odd behavior.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Mar ’23
Keep showing error on Swift 2.2, but can build successfully.
Hi,After upgraded to Xcode 7.3, Swift 2.2.In the code,func handleInfo(info: [NSObject: AnyObject]) { let aps = info[aps] if let message = aps![alert] as? String { ..... } }it will keep showing error for this line: if let message = aps![alert] as? String ( Downcast from 'String?!' to 'Sting' only unwraps optionals; did you meant to use '!!'?)But if I build and run, it will run successfully without any issue.However, it pretty annoying that it keep showing up when I coding.Anyway to fix that?
Replies
2
Boosts
0
Views
286
Activity
Mar ’16
how Appstore shows that I have multi-language?
Hello all,I released my App on AppStore with 14 languages, however, in the Language Tap of AppStore of my App, I can only find English, how could I show that my app has 14 languages like other apps.my app: https://itunes.apple.com/jp/app/jumpcitysaga/id1231939677?l=en&mt=8I do have set up localization in Itunes connect, but it only show that language: EnglishThank you very much.
Replies
0
Boosts
0
Views
319
Activity
Jun ’17
Reply to Xcode won't build for universal binary
I'm having the same issue, only that I'm using $(ARCHS_STANDARD). lipo -archs only returns x86_64 and Xcode only shows the option to run the project with My Mac (Rosetta), where all my other projects can also be run on Mac and have the same architectures set.
Replies
Boosts
Views
Activity
Jul ’22
MKMapView Legal label shows as <unlocalized>
I've added an MKMapView as a subview on one of my viewcontrollers. My app supports 6 languages. The map works alright in terms of showing directions. But the Legal text on the map (bottom left) shows as <unlocalized> instead of having a text saying Legal in whatever language is selected (or even English).How do I fix this? Thanks.
Replies
3
Boosts
0
Views
891
Activity
Jul ’19