In a Xamarin.Forms solution, I'm trying to build an iOS project in release mode that references a today extension project, to get the ipa file. When I try to build in Ad-Hoc I get the error:
Tool exited with code: 1. Output: ditto: can't get real path for...
When I googled this I found some suggesting that both iOS targets should be the same configurations, but since the extension project doesn't support Ad-Hoc config, I set both to release.
When I build the iOS project (container project) it takes so long time that I can't wait, in one build it lasted for more than an hour, and I had to cancel the build process!
I'm using Visual Studio 2017 15.8.5
Any help?!