Open GabrielFIAB opened 2 months ago
Do you have another PostProcessor script besides OneSignal's?
Your issue looks similar to: https://github.com/OneSignal/OneSignal-Unity-SDK/issues/491
If you do have multiple PostProcessor scripts, could you try what this user suggested at let us know if it works for you? https://github.com/OneSignal/OneSignal-Unity-SDK/issues/491#issuecomment-1149647624
... make sure that [the OneSignal] PostProcessor script is running first by changing the callbackOrder on my other PostProcessor script.
What happened?
When building in Unity 2021.3.42f1 for IOS the build will complete however the OneSignal files are not copied into the build folder. This is indicated in an error that is produced. Looking at the target path I can see that it does C://etcC:// when the path should only have one C://etc
Steps to reproduce?
What did you expect to happen?
The IOS build should include the necessary OneSignal files.
Unity version
2021.3.42f1
OneSignal Unity SDK version
5.1.8
Platform
iOS
Relevant log output
Code of Conduct