Reputation: 594
I'm hoping someone can give me a suggestion that helps.
I am updating an app I developed for my company 2 years ago, the issue is that almost all of the images in the assets folder do not show on screen when the app is launched manually by a user. When I run the app through XCode all my images appear normally, whereas when I tap on the app from the home screen most of the images do not load. The UI is still set and you can click on buttons that have image icons, but there is simply no image there. I am running the latest XCode 12.1 and supporting iOS 12 and up. Ive tried running this on the simulator and on devices running iOS 14, the same issue happens on both.
I have spent several days trying to figure out the problem, and haven't found many references online aside from issues with iOS 7 and with react-native.
Image example:
Home page tab bar when ran from Xcode:
Home page tab bar when ran from user input (it's just empty, but the tab bar items are clickable)
I would appreciate any suggestions that someone can give as this issue has been driving my head in for several days now.
Thank you,
Alan
Upvotes: 2
Views: 1523
Reputation: 594
Update since I cannot delete the question anymore. My issue was with one of the pods I had in the project called Gifu, with iOS 14 a UIImageView extension messed up basically all the Image Views in my project, so if someone is also having this issue a suggestion is to go through any of your pods that affect your images and see if any issues have arisen with them, they probably would've been listed in the issues on the pods github page.
Upvotes: 2
Reputation: 118
I am really sorry for posting it as an answer but I am new to stackOverFlow:) I still don't have enough reputation to comment but really want to help you!
Have you tried setting rendering setting as Template?
Upvotes: 2