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

Cannot build on latest Xcode #51

Open
chrisjohnson83 opened this issue Jan 6, 2016 · 6 comments
Open

Cannot build on latest Xcode #51

chrisjohnson83 opened this issue Jan 6, 2016 · 6 comments

Comments

@chrisjohnson83
Copy link

Using 9.2 and latest Xcode but always run into errors regarding libairfloat and a launch storyboard must be provided .. Any tips? does this work on 9.2 on 6s?

@fayep
Copy link

fayep commented Jan 31, 2016

Are you sure it's complaining about that? I just get a warning re: storyboard. What it actually errors on for me is the bit code, which the static libcrypt.a wasn't compiled with, so must be turned off for all parts of the build. If you turn on advanced settings on the build settings page for the library and then search enable bit code, you can turn it off. I was then able to install it.

I forgot that I also set the deployment target to 9.0

@chrisjohnson83
Copy link
Author

just tried disabling bit code on both parts that i was able to but still errors

@fayep
Copy link

fayep commented Jan 31, 2016

airfloatbuild

You did also clone the libairfloat repo?

@chrisjohnson83
Copy link
Author

Don't think so, how would I go about doing that?

@fayep
Copy link

fayep commented Jan 31, 2016

From the terminal I removed the placeholder directory and did git clone https://github.com/trenskow/libairfloat
I also checked and I'm running Xcode 7.2
there might be a better way with SCM in Xcode but I don't know it.

@chrisjohnson83
Copy link
Author

I'm not to great with terminal but after copying that libairfloAt to main airfloat folder into libairfloat folder it finally build. Thanks for help

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