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

Ios does not add .plist intries when android platform is present #362

Closed
Remco75 opened this issue Aug 28, 2017 · 2 comments
Closed

Ios does not add .plist intries when android platform is present #362

Remco75 opened this issue Aug 28, 2017 · 2 comments

Comments

@Remco75
Copy link

Remco75 commented Aug 28, 2017

Using Ionic 2, when installing the plugin, When the android platform is present for ios the proper values are not added to the entitlements / plist file.

When I remove android platform, remove the plugin, re-add the plugin ios works.

@ethanneff
Copy link
Contributor

Hello Remco,

Good find! I was able to reproduce your issue with the following steps:

  1. Create app
    npm install -g cordova ionic;
    ionic start t6 tabs;
    cd t6;
    
  2. Integrate Branch (docs)
  3. Build app
    rm -rf plugins;
    rm -rf platforms;
    ionic cordova platform add android;
    ionic cordova platform add ios;
    ionic cordova run ios --device;
    

I think this issue started happening about 3 months ago with #334, which is pretty scary. I am going to revert this pull request, yet keep the same hooks so the Branch SDK will with multiple platforms as well as yarn cordova:reset.

Please update your Branch SDK to 2.6.9.

Thanks,

@Remco75
Copy link
Author

Remco75 commented Aug 28, 2017

Ok, thnx for the swift action! Will try the new version tomorrow and will post back.

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