One day I was compiling a project and I found the error messages that I show above, inmediately I went to my IOS Project Options and I saw my configuration was perfectly set. And the error table were indicating that I was just missing this. 🙁
But Surprise!! It was very easy to fix!!! 😀 , I just needed to update my XCODE from 9 version onwards , but pay attention to it, if you don’t have a MAC-OS version around 10.13.4 onwards, you will have to get it. And after that , you’ll install your XCODE Update.
Errors table:
- Linker command failed with exit code 1 (use -v to see invocation)
- Framework not found FileProvider for architecture x86_64
- Native linking failed. Please review the build log and the user flags provided to gcc: -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements –Xlinker (MT5201)
- Native linking failed. Please review the build log (MT5202)
Spanish post:
Good explanation, is perfect, clearly and useful.
Thank You very Much Alexander !
It didn’t resolve my issue even after I updated the visual studio mac updates and Xcode to its latest version
Hi! Yes, it’s good to keep it updated to avoid some mistakes.