-
Notifications
You must be signed in to change notification settings - Fork 10
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
framework not found Metal for architecture armv7 #2
Comments
if you remove |
Yes, removing the -ObjC flag makes the error to disappear, but then if the SahreBunch.cs script is loaded in the project a runntime error is generated at the call: libc++abi.dylib: terminating with uncauht exception of type NSException |
ok, let's try the following:
We just apply the same rules, but for only library, not globally. I hope it will help. |
Thanks for your answer. With the flag -force_load "$(SRCROOT)/Libraries/libShareBunch.a" |
@livingbeams, have you managed to solve the issue? |
No, I couldn't find out how to solve it |
I get this linker error trying to build a project in Xcode 5.1.1
I've tryed the indications in:
http://www.appsee.com/blog/dev/xcode-new-link-frameworks-automatically-fix-framework-not-found-metal-for-architecture-armv7
Disabling the option "Link Framworks Automatically" doesn't remove the linker error.
I've also tryied to enable the "Enable Modules (C and Objective-C)" option, as indicated in another article, but it neither works.
The text was updated successfully, but these errors were encountered: