ios build fails

Having ios build problems, no clear errors anywhere,
other than the “Build step ‘Execute shell’ marked build as failure”

using 5.5.1p1, tried with target sdk 6 and sdk 8

*building into xcode project locally works, using pc so cannot test if that xcode would then work…

also the email notification is bit misleading: “publishing finished successfully”

Build finished succesfully says that ok finish, but build could be failed.

Have you got linker error in the logs file?

no any errors, warnings or fails… actually going to try empty project next just to see.

Hello @mgear ,

Could you PM me a link to the project in question?

  • Sophia

sending…

empty project build failed also…with:

Hello @mgear ,

Does this project build locally?

  • Sophia

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)

Wohoo, i think its working now.

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.