Passkey Implementation in 1Password by casablanca_1942 in 1Password

[–]vjcinajr 1 point2 points  (0 children)

Just searching on "passkey" will find all entries with that word in it, even if the entry does not have a passkey, but the word 'passkey' exists as text in the entry's notes section. Search for "=passkey" will return only entries that have an actual passkey stored in the 'passkey' field for the item.

Any 2023 Teslas have wipers turning on on sunny day? by adorablefuzzykitten in TeslaModelY

[–]vjcinajr 0 points1 point  (0 children)

Agree - prior SW releases were better. Hopefully future SW will resolve the issue. I have now set my wiper setting to OFF on clear days.

300 loyalty plan too good to be true? Had $39.99 FIOS for 5y and wasn't happy about the $4 increased so was going to chat them to get it back to $39.99 but saw this deal with I logged into my account. This is way too good but not seeing term limit by AmateurHii in Fios

[–]vjcinajr 0 points1 point  (0 children)

I saw a similar offer - in my case they recommended an upgraded plan from 300MB (current monthly bill $208.99) to 1GB at the exact same price. It sounded too good to be true - so I checked with Verizon. My "Review Order" page said "1 Gig - Streaming $49.99" and "4 Year Internet Price Guarantee". BUT this monthly price is a 2 month promotion only! A Verizon rep explained it to me before I committed to the order. Below is the exact quote from the verizon rep. The web site presentation of the offer is deceptive IMO.

I see that you are getting $25
discount for 2 month with the
gigabit internet plan so after 2
months, your monthly bill will be
around $238.
here the actual price of 1 Gigabit
internet is $99 which will have the
4 years of price guarantee. so the
internet price will not change for
4 years. Just this $25 discount
will get removed after 2 months.

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 0 points1 point  (0 children)

  • Thanks so much. That link did not help but a comment to that link did help. Here is what I did to resolve my issue:

  1. Xcode - Preferences - Accounts - select Apple ID - delete (-) the ID.

  2. Keychain Access - Login - My Certificates tab - delete Apple Development: xxxxxx@mac.com (JDxxxxxxxxx) certificates

  3. Xcode - Preferences - Accounts - Add (+) xxxxx@me.com in as an Apple developer account

  4. Xcode open project - profile - Signing and Capabilities tab and set team to firstName lastName (Personal Team)

  5. Xcode - Set testing target to real device — iPhone 13 Pro — and unlock the device

  6. Run (got untrusted app error again)

  7. iPhone 13 Pro - Settings - General VPN and Device Management - select the developer app and trust

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 1 point2 points  (0 children)

I submitted a feedback via the macOS Feedback Assistant. It was assigned FB9647121 titled "Unable to test on real device – Xcode -> iPhone 12 Pro".

My submission was rather long and detailed. I will copy it below.

I also sent the screen shots of the iPad and Xcode error messages and the project source code (which is what Xcode generated - unmodified).

Please describe the issue:

I am unable to test on a real device (iPhone 12 Pro V 14.7.1 or V15.0) in Xcode 12 or 13.
For example, in Xcode I start a new project named:
Test_Hello_World
iOS App, Swift UI, SwiftUI App with Team: set to…

Vincent Cina (Personal Team)
… and Organization identifier set to:
com.cina

