Post

Replies

Boosts

Views

Activity

Comment on Simulator beta 15 is too slow
@MarcoDesmoM1200 I installed Xcode 15.1 beta 3 and ran my code in an iPhone 15 Pro simulator running iOS 17.2 beta 3. The first time it ran, it also took a long time, around 30 minutes. I made a trivial change to a string in the code, and hit Cmd-R. It took just around 1.5 minutes to update the simulator. Did a couple more trivial string changes. Still good. I then added a bit more code: foregroundStyle, fontWeight. This time, it again took 30+ minutes. Still spinning as we speak... This sucks!
Dec ’23
Comment on Simulator beta 15 is too slow
@nicolas291 I just updated to Xcode 15.1 (15C65). Running a simple app from HackingWithSwift in the iPhone 15 Pro Simulator takes forever to display the app. I'd day at least 30 minutes. Then just simply changing the value of a string in the code and hitting Cmd-R to rerun the app in the simulator takes another 30 minutes. This is totally unusable! If it matters, my Mac is: Retina 5K, 27-inch, 2017, 3.4 GHz Quad-Core Intel Core i5, running Ventura 13.6.1 (22G313).
Dec ’23
Comment on In the Platforms window, difference between iOS and iOS Simulator
OK, good to know. But the fact that there was an error during "Verifying iOS 17.2 simruntime" and yet iOS 17.2 appears in the Platforms list is a bit puzzling. Yes, I can run the code in the iPhone 15 Pro simulator. Let's see if it runs in the Preview window. I have not succeeded in seeing the app display in the Previews canvas ever since I upgraded to Xcode 15.
Dec ’23
Comment on Color Literal behaves inconsistently in Xcode 13.2.1
That works, but it is still not possible to insert a color literal as an argument in a function. Example: setGradientBackground(topColor: QQQ, bottomColor: YYY) You can't put a color literal in place of QQQ and YYY. It forces it to: setGradientBackground(topColor: colorLiteral(red: 0.4745098054, green: 0.8392156959, blue: 0.9764705896, alpha: 1), bottomColor: colorLiteral(red: 0.5546397567, green: 0.3071874082, blue: 0.007406672928, alpha: 1))
Dec ’21
Comment on Xcode 15.01 Preview "Failed to launch app *** in reasonable time"
If this issue is due to Apple no longer supporting Intel-based Macs, I'd be really pissed!
Replies
Boosts
Views
Activity
Dec ’23
Comment on Simulator beta 15 is too slow
@MarcoDesmoM1200 I installed Xcode 15.1 beta 3 and ran my code in an iPhone 15 Pro simulator running iOS 17.2 beta 3. The first time it ran, it also took a long time, around 30 minutes. I made a trivial change to a string in the code, and hit Cmd-R. It took just around 1.5 minutes to update the simulator. Did a couple more trivial string changes. Still good. I then added a bit more code: foregroundStyle, fontWeight. This time, it again took 30+ minutes. Still spinning as we speak... This sucks!
Replies
Boosts
Views
Activity
Dec ’23
Comment on Simulator beta 15 is too slow
@nicolas291 I just updated to Xcode 15.1 (15C65). Running a simple app from HackingWithSwift in the iPhone 15 Pro Simulator takes forever to display the app. I'd day at least 30 minutes. Then just simply changing the value of a string in the code and hitting Cmd-R to rerun the app in the simulator takes another 30 minutes. This is totally unusable! If it matters, my Mac is: Retina 5K, 27-inch, 2017, 3.4 GHz Quad-Core Intel Core i5, running Ventura 13.6.1 (22G313).
Replies
Boosts
Views
Activity
Dec ’23
Comment on Simulator beta 15 is too slow
@pashlya I am running Xcode Version 15.1 (15C65). There is no /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes. Under ..../Profiles are folders: Chrome and DeviceTypes
Replies
Boosts
Views
Activity
Dec ’23
Comment on In the Platforms window, difference between iOS and iOS Simulator
OK, good to know. But the fact that there was an error during "Verifying iOS 17.2 simruntime" and yet iOS 17.2 appears in the Platforms list is a bit puzzling. Yes, I can run the code in the iPhone 15 Pro simulator. Let's see if it runs in the Preview window. I have not succeeded in seeing the app display in the Previews canvas ever since I upgraded to Xcode 15.
Replies
Boosts
Views
Activity
Dec ’23
Comment on Unable to Verify "iOS 17.0.simruntime" after iOS 17.0.1 Attempted Download
I am having the same issue when installing iOS 17.2 simruntime. Waiting it out ended with "iOS 17.2 Simulator (21C62) Failed — CoreSiimulator failed to respond." Any suggestions?
Replies
Boosts
Views
Activity
Dec ’23
Comment on Color Literal behaves inconsistently in Xcode 13.2.1
That works, but it is still not possible to insert a color literal as an argument in a function. Example: setGradientBackground(topColor: QQQ, bottomColor: YYY) You can't put a color literal in place of QQQ and YYY. It forces it to: setGradientBackground(topColor: colorLiteral(red: 0.4745098054, green: 0.8392156959, blue: 0.9764705896, alpha: 1), bottomColor: colorLiteral(red: 0.5546397567, green: 0.3071874082, blue: 0.007406672928, alpha: 1))
Replies
Boosts
Views
Activity
Dec ’21
Comment on Xcode 13.2 - Internal error : Missing Package Description Module
If they have fixed it, why isn't it available as an update via the usual Software Update in System Preferences?
Replies
Boosts
Views
Activity
Dec ’21
Comment on Is there anyway to delete unused icloud containers?
@h725 How were you even able to create test containerS (plural) since you can't have more than one for a particular bundleID (com.yourCompanyName), and you can't rename or delete it? How was it possible to have more than one container?
Replies
Boosts
Views
Activity
Sep ’21
Comment on Is there anyway to delete unused icloud containers?
@BrianA You posted that answer 6 years ago, and today in 2021, the iCloud container STILL cannot be renamed or deleted. I am stuck with a container name from a tutorial at https://www.hackingwithswift.com/read/33/overview called Project-33. So my iCloud container is cursed with that name forever. UGH!!!
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 12.5 very slow launch time for app in simulator
@ajisaputrars I just updated to Big Sur 11.5.2 and Xcode 12.5.1 last night. The slowness issue remains unfixed.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode 12.5 very slow launch time for app in simulator
@tramsdell Your post was 3 months ago. I just updated to Big Sur 11.5.2 and Xcode 12.5.1 and the problem remains the same! :-(
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode 12.5 very slow launch time for app in simulator
I skipped Big Sur 11.3 or 11.4 and updated directly to 11.5.2 last night. I then updated my Xcode to 12.5.1. The simulator (I chose iPhone 11) for an existing small project then took more than 10 minutes (!!!) to launch and run! (I have a 2017 iMac 27".) When will Apple fix this?!
Replies
Boosts
Views
Activity
Aug ’21
Comment on Xcode 12.5 very slow launch time for app in simulator
@ajisaputrars I just updated to Big Sur 11.5.2. Problem remains the same.
Replies
Boosts
Views
Activity
Aug ’21
Comment on How to link an App project to a Framework project so that changes made to the Framework code are "seen" in the App code without explicitly building the Framework code in Terminal?
@edford Can you answer my other question: [https://developer.apple.com/forums/thread/688469)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21