Hello,
I have a moe app which runs perfectly but I can’t downgrade the deployment target lower than 11.0
. To downdrage the deployment target, I open Xcode from Android Studio and then go to the general settings of my project and finally select 10.3
as the new deployment target value.
When I do so, I can still use my app on an emulator and every thing runs correctly, but I can’t build an Ipa anymore. I use the moeIpaBuild
task to start a build and according to the logs, it fails because of this command:
The following build commands failed:
Ld /Users/nprugne/StudioProjects/boost-your-team-android-client/ios/build/moe/xcodebuild/obj/BoostYourTeam.build/Release-iphoneos/BoostYourTeam.build/Objects-normal/arm64/BoostYourTeam normal arm64
I am using the version 1.4.1
of the gradle plug-in and Xcode 9.1.
Does anybody has faced the same issue ? Thanks in advance.
Nicolas Prugne