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 Plugin Not compiling #8

Closed
yuukan opened this issue Jun 30, 2017 · 1 comment
Closed

IOS Plugin Not compiling #8

yuukan opened this issue Jun 30, 2017 · 1 comment

Comments

@yuukan
Copy link

yuukan commented Jun 30, 2017

Just noticed that with the master plugin it won't compile on Xcode.
And the issue is that on the "Indoor Atlas Framework" inside Plugins>cordova-plugin-indooratlas>src>ios>IndoorAtlas2.4, if you open it on the finder you will find that you have this sub-menu structure: Versions>2.4.1-66>"Needed files", when I compile it it will give me an error.

Then I moved the files outside of the Versions>2.4.1-66 folder and it compiled correctly.

Let me know if I didn't explained correctly or if you need more info

@toninopanen
Copy link
Contributor

Thanks for the information @yuukan
It seems like Cordova doesn't fetch the symbolic links anymore, to bypass this problem please use --nofetch flag when adding IndoorAtlas Plugin.

cordova plugin add --nofetch https://github.com/IndoorAtlas/cordova-plugin.git

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