Dear team, I have been using ionic package build ios command for building my ionic ios app (with security profile). It was working fine till yesterday. Suddenly I started getting the error related to xcode
xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance
Please help me to resolve the issue. I tried removing and adding the platform. But it is still not not working.
Legacy (Ionic Cloud) package builds for iOS stuck at “queued” **Resolved - This incident has been resolved. ** Oct 16, 14:15 UTC **Update - An issue with a third party service has caused a critical outage in our legacy package service for iOS. Our developers are working to get the service back up and running, but the fix might take several days. **
I had updated CLI to resolve the error in one of the projects and there i am getting the error related to provisioning profile…
Check dependencies Provisioning profile “*******” doesn’t support the Associated Domains capability. Code signing is required for product type ‘Application’ in SDK ‘iOS 10.3’
**** ARCHIVE FAILED ****
The following build commands failed: ** Check dependencies** (1 failure) Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/cordova/build-debug.xcconfig,-workspace,****.xcworkspace,-scheme,******,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,****.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/package/workspace/apps-291aa81f-31/cordova/platforms/ios/build/sharedpch
And in the project with old CLI, i am getting error related to resources… I removed and added the ios platform again.also generated the resource files again…but still getting same error…
Source path does not exist: resources/ios/icon/icon-40.png
Please edit your post, it is not very readable at the moment.
Use the </> button above the input field to format your code, command line output or error message (select the text first, then click the button or wrap it in ``` manually). Check the preview if it looks better. This will make sure your text is readable and if it recognizes the programming language it also automatically adds code syntax highlighting. Thanks.
then if the build process is failing for the same version of the project which succeeded 7 days back, it has to be some issue with the service or due to changes done in the service. Am i right?