-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Apple Match-O Linker Error when building on iOS #388
Comments
In Link Binary with Library, try removing the -tvOS.a file. Thats what I did and got it to build |
I am having this same issue. @alexwasner can you be a little bit more specific on your solution? I don't understand... THX! |
@ansierras in the build phases of your project, open Link Binary With Libraries, select libRNSVG-tvOS.a and click - to remove it. |
Perfect. This solved the problem for me! :D |
duplicated with: #387 |
Undefined symbols for architecture x86_64: I don't have -tvOS.a file in the binary list, so how i can resolve this error ? |
while building react-native project in xcode following errors are occured, clang: error: no such file or directory: '/Users/pradeepkrish/Library/Developer/Xcode/DerivedData/projectname-bcvkbiqlzwpsqadbqmrlcqgqzvzz/Build/Intermediates.noindex/projectname.build/Debug-iphonesimulator/InnovaZones.build/Objects-normal/x86_64/projectname_lto.o' clang: error: no such file or directory: '2' how can i solve this.Any suggestion? |
@OssamaZ I am not having any libRNSVG-tvOS.a in the link library. I am having libRNSVG.a only. Any help? |
After running the followings commands:
The xcode projects throws an "Apple Match-O Linker Error" error message.
My package.json uses:
The problem appears when using react-native link for the react-native-svg folder, I can build when I unlink that very same folder.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: