-
Notifications
You must be signed in to change notification settings - Fork 145
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
Associated domain capabilities not copied to Xcode #333
Comments
Hello Ravi, Right now our hooks to generate the Associated Domain are on A little forewarning, it will probably be a week before I can get this implemented as I'm limited on bandwidth as I'm the moment. Thanks, |
I was able to replicate this bug using below steps:- Cordova version: 6.5.0 Create new cordova project Add iOS platform Add branch plugin i.e copy below to config.xml
Now to replicate blank slate env or new machine setup
Now open xcode project and check the capabilities section
|
I merged @harshabonthu's pull request. @imrvshah can you please update Branch to the latest SDK version to fix this issue? Thanks, |
Hi,
When I do
cordova prepare
oryarn cordova:reset
orionic reset state
does not copy the links to Associated Domains but when I doionic build ios
it does copy links.So, can we copy that when we do
yarn cordova:reset
?The text was updated successfully, but these errors were encountered: