Post

Replies

Boosts

Views

Activity

Reply to MapKit Rendering MKPolygon from geoJson stopped working
Is it possible that there could be errors in the GeoJSON file? It may be hard to know this... ...but I wonder if some parsers are more "forgiving" than others, so perhaps there has been a change here. If a polygon partially renders, then the map locks up, it sounds possible that the code is encountering an error in the polygon. Does your file only contain one polygon, and do you only have the issue with this particular polygon?
Dec ’21
Reply to MacBook Pro M1 2020 Model with part number MYD82HN/A
The MacBook arrived dead... You would normally expect a new MacBook to have some charge in the battery. However, it is not impossible for one to arrive with a flat battery, and need charging. If it charged up okay, and now works correctly from the battery, then I would not worry. The part number... MYD82HN/A The page you link to, "Identify your MacBook Pro model", shows: Part Numbers: MYD83xx/A, MYD92xx/A, MYDA2xx/A, MYDC2xx/A From the Apple Menu, select "About This Mac", then "System Report"... You should see something like: You can use the Serial Number to check your MacBook, on this page: https://checkcoverage.apple.com/gb/en/;jsessionid=node01o4ua0xnvvwgv16a1o8styskf02159173.node0
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’21
Reply to if user tap update, does App Store update users app with the latest update?
When the user taps "update" they will get the latest version from the App Store. They could (in theory) be updating to the latest version from any previous version. You need to handle all such cases. As you suggest, this can be a problem if you change the way User Defaults are handled, between versions. One strategy is to examine User Defaults on app launch, and update it's format, if required. (You can also, for example, save the app version in User Defaults, to make this process easier.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’21
Reply to xcode preferences components tab blank...
I agree, this doesn't look as expected. But I can still choose to run an iOS app on a range of Simulators. I see: Xcode 13.2.1 (13C100) Interestingly, the same issue was reported here on the forum, for Xcode 9.3.1. That led to a bug report being submitted, and the issue eventually went away. https://developer.apple.com/forums/thread/102783
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
If the app has been backgrounded for about an hour, then it is reactivated... It might still be in memory, so it will "resume" operation It might have been removed from memory, so it will "relaunch" The first step in your diagnosis is to distinguish between those two cases. Other thoughts: Are you saving state when the app is backgrounded? Are you restoring state on foregrounding? Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else?
Dec ’21
Reply to How to turn off the camera of an IOS device via SwiftUI
No, there is no way to do this on iOS.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to MapKit Rendering MKPolygon from geoJson stopped working
Is it possible that there could be errors in the GeoJSON file? It may be hard to know this... ...but I wonder if some parsers are more "forgiving" than others, so perhaps there has been a change here. If a polygon partially renders, then the map locks up, it sounds possible that the code is encountering an error in the polygon. Does your file only contain one polygon, and do you only have the issue with this particular polygon?
Replies
Boosts
Views
Activity
Dec ’21
Reply to HELP ME ASAP
Did you mean "Please help me asap"?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Sign in with Apple is not available
In Xcode, from your apps TARGET, go to the "Signing &Capabilities" tab... Add the Capability "Sign in with Apple"
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to MacBook Pro M1 2020 Model with part number MYD82HN/A
The MacBook arrived dead... You would normally expect a new MacBook to have some charge in the battery. However, it is not impossible for one to arrive with a flat battery, and need charging. If it charged up okay, and now works correctly from the battery, then I would not worry. The part number... MYD82HN/A The page you link to, "Identify your MacBook Pro model", shows: Part Numbers: MYD83xx/A, MYD92xx/A, MYDA2xx/A, MYDC2xx/A From the Apple Menu, select "About This Mac", then "System Report"... You should see something like: You can use the Serial Number to check your MacBook, on this page: https://checkcoverage.apple.com/gb/en/;jsessionid=node01o4ua0xnvvwgv16a1o8styskf02159173.node0
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to if user tap update, does App Store update users app with the latest update?
When the user taps "update" they will get the latest version from the App Store. They could (in theory) be updating to the latest version from any previous version. You need to handle all such cases. As you suggest, this can be a problem if you change the way User Defaults are handled, between versions. One strategy is to examine User Defaults on app launch, and update it's format, if required. (You can also, for example, save the app version in User Defaults, to make this process easier.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to xcode preferences components tab blank...
I agree, this doesn't look as expected. But I can still choose to run an iOS app on a range of Simulators. I see: Xcode 13.2.1 (13C100) Interestingly, the same issue was reported here on the forum, for Xcode 9.3.1. That led to a bug report being submitted, and the issue eventually went away. https://developer.apple.com/forums/thread/102783
Replies
Boosts
Views
Activity
Dec ’21
Reply to All items in Project navigator in Xcode 13.1 black
Screenshot?
Replies
Boosts
Views
Activity
Dec ’21
Reply to Where is my DerivedData folder for Xcode
You can choose the location of the Derived Data folder. Xcode > Preferences > Locations > Derived Data The "Default" location is in the user's Library folder (which is a hidden folder, of course).
Replies
Boosts
Views
Activity
Dec ’21
Reply to iOS 15 app ui keep breaking after few hour kept in background
If the app has been backgrounded for about an hour, then it is reactivated... It might still be in memory, so it will "resume" operation It might have been removed from memory, so it will "relaunch" The first step in your diagnosis is to distinguish between those two cases. Other thoughts: Are you saving state when the app is backgrounded? Are you restoring state on foregrounding? Is what you call the "SplashScreen" actually the Launch Screen, that shows when the app is Launched, or is it something else?
Replies
Boosts
Views
Activity
Dec ’21
Reply to Office 365 Backup Tool
Reported as Spam
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to provide a rich text WYSIWYG to user?
Not WYSIWYG as such, but you could look at using Markdown in Text views.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13.2 and Github - No Packages listed
The App Store Xcode 13.2 has a serious issue with Swift Packages. Xcode 13.2.1 is now available, which should fix the issue.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Heads-up: Xcode 13.2 takes a super-long time to install.
Xcode 13.2.1 is now available on the App Store, fixing the Swift Package issue.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Swift Playgrounds 4 - Adding Packages
If you are serious about app development, you probably want to use Xcode rather than Playgrounds. ("Playgrounds"... the clue is in the name!)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21