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

Duplicate URL Types in Xcode #5

Open
frey1esm opened this issue Sep 4, 2015 · 2 comments
Open

Duplicate URL Types in Xcode #5

frey1esm opened this issue Sep 4, 2015 · 2 comments

Comments

@frey1esm
Copy link

frey1esm commented Sep 4, 2015

I am using the plugin in an Ionic / Angular project. Each time I build for ios via:

$ ionic build ios

...Xcode adds a duplicate URL Type in Xcode (Info --> Url Types)

I currently have 248 URL Types !

@timflapper
Copy link
Owner

@frey1esm, This is a known issue with Cordova. At first my code included a (quite hacky) fix for this but it would also clean out any other URL types already in the project so I decided to remove it. You can check if updating your version of Cordova / Ionic might resolve the issue.

@frey1esm
Copy link
Author

One thing of note. When the new URL Type is created, the "URL Schemes" is populated with "{{URL_SCHEME}}"

Is that the correct setting, or should it be "myapp-spotify" which is the URL Scheme that I entered when I installed your plugin???

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

2 participants