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
First of all, I want to say that I really like the project; it’s incredibly helpful to me.
I am trying to build a simple library using the Xcode generator. I haven’t seen any remarks or notices suggesting that corrosion does not support this setup.
However, when I try to build it using the build.sh script, I encounter a "Permission Denied" error. The same error occurs when I attempt to build it directly in Xcode.
I suspect this issue might be related to the combination of Xcode and Cargo because running the scripts manually from the terminal does not result in the same error.
I’m not sure what else to try at this point, as I’ve explored nearly every idea that came to mind.
I would greatly appreciate it if you could point me in the right direction to resolve this issue.
Do you have the same problem when using Xcode and building for mac?
Corrosion does test in CI that using the XCode Generator works, but I'm not sure if anyone has used corrosion to build for iOS before.
The initial error seems to be fixed, the generated SDKROOT was a bit faulty, but I think that was my fault. Now when I am trying to build it I get the following error: ld: library 'System' not found. I have seen that there is a related issue to that, but the paths that are mentioned there seems good. I think you would get the same error if you try it, the repo is updated.
I currently don't have any time to investigate this myself, but PRs are welcome. As I mentioned, I'm not aware of anyone using corrosion for iOS development right now, so this might require some investigation.
Hello,
First of all, I want to say that I really like the project; it’s incredibly helpful to me.
I am trying to build a simple library using the Xcode generator. I haven’t seen any remarks or notices suggesting that corrosion does not support this setup.
However, when I try to build it using the build.sh script, I encounter a "Permission Denied" error. The same error occurs when I attempt to build it directly in Xcode.
I suspect this issue might be related to the combination of Xcode and Cargo because running the scripts manually from the terminal does not result in the same error.
I’m not sure what else to try at this point, as I’ve explored nearly every idea that came to mind.
I would greatly appreciate it if you could point me in the right direction to resolve this issue.
Thank you in advance for your help!
Repo: https://github.com/TheVitya/corrosion
The text was updated successfully, but these errors were encountered: