|
|
@@ -90,7 +90,7 @@ NSArray *ABTExperimentsToClearFromPayloads(
|
|
|
[ABTConditionalUserPropertyController sharedInstanceWithAnalytics:analytics];
|
|
|
|
|
|
// Check if the experiment is in experiments but not payloads.
|
|
|
- for (id experiment in experiments) {
|
|
|
+ for (id experiment in [experiments copy]) {
|
|
|
BOOL doesExperimentNoLongerExist = YES;
|
|
|
for (NSData *payload in payloads) {
|
|
|
ABTExperimentPayload *experimentPayload = ABTDeserializeExperimentPayload(payload);
|