Reputation: 141
I am developing a React-Native application, which has both an Android and iOS version.
When working in Xcode, I have had several errors, which included duplicated files and Mach-O Linker errors.
Right now I'm struggling with the following error.
This is the complete log with the error.
I also append some screenshots of my configuration.
Upvotes: 1
Views: 2561
Reputation: 1011
It's a bit hard to deduce the problem with the given info (I appreciate you have tried to give a lot info but even still the error is so vague, it can be caused by multitudes of things)
If I were you, I would do the following
buildMyIosApp
for example)buildMyIosApp
through xcode works)react
and react-native
versions on buildMyIosApp
to be the same as your projectbuildMyIosApp
buildMyIosApp
to your projectHopefully you would be able to find the issue that way.
Upvotes: 1