diff --git a/ios/RNCAsyncStorage.xcodeproj/project.pbxproj b/ios/RNCAsyncStorage.xcodeproj/project.pbxproj index 3e714255..607bebb9 100644 --- a/ios/RNCAsyncStorage.xcodeproj/project.pbxproj +++ b/ios/RNCAsyncStorage.xcodeproj/project.pbxproj @@ -232,6 +232,7 @@ OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = RNCAsyncStorage; SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos"; }; name = Debug; }; @@ -248,6 +249,7 @@ OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = RNCAsyncStorage; SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos"; }; name = Release; };