Post

Replies

Boosts

Views

Activity

Reply to Can't Create Storyboard Outlet
This problem is solved. I first corrected all outstanding syntax errors in the project. Then I right clicked on each user interface object in the screen, and in the black dialog that appears deleted all erroneous linkages to functions in the screen's controlling file that no longer exist. Each linkage has a little x icon in its upper right corner to do this with. There was also an out of date function name that happened because I had neglected to use refactor to rename it. So in the Assistant text edited (did NOT use the refactor function) to rename that function to the out of date name, and then used refactor to change that name to the currently intended name.
Jul ’23
Reply to PHAssetChangeRequest.creationRequestForAsset() Crashes
This problem is solved. I finally noticed I was getting the message that the application crashed because I did not have in my P-List the right key to give the user the reason why the app needs to access the Photo Library. I thought the key: "Privacy - Camera Usage Description" was sufficient. After adding also the keys: "Privacy - Photo Library Usage Description", and for good measure "Privacy - Photo Library Additions Usage Description", the app no longer crashed.
Jul ’23