Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Xcode 8 Warning on build for IOS #93

Closed
jpduckwo opened this issue Oct 21, 2016 · 4 comments
Closed

Xcode 8 Warning on build for IOS #93

jpduckwo opened this issue Oct 21, 2016 · 4 comments

Comments

@jpduckwo
Copy link

The following warnings are now appearing when building with Xcode 8. Using plugin version 1.2.0.

...Plugins/cordova-universal-links-plugin/AppDelegate+CULPlugin.h:15:36: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
...Plugins/cordova-universal-links-plugin/AppDelegate+CULPlugin.h:15:128: Block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
@divyachandraprakash
Copy link

Inspite of these warnings, do universal links work for ios for you(whether you are able to listen to the incoming url?)

@jpduckwo
Copy link
Author

Yes but the way they work in IOS is pretty average, e.g. safari only asks you if you want to open the link in the app, it doesn't automatically just open the app which is what I was expecting.

@nikDemyankov nikDemyankov added this to the v1.2.1 milestone Oct 21, 2016
@nikDemyankov
Copy link
Member

These warnings are not critical, but yeah - I should fix them. But they are not causing the behaviour you are experiencing.

Maybe there is some misconfiguration with apple-app-site-association file? Check this documentation, mainly - Creating and Uploading the Association File section. You can try to put it in https://<domain>/.well-known/apple-app-site-association.

nikDemyankov added a commit that referenced this issue Oct 21, 2016
@nikDemyankov
Copy link
Member

Released v.1.2.1. Closing this one, since it's about warnings in build process. For other problems, please, create a separate issue.

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

No branches or pull requests

3 participants