Post not yet marked as solved
Hi!I tried to install new patch 10.14.6 on my MacBook Pro ( Mid 2015, 15'' ).History: At the end of update I saw question mark folder. I looked up in Internet and saw solution in rebooting and login in into recovery mode. I did it and at the next restart Installer GUI showed error: "Function not implemented." I open Logs and looked for this error. OSInstallElement entry showed this error. Also I observed errors that "vm cannot be placed at path: disk is readonly".My next steps in Recovery.1. Set bootable device - error: "bless cannot be done on this disk".2. Try to Recover from Time Machine - just error after I chose destination partition to restore.3. Try to Reinstall OS - I can't choose any device, because they are greyed and GUI suggest to choose another device.4. Try to Erase this SDD in Disk Utility - error: fsdk_apfs /dev/disk1_2 - Permission Denied. Error 66.I brought this MacBook Pro to service center. After couple of days they responded that SSD has NOT original connnection port and failed to install new patch. However, other tests passed.What should I do in this situation?Could I somehow restore functionality of this SSD even with downgrade to 10.14.5?Service center suggests to replace my SSD ( 1 TB ) by original one. It is so expensive. I would like to know alternative solutions.Thanks!
Post not yet marked as solved
Hi!I would like to make multi-line textField.Is it possible right now?Thanks!
Post not yet marked as solved
Hi!I suppose that this post should have informal title "Can email be the same".However, let's start a post.As I understand roles in App Store connects, they can be divided into two categories: External roles ( testers/beta testers ) and Intenral ( or team ) roles.I am looking through all roles but I can't find appropriate role for a member. So, i decided to put him in tester.But it takes too long to get application ready for beta-testers - Apple must confirm that this application isn't a malware/spyware/spiderware/kittenware etc.Which choices have I now?1. Invite a person as a team member ( and choose role that is similar to tester ).2. Invite a person as a tester ( via direct invite or via public link ).And also I have consequences for each choice.1. If a person is a team member, I would like to restrict its permissions to tester and someday I want to move it in testers group.2. If a person is a tester, I would like to allow him other actions and maybe invite him to a team member.All of these choices and consequences have one common treat:Apple doesn't like the same emails.So, in a nutshell, which actions will person do in each transferring and what is happening with its' email ( can it be the same ).// Can email be the same?1. Tester by email invitation -> Team member.2. Tester by public link -> Team member.3. Team member -> Tester by email invitation.
Post not yet marked as solved
Hi!I have found that I didn't handle event willRestore properly for peripheral manager.1. peripheral manager is instantiated with isAdvertising equal false.2. willRestore event appears.3. No action for it, I do not want to set any information from dictionary ( should I? )4. After willRestore completed I have fully instantiated peripheral manager with isAdvertising equal true.So...I am bit confused because didStartAdvertising event don't come after willRestore completed.Also, should I skip all information in dictionary in willRestore? I have "general workflow" where service and advertising dictionary are delivered to peripheral manager at setup. At the end of this workflow, of course, startAdvertising is called with advertising dictionary.Should I somehow add service (save locally) and start advertising (save advertisingDictionary locally) in willRestore event?