I want to archive a React Native project user the latest Xcode and always failed because linker command failed.
When I run xcodebuild -verbose
& Ld
command, then the error is like this
ld: file not found: build/xxxxx_app.build/Release-iphoneos/xxxxx_app.build/Objects-normal/armv7/xxxxx_app`
I had tried the bellow steps, but still the same error appears
- Remove Pods & install them again
- Run clean under menu Product , empty build & DerivedData folder
- Change Build Active Architecture Only to Yes
- Remove linked Frameworks and Libraries and re-add them
Some configuration
So what is the right way to archive ios project?