I’ve updated my xcode to xcode 8. And now I cannot run my project.
:graphics-test-moe:moeMainDebugIphoneosXcodeBuild
###########
# ERROR LOG
###########
Build settings from command line:
CODE_SIGN_IDENTITY = *Valid Identity*
CONFIGURATION_BUILD_DIR = *Valid root*/graphics-test-moe/build/moe/xcodebuild/Debug-iphoneos
DSTROOT = *Valid root*/graphics-test-moe/build/moe/xcodebuild/dst
MOE_GRADLE_EXTERNAL_BUILD = YES
OBJROOT = *Valid root*/graphics-test-moe/build/moe/xcodebuild/obj
ONLY_ACTIVE_ARCH = NO
PROVISIONING_PROFILE = *Valid profile*
SDKROOT = iphoneos10.0
SHARED_PRECOMPS_DIR = *Valid root*/graphics-test-moe/build/moe/xcodebuild/shared_precomps
SYMROOT = *Valid root*/graphics-test-moe/build/moe/xcodebuild/sym
=== BUILD TARGET graphics-test-moe OF PROJECT graphics-test-moe WITH CONFIGURATION Debug ===
Check dependencies
Signing for "graphics-test-moe" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
** BUILD FAILED **
So, What I should do now? Can I write property (team?) to build config to fix it?