Skip to content
/NoteForge
Sign in Sign up
Comparing v16 → v17 /azuredevops History
- Esto:
+ 2026-06-19T17:40:02.8713810Z 
+ 2026-06-19T17:40:03.2353660Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'd1-libs-release' from project 'Pods')
+ 2026-06-19T17:40:03.3362480Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'd1-libs-debug' from project 'Pods')
+ 2026-06-19T17:40:03.4368520Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'IONGeolocationLib' from project 'Pods')
+ 2026-06-19T17:40:03.5205100Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'IONFilesystemLib' from project 'Pods')
+ 2026-06-19T17:40:03.5473320Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'GoogleMaps' from project 'Pods')
+ 2026-06-19T17:40:03.5670300Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'GoogleAppMeasurement' from project 'Pods')
+ 2026-06-19T17:40:03.5770480Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'GoogleAdsOnDeviceConversion' from project 'Pods')
+ 2026-06-19T17:40:03.5859060Z warning: Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'FirebaseAnalytics' from project 'Pods')
+ 2026-06-19T17:40:03.5885460Z warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, 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 'App' from project 'App')
+ 2026-06-19T17:40:03.6174360Z warning: Run script build phase '[CP] Embed Pods Frameworks' will be run during every build because it does not specify any outputs. To address this issue, 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 'App' from project 'App')
+ 2026-06-19T17:40:03.6176860Z warning: Run script build phase '[CP] Copy Pods Resources' will be run during every build because it does not specify any outputs. To address this issue, 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 'App' from project 'App')
+ 2026-06-19T17:40:03.6240910Z \*\* ARCHIVE SUCCEEDED \*\*
+ 2026-06-19T17:40:03.6284630Z 
+ 2026-06-19T17:40:03.6310930Z 
+ 2026-06-19T17:40:18.3153200Z [command]/usr/bin/xcodebuild -exportArchive -archivePath /Users/runner/work/r1/a/App.xcarchive -exportPath /Users/runner/work/r1/a/\_movil-apap/movil-apap -exportOptionsPlist /Users/runner/work/\_temp/movil-apap-ios-development.plist
+ 2026\-06\-19T17:40:22\.7404710Z 2026\-06\-19 17:40:22\.739 xcodebuild\[83875:218976\] \[MT\] IDEDistribution: \-\[IDEDistributionLogging \_createLoggingBundleAtPath:\]: Created bundle at path "/var/folders/2r/4m184kdj27q4yqjdw53cpjfc0000gn/T/App\_2026\-06\-19\_17\-40\-22\.722\.xcdistributionlogs"\.
+ 2026\-06\-19T17:40:26\.5919450Z 2026\-06\-19 17:40:26\.591 xcodebuild\[83875:218976\] \[MT\] IDEDistribution: Command line name "ad\-hoc" is deprecated\. Use "release\-testing" instead\.
+ 2026-06-19T17:40:32.0625710Z error: exportArchive No "iOS Ad Hoc" profiles for team 'GCVY7C8QQ9' matching 'bf25f2f0-88a8-45da-8ee9-f62e8f3da750' are installed.
+ 2026-06-19T17:40:32.0949100Z 
+ 2026-06-19T17:40:32.1712490Z \*\* EXPORT FAILED \*\*
+ 2026-06-19T17:40:32.1845090Z 
+ 2026-06-19T17:40:32.1869880Z 
+ 2026-06-19T17:40:32.2127030Z ##[error]Error: The process '/usr/bin/xcodebuild' failed with exit code 70
+ 2026-06-19T17:40:32.3286620Z ##[section]Finishing: Xcode build
 
  <br>
- <br>
- variables:
- taskRepo.outputPathRepo: '\_movil-apap/movil-apap'
-
- steps:
-
- * bash: \|
-
- # Sincronizamos Capacitor
-
- echo "--- Instalando dependencias NPM ---"
- npm i -g @ionic/cli
- npm install
- <br>
- echo "--- ejecutando run build ---"
- npm run build-dev
- <br>
- echo "--- Limpiando caché y Pods antiguos ---"
- rm -rf ios/capacitor-cordova-ios-plugins
- rm -rf ios/App/Pods
- rm -rf ios/App/Podfile.lock
- <br>
- echo "--- Sincronizando Capacitor ---"
- npx ionic cap sync ios --no-build
- workingDirectory: '$(taskRepo.outputPathRepo)'
- displayName: 'Sync Capacitor iOS'
- <br>
- Y esto es lo mismo?:
- <br>
-