In order to determine a build problem, export the log into text file.
Navigate into project, in terminal type line below
1 |
xcodebuild -project yourproject.xcodeproj -scheme YourBuildScheme -arch arm64 -sdk iphoneos > build-log.txt 2>&1 |