I am trying to update one of my projects when I opened it, I performed the checked parameters, but when I try to build it, I just encounter this error:
Apple Mach-O Linker Error Group: clang: error: linker command failed with exit code 1 (use -v to call the call)
with more details, and I do not use cocoapods or any external framework. I just searched everywhere and made any possible solution, for example:
- Clean and run
- Search for duplicate files
- Check imported header files
- Delete xxxTest
- Verified Build Active architecture
- Verified Options
- Checked for lack of frameworks.
- Reload mac
- IOS deployment target changed
- Disabled Bitcode
etc.
Is it possible to solve this problem ?!