GabrielAguilera / RoomEase

EECS 441 - W16 Project
1 stars 0 forks source link

User Profile Image Logs Error #19

Open GabrielAguilera opened 8 years ago

GabrielAguilera commented 8 years ago

Currently, the userProfileImageUrl is initialized to "" which I suspect results in the below error being printed to the console.

2016-04-05 16:40:06.885 RoomEase[4995:966818] CUICatalog: Invalid asset name supplied: 2016-04-05 16:40:06.887 RoomEase[4995:966818] Could not load the "" image referenced from a nib in the bundle with identifier "roomEase.RoomEase"

The picture does load but it would be nice to find out why this is happening. Not too urgent.