Posts

Post not yet marked as solved
1 Replies
0 Views
Whats also super awesome is that applying fixits automatically actually duplicates the fixit on each line. e.g. var color: CGColor = UIColor.red.CGColor Gives two errors: 'CGColor' has been renamed to 'cgColor' Applying fix all issues turns applies the fix twice resulting in: var color: CGColor = UIColor.red.cgColorcgColor (Submitted as FB9637621)
Post not yet marked as solved
9 Replies
0 Views
I'm struggling with this too. I've almost managed to get it working but the rendered image is incorrect.The NavigationView items bleed over into the below view (i.e. they are correct in the app but the rendered image has the navigation title and barbutton items shifted down and overapping the view just below the navigation view.In addition if I try to capture the whole screen and extract the specific subview, the reported view size is incorrect - i.e. the attached GeomertyReader provides the size of the view however when that size is used, the extracted image also includes a region around the view.
Post not yet marked as solved
1 Replies
0 Views
Found it - system apps have moved to the /System/Application and get seamlessly merged into the /Applications view in Finder
Post not yet marked as solved
32 Replies
0 Views
I think I've resolved this already but if anyone else is having this issue - check your XCode version - you get this error if you are Beta 1. You need to be on Beta 2
Post not yet marked as solved
32 Replies
0 Views
I've just released a sample app demoing passport reading using the iOS 13 CoreNFC apis - supports BAC, SecureMessaging and reads DG1 and DG2 groups.github.com/AndyQ/NFCPassportReaderMay help people get started. Would welcome comments and improvements!
Post not yet marked as solved
32 Replies
0 Views
To get the tag to detect, you need to look for the correct AID (Application Identifier).In Your apps plist file, you need to add: ISO-7816 application identifiers for NFC Tag Reader SessionAnd then add the passport AID which is A000 0002 4710 01 (without the spaces).
Post not yet marked as solved
7 Replies
0 Views
I had problems with both Waze and Apple Maps last night unable to connect to GPS (worked fine in the morning).Ended up toggling off and on Location Enabled which eventually seemed to fix the problem. And was working again this morning.Will see what happens later.
Post not yet marked as solved
11 Replies
0 Views
Siri Shortcuts were working up until Friday morning. Something broke around lunchtime/early afternoon - sadly didn't figure that out until just before the labs shut (was convinced it was me). Even the Chef app stopped working.I also managed to totally break shortcut adding on my device - I deleted the app without deleting the shortcut first which caused something odd to happen in that I could record a new shortcut phrase but it then hung just after recognising it.That magically started working again this morning - the old shortcut suddenly appeared and I was able to delete it and all is good again - success codes still cause the error though!Radars raised!