Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: v6 ios biuld errors #7459

Open
1 of 3 tasks
j-d-carmichael opened this issue May 10, 2024 · 1 comment
Open
1 of 3 tasks

[Bug]: v6 ios biuld errors #7459

j-d-carmichael opened this issue May 10, 2024 · 1 comment
Labels
needs reply needs reply from the user needs reproduction needs reproducible example to illustrate the issue

Comments

@j-d-carmichael
Copy link

Capacitor Version

[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
馃拪 Capacitor Doctor 馃拪

Latest Dependencies:

@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0

Installed Dependencies:

@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0

[success] iOS looking great! 馃憣
[success] Android looking great! 馃憣

Other API Details

npm   10.5.2
node  20.13.1
pod 1.12.0

Platforms Affected

  • iOS
  • Android
  • Web

Current Behavior

The simulator builds just fine.

As soon as i build for archive i get the following error:

Showing Recent Issues
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Script-9592DBEFFC6D2A0C8D5DEB22.sh (in target 'App' from project 'App')
    cd /Users/johnsmith/code/myapp/frontend/frontend-fe_main_vue2/ios/App
    /bin/sh -c /Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Script-9592DBEFFC6D2A0C8D5DEB22.sh
 
mkdir -p /Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/App.app/Frameworks
Symlinked...
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" "/Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app/Frameworks"
building file list ... rsync: link_stat "/Users/johnsmith/code/myapp/frontend/frontend-fe_main_vue2/ios/App/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" failed: No such file or directory (2)
done
 
sent 29 bytes  received 20 bytes  98.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/ce725a5f-c761-11ee-a4ec-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
Command PhaseScriptExecution failed with a nonzero exit code
 
mkdir -p /Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/App.app/Frameworks
 
Symlinked...
 
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" "/Users/johnsmith/Library/Developer/Xcode/DerivedData/App-ecfxvojxwspqumeutlhtgdqpskwm/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app/Frameworks"
 
building file list ... rsync: link_stat "/Users/johnsmith/code/myapp/frontend/frontend-fe_main_vue2/ios/App/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework" failed: No such file or directory (2)
 
done
 
 
sent 29 bytes  received 20 bytes  98.00 bytes/sec
 
total size is 0  speedup is 0.00
 
rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/ce725a5f-c761-11ee-a4ec-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]
 
Command PhaseScriptExecution failed with a nonzero exit code

Expected Behavior

It builds

Project Reproduction

I cannot do this at the moment

Additional Information

I did have to fix another issue in the capacitor push notifications to get the ios on simulator to build:

ionic-team/capacitor-plugins#2101

@jcesarmobile jcesarmobile added the needs reproduction needs reproducible example to illustrate the issue label May 10, 2024
Copy link

ionitron-bot bot commented May 10, 2024

This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed.
Please see the Contributing Guide for how to create a Sample App.
Thanks! Ionitron 馃挋

@ionitron-bot ionitron-bot bot removed the triage label May 10, 2024
@Ionitron Ionitron added needs reply needs reply from the user and removed needs reply needs reply from the user labels May 10, 2024
@jcesarmobile jcesarmobile added the needs reply needs reply from the user label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reply needs reply from the user needs reproduction needs reproducible example to illustrate the issue
Projects
None yet
Development

No branches or pull requests

3 participants