Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MC System group container AND MC Reading from public effective user settings errors on keyboard appearance

Just upgraded to XCode 8 and my device to iOS 10, then I get this message the first time I enter any textField.

[MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

[MC] Reading from public effective user settings errors.

My app is still functional, no problems, but I want to get rid of this warning before I submit it.

My app us written in Objective-C, if this makes a difference.

I know it's coming from the keyboard, because I've commented out all actions taken when entering the textField (and really it is any textField), and the error still occurs.

Is there a fix? And if not, would it be okay to submit it with this warning?

like image 379
ARENV Avatar asked Oct 11 '16 16:10

ARENV


1 Answers

1- From Xcode menu open: Product > Scheme > Edit Scheme

2- On your Environment Variables set OS_ACTIVITY_MODE in the value set disable

like image 188
Radu Ursache Avatar answered Nov 05 '22 07:11

Radu Ursache