I get following error when trying to build an iOS App:
The following build commands failed:
ProcessPCH /private/project/build/sharedpch/MyAppName-Prefix-gcvdwethtkdbjldaxgompviwglnf/MyAppName-Prefix.pch.pch MyAppName/MyAppName-Prefix.pch normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
ProcessPCH /private/project/build/sharedpch/MyAppName-Prefix-fmrzmmhlnxpaqbfeqqiekwciijgb/MyAppName-Prefix.pch.pch MyAppName/MyAppName-Prefix.pch normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
Error code 65 for command: xcodebuild with args: -xcconfig,/private/project/cordova/build-release.xcconfig,-workspace,MyAppName.xcworkspace,-scheme,MyAppName,-configuration,Release,-destination,generic/platform=iOS,-archivePath,MyAppName.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/project/build/device,SHARED_PRECOMPS_DIR=/private/project/build/sharedpch,-UseModernBuildSystem=0
I have the following notice:
warning: The armv7 architecture is deprecated for your deployment target (iOS 11.0). You should update your ARCHS build setting to remove the armv7 architecture.
I get following error when trying to build an iOS App:
I have the following notice: