yes, can export xcode project (i’m on pc, so cannot test if that xcode project would then actually build…)
Then i deleted all the scripts and files from the project and tried to publish that: ios build failed
Then i created separate completely empty project, and published that: ios build works
next ill add those scripts to the new project and test again…
ok, so far it looks like failing if Plugin/ folder is included… testing to see which dll it is.
(but didnt have any errors on the dll’s on failed builds though)
Removed dll files from plugin folder until started getting some errors in the cloud build log,
which lead me to this answer, and looks like actual cause was not having “net 2.0” in the build settings ><!
(probably had missed it when copied files to this new project to test…)
although not sure why the original build failed with that setting, and why no errors before…
but at least now the build was complete.