-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crashes on iOS #3
Comments
You have just comment this line : if (url == null) return null; when xcode
shows errors, and it works
2018-02-16 13:46 GMT+01:00 Victor Wallander <notifications@github.com>:
… Andriod works fine but carshes on iOS.
And xcode gives error on :
NowPlayingInfoCenter.uno:62
[Foreign(Language.ObjC)]
static ObjC.Object CreateArtworkFromUrl(string url)
@{
if (url == null) return null;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD7PC1csmpXKL2KXCrXcclBGi3wIu_3Tks5tVXicgaJpZM4SISKh>
.
|
@ikalangita or you change from null to NULL as it should be |
Yes, and the best way is to change it from fuse not inside xcode
2018-02-17 10:06 GMT+01:00 Victor Wallander <notifications@github.com>:
… @ikalangita <https://github.com/ikalangita> or you change from null to
NULL as it should be
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD7PC2kdkNNtLaDCBC7yXyqFFkxIu-Zqks5tVpaJgaJpZM4SISKh>
.
|
But It seems not to be working to change it to NULL in Fuse? |
Don't know, i just commented this line
2018-02-17 12:27 GMT+01:00 Victor Wallander <notifications@github.com>:
… But It seems not to be working to change it to NULL in Fuse?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD7PC3-m9NFxwylN0M6j0UoyFm8mDMo8ks5tVresgaJpZM4SISKh>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Andriod works fine but carshes on iOS.
And xcode gives error on :
NowPlayingInfoCenter.uno:62
[Foreign(Language.ObjC)]
static ObjC.Object CreateArtworkFromUrl(string url)
@{
if (url == null) return null;
The text was updated successfully, but these errors were encountered: