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

Building with Xcode 10 fails with "Command MergeSwiftModule failed with a nonzero exit code" #64

Open
leisurehound opened this issue Sep 24, 2018 · 4 comments

Comments

@leisurehound
Copy link

Upgrading a swift project to Xcode 10 with CSV as a submodule dependency fails to compile with an error message of:

Command MergeSwiftModule failed with a nonzero exit code

I'll investigate and see if I can get a pull request together, but in case you move faster than me raising the issue here.

@leisurehound
Copy link
Author

csvscreen

@paulsUsername
Copy link

Getting the same

@paulsUsername
Copy link

I have a solution:

The reason why it is happening is that at line 105 in the Pods-Get the KM Markers from a Polyline-frameworks.sh, it is requesting a variable EXPANDED_CODE_SIGN_IDENTITY. While beforehand that could be initiated there, now it needs a variable created. Simply add this line to create that variable in the file:

EXPANDED_CODE_SIGN_IDENTITY=''

@hslightnin
Copy link

Clean the build folder cleared this for me

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

3 participants