Post

Replies

Boosts

Views

Activity

Reply to For goodness sake, why does Xcode keep doing this?
Thanks @BornP for answering and making some suggestions, more than any of the Apple folks have done. Unfortunately none of these do anything to rectify the issue. Once again I'm unable to do anything, things were going fine one minute, then the next Xcode threw one of these episodes. I have 6 iPhones and its stopped working with all of them, that was several hours ago and since then just cannot install/run the app at all (same app as was working just before, no changed made). I also have 3 Macs and have observed this on all 3 of them. The one thing they all have in common is they all have Xcode 15 on them. None of these issues started until I started using Xcode 15 beta, its been present in every Xcode 15 beta and every Xcode 15 release version, including 15.2.
Jan ’24
Reply to React Native Mobile App Crashes in TestFlight but not in Expo Go Development
Not a crash, but with a React Native app it hangs at random places when downloaded from TestFlight, yet the exact same build when installed from the App Store is ok (the app was uploaded to TestFlight, then released to the App Store, then later found the issue in TF). So the exact same build experiences issues when installed from TF but not when installed from the App Store.
Feb ’24
Reply to Why is Xcode taking forever to install/launch app?
Installing the app has become worse. It'll be fine one minutes, will install and run quickly, and then next go it'll take about 10 minutes. It knows its taking a long because it says its taking longer than usual and do you want to proceed? If you say yes, you still have 10 or more minutes to wait. Once its started doing this I've not found any way of making it right again other than to restart the Mac and the phone. The problem is, whenever you restart a phone, then you then have to wait 5 minutes while Xcode says "Preparing the iPhone", even if its already prepared it a trillion times before. So you can't win.
Mar ’24
Reply to We were still unable to review your app as it crashed on launch.
Why? I mean just why would you post something like this? You and the hundreds of others that do similar. Is this a question you've posted, no it is not. Is this a request for assistance/help/comment you have posted, no it is not. Is there any useful information you have attached or added, no there is absolutely nothing at all. Do you really think you will get some feedback on this? What will posting quote from Apple review achieve. Nothing. Nothing at all. Good luck
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’24
Reply to We were still unable to review your app as it crashed on launch.
If you don't know/understand what "We were still unable to review your app as it crashed on launch.", for some reason, why not just say "I don't understand what We were still unable to review your app as it crashed on launch means". If you do understand what it means, they why post it with no further details? I just don't get it, how can you possible be hoping for any help from this forum with this?
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’24
Reply to iOS 18 BETA >>> TO iOS 17 Latest
If you google you've easily find instructions on how to do it. Basically put your phone into recovery mode and plug into a Mac and restore it. However I've been trying to do this myself and I just absolutely cannot put the phone into recovery mode (the same phone which in the past I have been able to many times). Perhaps there is a problem with iOS 18 beta that prevents it from being able to put it into recover mode.
Jun ’24
Reply to Notification Service Extension restrictions
The extension has a set memory limit, which is much less than that of an app. Why can you not do the iteration in the app when it first launches rather than the extension? (the extension is not part of the app, it is separate from it but data from the iteration process can be shared via the filesystem for example). Also an extension doesn't simply run for 30 seconds, it will run until the completion handler is called, if the handler is not called within 30 seconds then the system will call the handler for you. If you have to do the iteration within the extension, you will need to delay calling the completion handler until the iterations have completed. If that takes longer than 30 seconds, then that's another good reason why you need to look at doing this in the app rather than the extension. You say the iteration is part of the initialization process, hence its a one time operation, why therefore cannot it be performed by the app (I use the term app to not include the extension) the first time the app runs, and then the results of that made available to the extension?
Jun ’24
Reply to For goodness sake, why does Xcode keep doing this?
Thanks @BornP for answering and making some suggestions, more than any of the Apple folks have done. Unfortunately none of these do anything to rectify the issue. Once again I'm unable to do anything, things were going fine one minute, then the next Xcode threw one of these episodes. I have 6 iPhones and its stopped working with all of them, that was several hours ago and since then just cannot install/run the app at all (same app as was working just before, no changed made). I also have 3 Macs and have observed this on all 3 of them. The one thing they all have in common is they all have Xcode 15 on them. None of these issues started until I started using Xcode 15 beta, its been present in every Xcode 15 beta and every Xcode 15 release version, including 15.2.
Replies
Boosts
Views
Activity
Jan ’24
Reply to For goodness sake, why does Xcode keep doing this?
I'm going to have to raise an official Apple support ticket, my MacBooks been out of action all day long because of this.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Accessing Caller Phone Number in iOS: Limitations with CallKit UUID
There's no way at all. You can neither obtain the phone number of an incoming call nor retrieve the last caller(s) numbers from the device itself.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Some push notifications are duplicated 6 times
Upgrade to iOS 17.3
Replies
Boosts
Views
Activity
Feb ’24
Reply to Can React Native's Metro and Xcode's LLDB interfere with each other
(Connecting via USB to the iPhone)
Replies
Boosts
Views
Activity
Feb ’24
Reply to React Native Mobile App Crashes in TestFlight but not in Expo Go Development
Not a crash, but with a React Native app it hangs at random places when downloaded from TestFlight, yet the exact same build when installed from the App Store is ok (the app was uploaded to TestFlight, then released to the App Store, then later found the issue in TF). So the exact same build experiences issues when installed from TF but not when installed from the App Store.
Replies
Boosts
Views
Activity
Feb ’24
Reply to React native iOS outdated and need help to publish with Xcode
Have you first just tried to create a new simple React Native app to check your Macbook is configured corrected to create/build/run any RN app
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode 15 does not detect any physical device running iOS 17+
Same here
Replies
Boosts
Views
Activity
Feb ’24
Reply to Why is Xcode taking forever to install/launch app?
Installing the app has become worse. It'll be fine one minutes, will install and run quickly, and then next go it'll take about 10 minutes. It knows its taking a long because it says its taking longer than usual and do you want to proceed? If you say yes, you still have 10 or more minutes to wait. Once its started doing this I've not found any way of making it right again other than to restart the Mac and the phone. The problem is, whenever you restart a phone, then you then have to wait 5 minutes while Xcode says "Preparing the iPhone", even if its already prepared it a trillion times before. So you can't win.
Replies
Boosts
Views
Activity
Mar ’24
Reply to We were still unable to review your app as it crashed on launch.
Why? I mean just why would you post something like this? You and the hundreds of others that do similar. Is this a question you've posted, no it is not. Is this a request for assistance/help/comment you have posted, no it is not. Is there any useful information you have attached or added, no there is absolutely nothing at all. Do you really think you will get some feedback on this? What will posting quote from Apple review achieve. Nothing. Nothing at all. Good luck
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to We were still unable to review your app as it crashed on launch.
If you don't know/understand what "We were still unable to review your app as it crashed on launch.", for some reason, why not just say "I don't understand what We were still unable to review your app as it crashed on launch means". If you do understand what it means, they why post it with no further details? I just don't get it, how can you possible be hoping for any help from this forum with this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Experiencing Duplicate Notifications Issue Recently By Multiple Users
This has been reported elsewhere on the forum, somebody from Apple replied saying it was a known issue. I think they said it was in iOS 17.2.1 and the fix was to update to 17.3, but maybe I missremember that as you say you've also seen it in 17.5.1
Replies
Boosts
Views
Activity
Jun ’24
Reply to CTSubscriber.simInserted no longer works with iOS 18
Posted as FB13844575
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS 18 BETA >>> TO iOS 17 Latest
If you google you've easily find instructions on how to do it. Basically put your phone into recovery mode and plug into a Mac and restore it. However I've been trying to do this myself and I just absolutely cannot put the phone into recovery mode (the same phone which in the past I have been able to many times). Perhaps there is a problem with iOS 18 beta that prevents it from being able to put it into recover mode.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Notification Service Extension restrictions
The extension has a set memory limit, which is much less than that of an app. Why can you not do the iteration in the app when it first launches rather than the extension? (the extension is not part of the app, it is separate from it but data from the iteration process can be shared via the filesystem for example). Also an extension doesn't simply run for 30 seconds, it will run until the completion handler is called, if the handler is not called within 30 seconds then the system will call the handler for you. If you have to do the iteration within the extension, you will need to delay calling the completion handler until the iterations have completed. If that takes longer than 30 seconds, then that's another good reason why you need to look at doing this in the app rather than the extension. You say the iteration is part of the initialization process, hence its a one time operation, why therefore cannot it be performed by the app (I use the term app to not include the extension) the first time the app runs, and then the results of that made available to the extension?
Replies
Boosts
Views
Activity
Jun ’24