-
Bug
-
Resolution: Unresolved
-
Major
-
None
Going to invoke xcodebuild:target: EventzIn, sdk: DEFAULT, project: DEFAULT, configuration: Release, clean: YES, archive:NO, symRoot: DEFAULT, configurationBuildDir: DEFAULT, codeSignIdentity: iPhone Distribution: XYZ
[EventzIn] $ /usr/bin/xcodebuild -target EventzIn -configuration Release clean build "CODE_SIGN_IDENTITY=iPhone Distribution : XYZ " PROVISIONING_PROFILE=d641c441-90d8-4266-b682-805dd5df1562
Build settings from command line:
CODE_SIGN_IDENTITY = iPhone Distribution: XYZ
PROVISIONING_PROFILE = d641c441-90d8-4266-b682-805dd5df1562
=== CLEAN TARGET EventzIn OF PROJECT EventzIn WITH CONFIGURATION Release ===
Check dependencies
[BEROR]Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID "d641c441-90d8-4266-b682-805dd5df1562", however, no such provisioning profile was found.
Create product structure
/bin/mkdir -p /Users/Shared/Jenkins/Home/jobs/EventzIn/workspace/EventzIn/build/Release-iphoneos/EventzIn.app
Clean.Remove clean build/Release-iphoneos/EventzIn.app.dSYM
builtin-rm -rf /Users/Shared/Jenkins/Home/jobs/EventzIn/workspace/EventzIn/build/Release-iphoneos/EventzIn.app.dSYM
Clean.Remove clean build/EventzIn.build/Release-iphoneos/EventzIn.build
builtin-rm -rf /Users/Shared/Jenkins/Home/jobs/EventzIn/workspace/EventzIn/build/EventzIn.build/Release-iphoneos/EventzIn.build
Clean.Remove clean build/Release-iphoneos/EventzIn.app
builtin-rm -rf /Users/Shared/Jenkins/Home/jobs/EventzIn/workspace/EventzIn/build/Release-iphoneos/EventzIn.app
-
- CLEAN SUCCEEDED **
=== BUILD TARGET EventzIn OF PROJECT EventzIn WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID "d641c441-90d8-4266-b682-805dd5df1562", however, no such provisioning profile was found.
-
- BUILD FAILED **
The above is the outcome of the automated build I am trying to build. The build is in combination with Keychains and Provisioning Profiles Plugin where all the mapping of the files is done as per the example given there. Can you possibly tell what am I missing yet? When I run the command /usr/bin/xcodebuild -target EventzIn -configuration Release clean build "CODE_SIGN_IDENTITY=iPhone Distribution : XYZ " PROVISIONING_PROFILE=d641c441-90d8-4266-b682-805dd5df1562 in the project folder in normal environment it is working good