-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
On iOS, i am trying to export an ipa (run app on device) which uses icloud documents.
I get this error:
error: exportArchive: exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}, but no value was provided
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}
It seems that the export plist here does not contain the correct value for iCloudContainerEnvironment