Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps does not load white screen #60

Closed
an20olives opened this issue Mar 31, 2020 · 7 comments
Closed

Maps does not load white screen #60

an20olives opened this issue Mar 31, 2020 · 7 comments

Comments

@an20olives
Copy link

Currently running into issues with the maps screen not loading it just appears white.

@mhdhejazi
Copy link
Owner

Could you add a screenshot and more info about the environment (Xcode version, OS version, Device)?

@an20olives
Copy link
Author

Sure, its an iPhone 11 Pro Max on iOS 13.3. What occurs is this https://imgur.com/gallery/GbA6QKI
Xcode version is 11.4

@mhdhejazi
Copy link
Owner

I don't have iPhone 11 Pro Max, but the app works very well on the simulator. I'm not able to reproduce this issue so I can't figure out what's wrong.

@NaviStorm
Copy link

Hello,

Yes I have the same problem on iPhone 11 Max Pro (13.3.1). I think who need to install 13.4.

The problem is due to the package disk (code signature invalid)

Reason: no suitable image found.  Did find:   
	/private/var/containers/Bundle/Application/CCAEF2C6-E029-4B8C-A0FA-320F84893F34/Corona Tracker.app/Frameworks/Disk.framework/Disk: code signature invalid for '/private/var/containers/Bundle/Application/CCAEF2C6-E029-4B8C-A0FA-320F84893F34/Corona Tracker.app/Frameworks/Disk.framework/Disk'

@jsf030
Copy link
Contributor

jsf030 commented Mar 31, 2020

Cheers!
https://stackoverflow.com/a/60090629

@mhdhejazi
Copy link
Owner

So from the above link:

You can:

  1. Use a non-Personal Team provisioning profile (paid developer account).
  2. Test on a real iOS device running 13.3 or lower.
  3. Wait for iOS 13.4 to be released.

If you can't upgrade to 13.4, the only remaining solution is to:

  1. Remove the widget target from the project.
  2. Change the location of Disk and CSV.swift packages to their original sources (Remove and add again):

image

@mhdhejazi mhdhejazi mentioned this issue Apr 1, 2020
@mhdhejazi
Copy link
Owner

Another possible solution is mentioned here: #59 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants