Xcode project is not up to date, What should I do?

I running well on my code, but after i change a little code, it suddenly went wrong and show this information. It is not code problem. I restore the code, still the same. I start new project, still the same.

:zhajinhuaios:moeMainStartupProvider
:zhajinhuaios:moeMainDebugI386IphonesimulatorXcodeProvider FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:zhajinhuaios:moeMainDebugI386IphonesimulatorXcodeProvider’.

Xcode project is not up to date, update it with task moeUpdateXcodeSettings

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

what happen? XCode problem ?

1 Like

Hi!

New plugin version contain xcode moe settings version checker. Please run:

./gradlew moeUpdateXcodeSettings -Pmoe.forced.update

Best Regards,
Roland

2 Likes

I had this problem too and running this gradle task solved it.