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

Xcode project won't build RE: ld: library not found for -lassimp-fat #114

Open
bhartsb1 opened this issue Aug 7, 2019 · 2 comments
Open

Comments

@bhartsb1
Copy link

bhartsb1 commented Aug 7, 2019

I load the workspace in Xcode 10.2.1 and attempt to build:

Yields Error:
ld: library not found for -lassimp-fat

Noted that there seems to be the following missing static libs:

libIrrXML.a
libIrrXML-fat.a
libassimp-fat.a
libassimp.a

I cloned and built assimp at the terminal. It produced:

libassimp.a
libIrrXML.a

but didn't produce the multi-architecture -fat versions.

If I remove the others and add the non fat versions I get:

ld: library not found for -lassimp

@anton-plebanovich
Copy link
Contributor

Check that you have 7z installed
https://github.com/dmsurti/AssimpKit#installation-with-carthage-ios-100-macos-1011

and that you have the latest master because otherwise you might have the issue with spaces in a path to a project #100.

@vgruiz
Copy link

vgruiz commented Nov 6, 2019

I got "ld: library not found for -lassimp". Not sure if my solution is relevant at all but my issue was having a space in one of the directory names. Once I corrected that it built correctly.

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