Posts

Post marked as solved
3 Replies
0 Views
First, make sure you have updated to macOS Monterey (version 12.3.1), then update to Xcode 13.3.1. This is a lengthy is process, so make sure you are not in the middle of something when you start these updates.
Post not yet marked as solved
1 Replies
0 Views
Replied In Editing photos
I am writing an app in Xcode 9 and Swift 4 which allows a user to take a photo with their device camera or to select a photo from their image library. I have the permissions allowed in the plist file so the user has access to the camera and the photo library, however, they cannot edit the photos from within the app, though they can take an image with the device camera outside of the app and edit it as well as grab a photo from the photo library outside of the app and edit it. I have searched far and wide , in StackOverflow, the developers forums, youtube, and generalized Google searches without finding anything. Any suggestions would be greatly appreciated. Thanks !Tom