Gauvain Klug
Gauvain Klug

Reputation: 591

Xcode 9.2 error

I've tried to launch an iOS debug build last friday (so after the Xcode 9.2 by default) and the build process failed with following message :

Error Domain=IDEFoundationErrorDomain Code=1 "exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}, but no value was provided" UserInfo={NSLocalizedDescription=exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}, but no value was provided}

** EXPORT FAILED **

Process return code is 70

I've fixed this by forcing build with 7.3, but is it a way to fix this error from my side ? I don't like the idea to not use the latest version if it's available.

Upvotes: 1

Views: 184

Answers (1)

steve hannah
steve hannah

Reputation: 4716

How did you set up the App ID in Apple Developer. The settings should look like enter image description here

Notice that is should be associated with zero cloud containers.

Upvotes: 1

Related Questions