Skip to content

Instantly share code, notes, and snippets.

View mandel-macaque's full-sized avatar
🖥️
Coding

Manuel de la Pena mandel-macaque

🖥️
Coding
View GitHub Profile
/Library/Frameworks/Xamarin.iOS.framework/Versions/10.7.0.9/src/
├── OpenTK
│   └── Math
│   ├── BezierCurve.cs
│   ├── BezierCurveCubic.cs
│   ├── BezierCurveQuadric.cs
│   ├── Box2.cs
│   ├── Functions.cs
│   ├── Half.cs
│   ├── MathHelper.cs
/Library/Frameworks/Xamarin.Mac.framework/Versions/3.1.0.460/src/
├── Xamarin.Mac
│   ├── AVFoundation
│   │   ├── AVAsset.g.cs
│   │   ├── AVAssetCache.g.cs
│   │   ├── AVAssetDownloadTask.cs
│   │   ├── AVAssetDownloadUrlSession.cs
│   │   ├── AVAssetExportPresetApple.g.cs
│   │   ├── AVAssetExportSession.g.cs
│   │   ├── AVAssetExportSessionPreset.g.cs
Xamarin Studio Build Tool
Building: apitest (Debug|x86)
Performing main compilation…
Skipping project since output files are up to date
Build complete -- 0 errors, 0 warnings
Extracting embedded content
FATAL ERROR [2017-03-01 17:59:36Z]: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path "/x86" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00070] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.Directory.CreateDirectory (System.String path) [0x000a4] in <f712f98eb8e445c8918edaf595bbe465>:0
at System.IO.DirectoryInfo.Create () [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
TOP=../..
SRC_PATH=$(TOP)/src
include $(TOP)/Make.config
ifdef INCLUDE_IOS
install-local:: install-source-ios
endif
ifdef INCLUDE_MAC
install-local:: install-source-mac
endif
Getting URI https://software.xamarin.com/Service/News
Didn't crash.
Getting URI https://software.xamarin.com/Service/News
Didn't crash.
Getting URI https://software.xamarin.com/Service/News
Didn't crash.
Getting URI https://software.xamarin.com/Service/News
Didn't crash.
Getting URI https://software.xamarin.com/Service/News
Didn't crash.
Building Solution: SlowBuild (Debug)
Build started 3/21/2017 5:42:45 PM.
__________________________________________________
Project "/Users/mandel/Downloads/SlowBuild/ClassLibrary1/ClassLibrary1.csproj" (Build target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
MakeDir Task
Directories:
at (wrapper delegate-invoke) System.Action`1[Clang.Ast.TranslationUnitDecl]:invoke_void_T (Clang.Ast.TranslationUnitDecl)
at (wrapper managed-to-native) Clang.Ast.AstReader:LoadInternal (Clang.Ast.AstReader,string)
at Clang.Ast.AstReader.HandleAstUnit (System.IntPtr astContextHandle, System.IntPtr preprocessorHandle) [0x0001b] in /Users/builder/vsts/_work/2/s/Clang/Ast/AstReader.cs:42
at Clang.Ast.AstReader.HandleTranslationUnit (Clang.Ast.TranslationUnitDecl translationUnit) [0x00000] in /Users/builder/vsts/_work/2/s/Clang/Ast/AstReader.cs:52
at Clang.Ast.AstReader.Load (System.String astPath) [0x00014] in /Users/builder/vsts/_work/2/s/Clang/Ast/AstReader.cs:33
at Clang.Ast.DeclContextImpl.Accept (Clang.Ast.IDeclContext declContext, Clang.Ast.AstVisitor visitor) [0x00015] in /Users/builder/vsts/_work/2/s/Clang/Ast/DeclContext.cs:62
at Clang.Ast.ObjCProtocolDecl.Accept (Clang.Ast.AstVisitor visitor) [0x00000] in /Users/builder/vsts/_work/2/s/Clang/Ast/Generated/ObjCProtocolDecl.cs:25
at C
This file has been truncated, but you can view the full file.
-DDISABLE_PROCESS_HANDLING=1 -D_XOPEN_SOURCE -DHAVE_LARGE_FILE_SUPPORT=1 -fexceptions -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -Qunused-arguments -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand -Wno-zero-length-array -U_FORTIFY_SOURCE -Werror-implicit-function-declaration -MT mono-hwcap-arm.lo -MD -MP -MF .deps/mono-hwcap-arm.Tpo -c /Users/mandel/Xamarin/maccore-master/xamarin-macios/external/mono/mono/utils/mono-hwcap-arm.c -fno-common -DPIC -o .libs/mono-hwcap-arm.o
CC libmonoruntimesgen_static_la-lock-tracer.lo
CC libmonoruntimesgen_static_la-lock-tracer.lo
libtool: compile: ccache /Applications/Xcode9-GM.app/Contents/Develope
/Library/Frameworks/Xamarin.iOS.framework/Versions/11.7.0.89/src/
└── Xamarin.iOS
├── ARKit
│   ├── ARAnchor.g.cs
│   ├── ARBlendShapeLocationKeys.g.cs
│   ├── ARBlendShapeLocationOptions.g.cs
│   ├── ARCamera.g.cs
│   ├── ARConfiguration.g.cs
│   ├── ARDirectionalLightEstimate.g.cs
│   ├── ARErrorCode.g.cs
commit 91ded43b0b13025f4d6583e4571f1af002517348
Author: Chris Hamons <chris.hamons@xamarin.com>
Date: Mon Oct 23 12:52:14 2017 -0500
[macos] Fix pdb mismatch when saving assemblies processed by mmp (#2901)
- https://bugzilla.xamarin.com/show_bug.cgi?id=60277
- Teach mmp and mtouch resolver to always ask for symbol reading from Cecil
- In most cases we explicitly load symbols (LoadReferencesStep) but when we don't rewritten assemblies don't match their pdb and we break debugging.