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 have a problem with binary builds.
Binaries downloaded and expanded correctly, but then Xcode crashes with code 11 and error "opening import file for module 'Result' permission denied"
But it works fine when the user is the same (on both machines) and Carthage update called at least once.
Seems as Swift somehow saves path to binaries inside DerivedData, so it works if path the same and stops working if this path is empty.
Thanks,
Yehor
The text was updated successfully, but these errors were encountered:
Hi!
I have a problem with binary builds.
Binaries downloaded and expanded correctly, but then Xcode crashes with code 11 and error "opening import file for module 'Result' permission denied"
But it works fine when the user is the same (on both machines) and Carthage update called at least once.
Seems as Swift somehow saves path to binaries inside DerivedData, so it works if path the same and stops working if this path is empty.
Thanks,
Yehor
The text was updated successfully, but these errors were encountered: