We were using MAF 2.3 on ios 10.12 with Xcode 8.2 which was working fine. Now upgraded the Xcode 8.3 so that the latest iOS devices can ve viewed in Xcode. But when we deploy (Application->deploy->iOS1 to iTunes), it fails with below error.
xcodebuild: error: invalid option '-exportFormat'.
complete error:
[03:09:55 PM] Deployment cancelled.
[03:09:55 PM] ---- Deployment incomplete ----.
[03:09:55 PM] Failed to package the Xcode application. Encountered exception: "Deployment failed due to one or more errors returned by 'xcodebuild'. The following is a summary of the returned error(s):
Command-line execution failed (Return code: 64)
Begin Standard Error content.
xcodebuild: error: invalid option '-exportFormat'
Seems like in xcode 8.3, some of the xcodebuild options are changed. But MAF uses old format.
Anybody faced this issue before and resolution/recomendation please ?