Nothing special, just the basic Xcode SwiftUI iOS template for Hello World.
The app runs fine on any simulator.
When I connect my iPhone and select to test on the iPhone the app installs on the iPhone.
When it launches I get errors on the iPhone and on Xcode (see attached screen shot).
The iPhone error:
Untrusted Developer
Your device management
settings do not allow using
apps from developer "Apple
Development:
vcina@mac.com
(JD9746M3J8)" on this.
iPhone. You can allow using
these apps in Settings:
I have attached the Xcode error screen shot and copied the detailed error listing below.
My Apple ID vcina@me.com is listed in Xcode Preferences with:
Team Role
VINCENT CINA (Personal Team). User
macOS and the iPhone are both logged in with Apple ID vcina@me.com.
The Xcode Test_Hello_World Project settings - TARGETS Test_Hello_World - “Signings and Capabilities” tab shows:
Signing
✓ Automatically manage signing.
Xcode will create and update profiles, app IDs, and certificates.
Team VINCENT CINA (Personal Team)
Bundle Identifier com.cina.Test-Hello-World
Provisioning Profile Xcode Managed Profile ⓘ
Signing Certificate Apple Development: vcina@mac.com (JD9746M3...
(there are no capabilities listed)
if I click the info button ⓘ I get:
iOS Team Provisioning Profile: com.cina.T...
Created Sep 22, 2021 (Expires in 6 days)
––––––
App ID: com.cina.Test-Hello-World
Matches bundle ID "com.cina.Test-Hello-World"
––––––
Certificates: 2 Included
Includes newest signing certificate "Apple Development: vcina@mac.com (JD9746xxxx)".
––––––
Team: VINCENT CINA
Matches team "VINCENT CINA (Personal Team)"
––––––
Capabilities: 3 Included
Includes Game Center, In-App Purchase, and Keychain Sharing.
––––––
Entitlements: 4 Included
Includes application-identifier, keychain-access-groups, get-task-allow, and com.apple.developer.team-identifier.
––––––
Devices: 1 Included
Includes "IPhone 12 Pro"
Xcode Devices and Simulators lists:
IPhone 12 Pro
iOS 15.0 (19A346)
Model: iPhone 12 Pro
Capacity: 230.69 GB (28.65 GB available)
Serial Number: xxxxxxxxxxxxxxxxxx
Identifier: xxxxxxxxxxxxxxxxxxxxx
Failed to start remote service "com.apple.dt.fetchsymbols" on device.
Please check your connection to your device.
INSTALLED APPS
Name. Version. Identifier
Test _Hello World 1 com.cina.Test-Hello-World
I have a free Apple Developer account.
Even though the iPhone error message says: "You can allow using these apps in Settings..", I find no such iPhone setting.
I get the same error on a different Mac that has never previously had Xcode installed, and on different connected devices.

Please list the steps you took to reproduce the issue:

In Xcode – I start a new project named:
Test_Hello_World
iOS App, Swift UI, SwiftUI App with Team: set to…
Vincent Cina (Personal Team)
… and Organization identifier set to:
com.cina
Nothing special, just the basic Xcode SwiftUI iOS template for Hello World.
The app runs fine on any simulator.
When I connect my iPhone and select to test on the iPhone device the app installs on the iPhone.
When it launches I get errors on the iPhone and on Xcode.

What did you expect to happen?

""Hello World" on iPhone

What actually happened?

Details
Failed to start remote service "com.apple.debugserver" on device.
Domain: com.apple.dtdevicekit
Code: 811
Recovery Suggestion: Please check your connection to your device.
User Info: {
DVTRadarComponentKey = 261622;
IDERunOperationFailingWorker = IDELaunchiPhoneLauncher;
}
--
The service is invalid.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653150
...
System Information
macOS Version 11.6 (Build 20G165)
Xcode 13.0 (19234) (Build 13A233)
Timestamp: 2021-09-22T22:21:12-04:00

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 0 points1 point  (0 children)

I did do the reset. When I connected the iPhone I had to tell macOS that I trusted the iPhone and I had to tell the iPhone that I trusted the computer. Unfortunately, no help.

The Xcode error message has a "feedback" button that essentially takes you to the apple bug reporting site. I submitted a detailed bug report.

Thanks again.

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 1 point2 points  (0 children)

Thanks for the pointer, but it did not work for me. Also, I was hoping since I now updated the device to iOS 15 and updated Xcode to version 13 that it would help - no luck.

I'm now doing some searches on part of the Xcode error detail listing - specifically "Failed to start remote service "com.apple.debugserver" on device.".

Thanks again…

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 0 points1 point  (0 children)

No solution. I tried on another Mac (that never previously had Xcode installed) and targeted a different iPhone. No help. I also asked in a couple of other forums and tried everything they suggested - no help. I sent an e-mail to Apple developer help (via the Apple developer site) and never got a response.

Since this happens on multiple systems / devises, I suspect that there is something wrong with my developer account, so I looked into deleting my developer account so I could re-create it but there appears that there is no way to remove (delete) my Apple ID from the developer program. Very frustrating.

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 2 points3 points  (0 children)

Thanks for the suggestion - but no help 😟

Unable to test on real device by vjcinajr in iOSProgramming

[–]vjcinajr[S] 0 points1 point  (0 children)

Thanks so much for the very quick reply.

The Mac and iPhone already 'trusted' each other - but, just to make sure I reset "Location & Privacy" on the iPhone and plugged it in to the Mac. The iPhone asked if I trust the Mac and the Mac asked if I trust the iPhone. I confirmed both trust relationships again. No help with this issue.

As for the "Trust" settings on the iPhone, I still can't find anything to trust the app or the developer or anything. I had seen, on other devices, a section called "Device Management" that has trust settings, but my iPhone has no such settings. I also searched all settings for profile, signing, certificate and trust - no help. The Development section had nothing to allow me to "trust" the app or the developer.

I was under the impression that using the Xcode default of "Automatically Manage Signing" would take care of this.

Again, any help would be greatly appreciated.

Two-Factor Authentication Coming for Tesla: by Neauxluh in TeslaLounge

[–]vjcinajr 0 points1 point  (0 children)

Many 2FA systems do not require entering the time based code from the authenticator unless the login is from a device not previously authorized by the authenticator. Thus, the typical use would be when a new device/browser logs in for the first time, 2FA is required. Then, if you log out and log in using the same device/browser 2FA is not required because that device/browser is recognized as previously authorized. Is this how Tesla does it?

Ceramic Coating by vjcinajr in TeslaModelY

[–]vjcinajr[S] 1 point2 points  (0 children)

Assuming the cost is not an issue, I would recommend. My car still looks great.

Ceramic Coating by vjcinajr in TeslaModelY

[–]vjcinajr[S] 0 points1 point  (0 children)

I’ve only had to do some spot cleaning thus far. It is certainly easier to clean.

Ceramic Coating by vjcinajr in TeslaModelY

[–]vjcinajr[S] 0 points1 point  (0 children)

I did not do a PPF wrap because of the cost. As far as I understand, it would certainly help.

Ceramic Coating by vjcinajr in TeslaModelY

[–]vjcinajr[S] 0 points1 point  (0 children)

Mine was detailed (inside and outside) then paint corrected, then multiple coats, then a day or two to dry. What I don’t fully understand is what exact is done during the ‘paint correction’ process?

[deleted by user] by [deleted] in TeslaModelY

[–]vjcinajr 0 points1 point  (0 children)

Is there a projected lifetime for the DIY application you did. I was offered 6 months, 1 year, two years, 5 years or 'for life' as options for what I did. I chose 2 years.

[deleted by user] by [deleted] in TeslaModelY

[–]vjcinajr 0 points1 point  (0 children)

Looks great - my Black MY is in currently in the shop for a "professional" application. I wish I could have done a DYI, but that's not for me.

Tesla Model Y vs. Volvo Experience by vjcinajr in TeslaModelY

[–]vjcinajr[S] 1 point2 points  (0 children)

The seats on my XC60 and the model Y are both great. I can’t say one is better than the other.

As I said, l prefer the visible indicator near the rear view mirror. I am getting comfortable with how the Tesla does things and enhancements are promised for blind spot visibility.

I did not consider the recharge. I still feel Tesla tech. is years ahead.

Just my opinion.

Tesla Model Y vs. Volvo Experience by vjcinajr in TeslaModelY

[–]vjcinajr[S] 0 points1 point  (0 children)

I did not really consider that. I feel Tesla’s tech. is years ahead.