Error while building project #4970
Unanswered
ishanvaghani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting below error while building the project
2024-01-10 18:52:30.533 xcodebuild[52897:822795] DVTPortal: Service '<DVTPortalViewDeveloperService: 0x600003ea4fc0; action='viewDeveloper'>' encountered an unexpected result code from the portal ('1100')
2024-01-10 18:52:30.533 xcodebuild[52897:822795] DVTPortal: Error:
Error Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired. Please log in." UserInfo={payload={
creationTimestamp = "2024-01-10T13:22:30Z";
httpCode = 200;
protocolVersion = QH65B2;
requestUrl = "https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action";
responseId = "d07cfef8-0c59-4ec7-a194-8ab51aebf60a";
resultCode = 1100;
resultString = "Your session has expired. Please log in.";
userLocale = "en_US";
userString = "Your session has expired. Please log in.";
}, NSLocalizedDescription=Your session has expired. Please log in.}
2024-01-10 18:52:31.034 xcodebuild[52897:822795] DVTPortal: Service '<DVTPortalViewDeveloperService: 0x600003f3c4c0; action='viewDeveloper'>' encountered an unexpected result code from the portal ('1100')
2024-01-10 18:52:31.034 xcodebuild[52897:822795] DVTPortal: Error:
Error Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired. Please log in." UserInfo={payload={
creationTimestamp = "2024-01-10T13:22:30Z";
httpCode = 200;
protocolVersion = QH65B2;
requestUrl = "https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action";
responseId = "e8fc4d41-51df-42c1-b707-cbf305bd4a83";
resultCode = 1100;
resultString = "Your session has expired. Please log in.";
userLocale = "en_US";
userString = "Your session has expired. Please log in.";
}, NSLocalizedDescription=Your session has expired. Please log in.}
/Users/ishanvaghani/Documents/personal_projects/smooth-app/packages/smooth_app/macos/Runner.xcodeproj: error: No profiles for 'org.openfoodfacts.app' were found: Xcode couldn't find any Mac App Development provisioning profiles matching 'org.openfoodfacts.app'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
/Users/ishanvaghani/Documents/personal_projects/smooth-app/packages/smooth_app/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.2.99. (in target 'ReachabilitySwift' from project 'Pods')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Flutter Assemble' from project 'Runner')
/Users/ishanvaghani/Documents/personal_projects/smooth-app/packages/smooth_app/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.2.99. (in target 'FMDB' from project 'Pods')
** BUILD FAILED **
Exception: Build process failed
Beta Was this translation helpful? Give feedback.
All reactions