You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm integrating Rswift using 'RswiftGeneratePublicResources' plugin. As in Migration guide.
It works perfectly fine for me on iOS. Not so well for my MacCatalyst target, unfortunately.
Here is the relevant build failure:
PhaseScriptExecution R.swift\ generate\ resources\ for\ framework\ Math /Users/myeyesareblind/Library/Developer/Xcode/DerivedData/Vectornator-bstdkyysadugaocibnwvjnigazoy/Build/Intermediates.noindex/Standard.build/Debug-maccatalyst/Math.build/Script-255A358E2B6BC8F00077BFD3.sh (in target 'Math' from project 'Standard')
cd /Users/myeyesareblind/Documents/vec3/Frameworks/Standard
/bin/sh -c /Users/myeyesareblind/Library/Developer/Xcode/DerivedData/Vectornator-bstdkyysadugaocibnwvjnigazoy/Build/Intermediates.noindex/Standard.build/Debug-maccatalyst/Math.build/Script-255A358E2B6BC8F00077BFD3.sh
sandbox-exec: execvp() of '//Users/myeyesareblind/Library/Developer/Xcode/DerivedData/Vectornator-bstdkyysadugaocibnwvjnigazoy/Build/Products/Debug/rswift' failed: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
The interesting part
ls /Users/myeyesareblind/Library/Developer/Xcode/DerivedData/Vectornator-bstdkyysadugaocibnwvjnigazoy/Build/Products
Debug-maccatalyst
for unknown reason, 'rswift' binary is build into the 'Debug-maccatalyst' & searched inside 'Debug' folder. Which doesn't work.
As far as I understand, this is a problem in the Xcode itself. (Why does it even build this tool for macCatalyst??)
In case there are known workaround - please let me know.
My teammate also has experimented with plugin tools recently. Apparently, binary target do work properly. So packaging rswift into binary supposedly will work.
The text was updated successfully, but these errors were encountered:
I'm integrating Rswift using 'RswiftGeneratePublicResources' plugin. As in Migration guide.
It works perfectly fine for me on iOS. Not so well for my MacCatalyst target, unfortunately.
Here is the relevant build failure:
The interesting part
for unknown reason, 'rswift' binary is build into the 'Debug-maccatalyst' & searched inside 'Debug' folder. Which doesn't work.
As far as I understand, this is a problem in the Xcode itself. (Why does it even build this tool for macCatalyst??)
In case there are known workaround - please let me know.
My teammate also has experimented with plugin tools recently. Apparently, binary target do work properly. So packaging rswift into binary supposedly will work.
The text was updated successfully, but these errors were encountered: