Jul 21, 2017 · 1 min read
I’ve been trying to setup my Travis-CI builds for over two weeks now and I haven’t been able to. But, I noticed you added both the Distribution and Development certs. Is it a must to have both there? I’ve followed your instructions too. And I’m still getting this same error:
Check dependencies
Code Signing Error: No profiles for ‘app packagename’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘app packagename’.
Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.0’This is the Command I’m running:
xcodebuild clean build -workspace "$WORKSPACE" -scheme"$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug OBJROOT=$PWD/buildSYMROOT=$PWD/build ONLY_ACTIVE_ARCH=NO 'CODE_SIGN_RESOURCE_RULES_PATH=$(SDKROOT)/ResourceRules.plist'
Thanks.
