
This includes the comments discussed in issue #5913
Build present in iTunes connect to support progression to review.
Email message above with no builds against the application
=== Visual Studio Community 2019 for Mac ===
Version 8.3.11 (build 1)
Installation UUID: dd8af94f-432f-47ef-b16e-334e6c9b1dfa
GTK+ 2.24.23 (Raleigh theme)
Xamarin.Mac 5.16.1.24 (d16-3 / 08809f5b)
Package version: 604000208
=== Mono Framework MDK ===
Runtime:
Mono 6.4.0.208 (2019-06/07c23f2ca43) (64-bit)
Package version: 604000208
=== NuGet ===
Version: 5.3.0.6192
=== .NET Core SDK ===
SDK: /usr/local/share/dotnet/sdk/3.0.101/Sdks
SDK Version: 3.0.101
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Sdks
=== .NET Core Runtime ===
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
3.0.1
2.1.14
=== Xamarin.Profiler ===
Version: 1.6.12.29
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler
=== Updater ===
Version: 11
=== Apple Developer Tools ===
Xcode 11.3 (15712)
Build 11C29
=== Xamarin.Mac ===
Version: 6.6.0.12 (Visual Studio Community)
Hash: e3c2b406d
Branch: xcode11.2
Build date: 2019-11-01 00:12:07-0400
=== Xamarin.iOS ===
Version: 13.6.0.12 (Visual Studio Community)
Hash: e3c2b406d
Branch: xcode11.2
Build date: 2019-11-01 00:12:08-0400
=== Xamarin Designer ===
Version: 16.3.0.256
Hash: 8a223bfd7
Branch: remotes/origin/d16-3
Build date: 2019-11-01 21:02:02 UTC
=== Xamarin.Android ===
Version: 10.0.6.2 (Visual Studio Community)
Commit: xamarin-android/d16-3/c407838
Android SDK: /Users/andrewspruce/Library/Developer/Xamarin/android-sdk-macosx
Supported Android versions:
None installed
SDK Tools Version: 26.1.1
SDK Platform Tools Version: 28.0.2
SDK Build Tools Version: 28.0.3
Build Information:
Mono: mono/mono/2019-06@476d72b9e32
Java.Interop: xamarin/java.interop/d16-3@5836f58
LibZipSharp: grendello/LibZipSharp/d16-3@71f4a94
LibZip: nih-at/libzip/rel-1-5-1@b95cf3fd
ProGuard: xamarin/proguard/master@905836d
SQLite: xamarin/sqlite/3.27.1@8212a2d
Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-3@cb41333
=== Microsoft Mobile OpenJDK ===
Java SDK: /Users/andrewspruce/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.25
1.8.0-25
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL
=== Android SDK Manager ===
Version: 1.4.0.65
Hash: c33b107
Branch: remotes/origin/d16-3
Build date: 2019-11-19 20:33:22 UTC
=== Android Device Manager ===
Version: 1.2.0.116
Hash: d2b2af0
Branch: remotes/origin/d16-3
Build date: 2019-11-19 20:33:42 UTC
=== Xamarin Inspector ===
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1
=== Build Information ===
Release ID: 803110001
Git revision: 6ee6ad2ec46ae5a08a1999ee4c815ac656a35b91
Build date: 2019-12-05 16:09:27+00
Build branch: release-8.3
Xamarin extensions: 56bd70ef2e327f71c615cfc29a47fd50685fadcb
=== Operating System ===
Mac OS X 10.15.2
Darwin 19.2.0 Darwin Kernel Version 19.2.0
Sat Nov 9 03:47:04 PST 2019
root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
Can you please attach a project, at least a full build log.
As noted here:
https://github.com/xamarin/xamarin-macios/issues/5913#issuecomment-502122976
we believe we've nailed this down on our end. Some Forms templates apparently include Xamarin.TextCloud.Agent without a #if DEBUG around the relevant code.
I seem to have fixed it by removing the Calabash.Start line completely before submitting.
It didn’t have an #if DEBUG.
Thanks
Andrew
On 2 Jan 2020, at 15:21, Chris Hamons notifications@github.com wrote:
Can you please attach a project, at least a full build log.
As noted here:
5913 (comment) https://github.com/xamarin/xamarin-macios/issues/5913#issuecomment-502122976
we believe we've nailed this down on our end. Some Forms templates apparently include Xamarin.TextCloud.Agent without a #if DEBUG around the relevant code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/xamarin/xamarin-macios/issues/7669?email_source=notifications&email_token=AD4U2D7LWHVQT5RVB3I3B6LQ3YBAHA5CNFSM4KBUFT4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6SRAQ#issuecomment-570239106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4U2D5FYVQ2ORZXJTQ25TTQ3YBAHANCNFSM4KBUFT4A.
Most helpful comment
I seem to have fixed it by removing the Calabash.Start line completely before submitting.
It didn’t have an #if DEBUG.
Thanks
Andrew