This issue has since been fixed
Post
Replies
Boosts
Views
Activity
Try going to Xcode > Settings and then go to the account section. It largely depends on what tier you have though.
Update: The problem has been solved. I had to remove the segue connection between my SignUpViewCOntroller and a view controller
I haven't been able to find out which is returning nil. Whenever I run the code and look at the Debug navigator it says the following for the line that the error appears in:
"closure #1 in loadTextures()" "loadTextures() [inlined]"
I haven't been able to find out which is returning nil. Whenever I run the code and look at the Debug navigator it says the following for the line that the error appears in:
"closure #1 in loadTextures()"
"loadTextures() [inlined]"
As far as I know, Apple has stopped allowing ios users to downgrade to older softwares after I believe ios (or in this case IPADOS ) 12 or 13. Is the recipe app one you developed yourself of a app you downloaded off the app store?
I get the error at the following lines in UIImage+Bitmap.swift
bytes: bitmap.pixels, count: bitmap.height * bytesPerRow
and
height: bitmap.height,