diff --git a/Classes/BITHockeyManager.m b/Classes/BITHockeyManager.m index 728a20af92..fb418bef11 100644 --- a/Classes/BITHockeyManager.m +++ b/Classes/BITHockeyManager.m @@ -102,8 +102,8 @@ _appStoreEnvironment = NO; _startManagerIsInvoked = NO; - // check if we are really not in an app store environment #if !TARGET_IPHONE_SIMULATOR + // check if we are really in an app store environment if (![[NSBundle mainBundle] pathForResource:@"embedded" ofType:@"mobileprovision"]) { _appStoreEnvironment = YES; }