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

SDK build fails at submodules/linphone #24

Open
MrAndrewAu opened this issue Dec 6, 2018 · 0 comments
Open

SDK build fails at submodules/linphone #24

MrAndrewAu opened this issue Dec 6, 2018 · 0 comments

Comments

@MrAndrewAu
Copy link

Currently trying to build the Xamarin SDK on Mac OS, because the nightly build doesn't work as mentioned by others in Issue #21. I've followed the linphone SDK to setup the development environment. When the build reaches submodules/linphone, I get the following error:

clang: error: invalid argument '-mmacosx-version-min=10.13' not allowed with '-miphoneos-version-min=8.0'

People suggest removing the '-mmacosx-version-min=x.x' flag altogether. Doing that gets me further ahead, but then I end up with hundreds of these errors:

/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:145:5: error: 'CSSM_GUID' is unavailable: not available on iOS

/System/Library/Frameworks/Security.framework/Headers/cssmtype.h:146:5: error: 'CSSM_VERSION' is unavailable: not available on iOS

...

Any help would be greatly appreciated it.

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

1 participant