I have a plugin that requires Apple ARC be disabled. In the plugin's documentation, they suggest adding the following compile flag to the file "-fno-objc-arc"
I did so in unity before attempting to build it in Unity Cloud Build but it caused the build to fail. Is there a way to work around this? Here is the build error:
45847: [xcode] clang: error: unknown argument: '-fno-ojc-arc'
45848: [xcode] ** BUILD FAILED **
45849: [xcode] The following build commands failed:...
Compile flags? Apple ARC
I did so in unity before attempting to build it in Unity Cloud Build but it caused the build to fail. Is there a way to work around this? Here is the build error:
45847: [xcode] clang: error: unknown argument: '-fno-ojc-arc'
45848: [xcode] ** BUILD FAILED **
45849: [xcode] The following build commands failed:...
Compile flags? Apple ARC