but now while trying to run on simulator it throws error to the console:
error: could not read data from ‘/Users/mymac/Documents/Sample/ios/build/xcode/src/main/resources/Info.plist’: The file “Info.plist” couldn’t be opened because there is no such file.
after that error if i try to clean project “moe-sdk-1.1.0” folder contents deleted automatically, then error changes that :
Error:(10, 1) A problem occurred evaluating project ‘:ios’.
Failed to apply plugin [id ‘moe’]
MOE SDK is probably damaged, please remove it manually from /Users/mymac/.moe/moe-sdk-1.1.0
after that to regenerate sdk folder content i have to manually delete “moe-sdk-1.1.0” folder and remove “infoPlistPath” key from gradle file then synch it.
We can confirm the infoPlistPath bug, we will release a hotfix for that. We could not reproduce the the “SDK content disappears” issue, so we would need more information on how to reproduce it.
The hotfix for infoPlistPath has been released. You might need to run ./gradlew --refresh-dependencies for Gradle to realize there is a new MOE gradle plugin version.
We are looking into the clean issue, thank you for your assistance!