BEMCheckBox import project

Hi,

I get this these errors when trying to build the project

E: Name ICAAnimationDelegate COULD NOT BE FOUND: ICAAnimationDelegate [/Users/JohnMoshakis/Documents/develop/Nougat/ImportSolution/BEMCheckBox/iOS/BEMCheckBox.framework/Headers/BEMCheckBox.h (48)]
E: Exception while processing node [/Users/JohnMoshakis/Documents/develop/Nougat/ImportSolution/BEMCheckBox/iOS/BEMCheckBox.framework/Headers/BEMCheckBox.h (48)]
E: Object reference not set to an instance of an object

BEMCheckBox.elements.zip (633 Bytes)
BEMCheckBox.zip (459.2 KB)

You should be able to unzip everything to the same folder.

I have the same fx files as the project that used the BEMCheckBOX fx, Im not sure what its looking for.

Cheers,
John

check out the " ImportForceInclude" option on https://docs.elementscompiler.com/Tools/FXGen/ImportProjects/

—marc

Are you sure its that ?

The only header file it references is uikit

#import <UIKit/UIKit.h>

#import “BEMCheckBoxGroup.h”

BEMCheckBoxGroup.h also references UIKit

well, where’s ICAAnimationDelegate from? do you have CoreAnimation referenced?

That said, the NRE is a bug for sure, reproduced that one, and logging.

Thanks, logged as bugs://82239

And indeed, adding a QuartsCore reference fixes the issue.

Did headerimport add the references for me before ? This is what my old train script looked like

processiOSFramework({
framework: “/Users/JohnMoshakis/Documents/develop/TrainScripts/BEMCheckBox/iOS/BEMCheckBox.framework”,
link: [],
namespacePrefix: “BEMCheckBox”,
destinationFolder: “/Users/JohnMoshakis/Documents/develop/TrainOutput”,
//headers: [“SomeClass.h”], // default is just the header named after the framework (“main header”)
//allHeaders: true // import all headers, NOT just the main one
});

I also dont have a QuartsCore reference in the application thats consuming the fx

Well, what can I tell you. the headers you’re importing clearly use CoreAnimation types, and QuartsCore is where they are…

It seems like its using the fx with code completion but not at compile time. I have a project using 4 frameworks. 2 directly reference the fx and the others reference the import project.I cant see BemCheckbox.fx referenced. It says unknown namespace.

/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono /Users/JohnMoshakis/Documents/Elements/EBuild.exe /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogIOS.sln --logger:fire --configuration:Debug --setting:E5AC4600-2135-4E8C-B629-A24D503DE2F9,Simulator=False --setting:E5AC4600-2135-4E8C-B629-A24D503DE2F9,Device=True --setting:895929D5-79EF-4C4B-BF0C-474805293BA4,Simulator=False --setting:895929D5-79EF-4C4B-BF0C-474805293BA4,Device=True --setting:3CB4C773-4CCB-4078-A6C3-F1145BAA2073,Simulator=False --setting:3CB4C773-4CCB-4078-A6C3-F1145BAA2073,Device=True --setting:B24882C1-C836-49ED-A9FA-7E6C6BA94ED5,Simulator=False --setting:B24882C1-C836-49ED-A9FA-7E6C6BA94ED5,Device=True --debug --statistics --verbosity:diagnostic --xml:/var/folders/51/b5sv97c13sd9zw0q55gqcp5c0000gn/T/SailingLogIOS.fire.xml --build
RemObjects EBuild. An open source build engine for Elements and beyond.
Copyright RemObjects Software 2016-2019. All Rights Reserved. Created by marc hoffman.
Version 10.0.0.2392 (develop) built on talax, 20190330-163244. Commit fa8ff41.

   Build order:
   - 1. BEMCheckBox
   - 2. Realm
   - 3. iSailedWatchOS Extension
   - 4. iSailedWatchOS
   - 5. SailingLogiOS
   
   -> Task RemObjects.EBuild.BuildSolution started.
      -> Project BEMCheckBox started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for BEMCheckBox.
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for BEMCheckBox, Toffee-iOS.
               Mapping AssemblyName=BEMCheckBox to BinaryName
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for BEMCheckBox, Toffee-iOS, took 0.0106s (0.0113s).
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for BEMCheckBox, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for BEMCheckBox, Toffee-iOS, took 0.0002s (0.0006s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for BEMCheckBox.
               Preparing target 'Toffee-iOS' (platform 'Toffee').
D:             Target-specific Settings, before prepare
D:               - <BinaryName = BEMCheckBox [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
               -> Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails started for BEMCheckBox.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for BEMCheckBox, took 0.0001s (0.0003s).
               -> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for BEMCheckBox.
                  Toffee SDK Folder found in '/Users/JohnMoshakis/Documents/Elements/Toffee SDKs'.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for BEMCheckBox, took 0.0037s (0.0051s).
               -> Task PrepareToffeePlatform started for BEMCheckBox, Toffee-iOS.
D:                Xcode developer folder is '/Applications/Xcode.app/Contents/Developer'
                  Xcode Version is 10.2 (10E125), macOS Version is 10.14.4 (18E226).
D:                Supported iOS SDKs in local FXs:
D:                - iOS 12.2
D:                - iOS 12.1
D:                Supported iOS SDKs in Xcode 10.2:
D:                - iOS 12.2
                  No exact iOS SDK version was specified for target 'Toffee-iOS', using 'iOS 12.2'.
               <- Task PrepareToffeePlatform finished for BEMCheckBox, Toffee-iOS, took 0.0864s (0.0925s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Device = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Simulator = x86_64 [Target: Toffee-iOS]>
D:               - <BinaryName = BEMCheckBox [Target: Toffee-iOS]>
D:               - <BuildOSBuild = 18E226 [Target: Toffee-iOS]>
D:               - <BuildOSVersion = 10.14.4 [Target: Toffee-iOS]>
D:               - <DeploymentTargetVersion = 12.2 [Target: Toffee-iOS]>
D:               - <FinalBinaryName = BEMCheckBox [Target: Toffee-iOS]>
D:               - <FinalOutputFolderSuffix-Simulator =  Simulator [Target: Toffee-iOS]>
D:               - <IDE:TargetInfo = iOS ; Xcode 10.2 (10E125) [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Device = Device [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Simulator = Simulator [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SDK = iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKBuild-Device = 16E226 [Target: Toffee-iOS]>
D:               - <SDKFolder = /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKFolderInXcode-Device = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk [Target: Toffee-iOS]>
D:               - <SDKName = iOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Device = iPhoneOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Simulator = iPhoneSimulator [Target: Toffee-iOS]>
D:               - <SDKVersion = 12.2 [Target: Toffee-iOS]>
D:               - <SimulatorArchitecture = x86_64 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
D:               - <XcodeBuild = 10E125 [Target: Toffee-iOS]>
D:               - <XcodeVersion = 10.2 [Target: Toffee-iOS]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for BEMCheckBox, took 0.1073s (0.1086s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for BEMCheckBox, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for BEMCheckBox, Toffee-iOS, took 0.0029s (0.0035s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles started for BEMCheckBox, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles finished for BEMCheckBox, Toffee-iOS, took 0.0023s (0.0028s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile started for BEMCheckBox, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for BEMCheckBox, Toffee-iOS.
                  -- Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for BEMCheckBox, Toffee-iOS, condition not met.
                  -> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for BEMCheckBox, Toffee-iOS.
                     -- Task ProcessCoreMLModels skipped for BEMCheckBox, condition not met.
                     -- Task ProcessIntentDefinitions skipped for BEMCheckBox, condition not met.
                     -- Task ProcessMetalShaders skipped for BEMCheckBox, condition not met.
                  <- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for BEMCheckBox, Toffee-iOS, took 0.0001s (0.0037s).
               <- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.0067s).
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for BEMCheckBox, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.1427s).
            -- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for BEMCheckBox, Toffee-iOS, already ran.
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for BEMCheckBox, already ran.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for BEMCheckBox.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for BEMCheckBox, took 0.0010s (0.0015s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for BEMCheckBox.
               -> Target Toffee-iOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for BEMCheckBox, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for BEMCheckBox, Toffee-iOS, took 0.0027s (0.0030s).
               <- Target Toffee-iOS finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for BEMCheckBox, took 0.0221s (0.0247s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for BEMCheckBox, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for BEMCheckBox, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.0008s).
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for BEMCheckBox.
D:             Loading compiler from '/Users/JohnMoshakis/Documents/Elements/RemObjects.Elements.dll'
D:             Using cached data for CoreCompile-Device-arm64.
D:             Using cached data for CoreCompile-zipped.
D:             CompilerOutput for Toffee-iOS
D:               - <CompilerOutput-Device-arm64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-F6C4887E688E7BC9DD444499A988410FFC79167F/Unknown/Toffee-iOS/Device/arm64/BEMCheckBox.fx [Target: Toffee-iOS]>
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for BEMCheckBox, took 0.0355s (0.2063s).
            -> Task RemObjects.EBuild.Elements.ElementsPostCompile started for BEMCheckBox, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPostCompileToffee started for BEMCheckBox, Toffee-iOS.
                  -> Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin started for BEMCheckBox, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.0003s).
               <- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.0012s).
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for BEMCheckBox, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompile finished for BEMCheckBox, Toffee-iOS, took 0.0000s (0.0038s).
            -> Task RemObjects.EBuild.Elements.ElementsLink started for BEMCheckBox.
               -- Task Link skipped for BEMCheckBox, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for BEMCheckBox, took 0.0024s (0.2137s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for BEMCheckBox.
               -- Task RemObjects.EBuild.Elements.ElementsLink skipped for BEMCheckBox, already ran.
               -> Task Merge started for BEMCheckBox, Toffee-iOS.
D:                Using cached data for LinkerMerge-Device.
D:                MergedLinkerOutput
D:                  - <MergedLinkerOutput-Device: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-F6C4887E688E7BC9DD444499A988410FFC79167F/Unknown/Toffee-iOS/Device/BEMCheckBox.fx [Target: Toffee-iOS]>
               <- Task Merge finished for BEMCheckBox, Toffee-iOS, took 0.0138s (0.0146s).
               -- Task Strip skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -- Task CreateAppBundle skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -> Task CodeSign started for BEMCheckBox, Toffee-iOS.
               <- Task CodeSign finished for BEMCheckBox, Toffee-iOS, took 0.0099s (0.0106s).
               -- Task CreateIPA skipped for BEMCheckBox, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee started for BEMCheckBox, Toffee-iOS.
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee finished for BEMCheckBox, Toffee-iOS, took 0.0108s (0.0399s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for BEMCheckBox, took 0.0413s (0.2557s).
            -> Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths started for BEMCheckBox.
            <- Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths finished for BEMCheckBox, took 0.0010s (0.0013s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for BEMCheckBox.
D:             Copying to /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS
D:             Generated Files for 'BEMCheckBox' target 'Toffee-iOS':
D:               BEMCheckBox.framework (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/BEMCheckBox/iOS/BEMCheckBox.framework)
D:               BEMCheckBox.frameworkz (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-F6C4887E688E7BC9DD444499A988410FFC79167F/Unknown/Toffee-iOS/Device/BEMCheckBox.frameworkz)
D:               BEMCheckBox.fx (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-F6C4887E688E7BC9DD444499A988410FFC79167F/Unknown/Toffee-iOS/Device/BEMCheckBox.fx)
               Final Output for 'BEMCheckBox':
                 BEMCheckBox.framework (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/BEMCheckBox.framework)
                 BEMCheckBox.frameworkz (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/BEMCheckBox.frameworkz)
                 BEMCheckBox.fx (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/BEMCheckBox.fx)
               Final Output for Referencing:
                 BEMCheckBox (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-F6C4887E688E7BC9DD444499A988410FFC79167F/Unknown/Toffee-iOS/Device/BEMCheckBox.fx)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for BEMCheckBox, took 0.0300s (0.2881s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for BEMCheckBox, took 0.0000s (0.2891s).
      <- Project BEMCheckBox finished, took 0.2896s.
      Project 'BEMCheckBox' built successfully.
      -> Project Realm started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for Realm.
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for Realm, Toffee-iOS.
               Mapping AssemblyName=Realm to BinaryName
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for Realm, Toffee-iOS, took 0.0008s (0.0009s).
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for Realm, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for Realm, Toffee-iOS, took 0.0000s (0.0000s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for Realm.
               Preparing target 'Toffee-iOS' (platform 'Toffee').
D:             Target-specific Settings, before prepare
D:               - <BinaryName = Realm [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
               -> Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails started for Realm.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for Realm, took 0.0000s (0.0000s).
               -> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for Realm.
                  Toffee SDK Folder found in '/Users/JohnMoshakis/Documents/Elements/Toffee SDKs'.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for Realm, took 0.0002s (0.0003s).
               -> Task PrepareToffeePlatform started for Realm, Toffee-iOS.
D:                Xcode developer folder is '/Applications/Xcode.app/Contents/Developer'
                  Xcode Version is 10.2 (10E125), macOS Version is 10.14.4 (18E226).
D:                Supported iOS SDKs in local FXs:
D:                - iOS 12.2
D:                - iOS 12.1
D:                Supported iOS SDKs in Xcode 10.2:
D:                - iOS 12.2
                  No exact iOS SDK version was specified for target 'Toffee-iOS', using 'iOS 12.2'.
               <- Task PrepareToffeePlatform finished for Realm, Toffee-iOS, took 0.1321s (0.1326s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Device = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Simulator = x86_64 [Target: Toffee-iOS]>
D:               - <BinaryName = Realm [Target: Toffee-iOS]>
D:               - <BuildOSBuild = 18E226 [Target: Toffee-iOS]>
D:               - <BuildOSVersion = 10.14.4 [Target: Toffee-iOS]>
D:               - <DeploymentTargetVersion = 12.2 [Target: Toffee-iOS]>
D:               - <FinalBinaryName = Realm [Target: Toffee-iOS]>
D:               - <FinalOutputFolderSuffix-Simulator =  Simulator [Target: Toffee-iOS]>
D:               - <IDE:TargetInfo = iOS ; Xcode 10.2 (10E125) [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Device = Device [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Simulator = Simulator [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SDK = iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKBuild-Device = 16E226 [Target: Toffee-iOS]>
D:               - <SDKFolder = /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKFolderInXcode-Device = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk [Target: Toffee-iOS]>
D:               - <SDKName = iOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Device = iPhoneOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Simulator = iPhoneSimulator [Target: Toffee-iOS]>
D:               - <SDKVersion = 12.2 [Target: Toffee-iOS]>
D:               - <SimulatorArchitecture = x86_64 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
D:               - <XcodeBuild = 10E125 [Target: Toffee-iOS]>
D:               - <XcodeVersion = 10.2 [Target: Toffee-iOS]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for Realm, took 0.1340s (0.1341s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for Realm, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for Realm, Toffee-iOS, took 0.0001s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles started for Realm, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles finished for Realm, Toffee-iOS, took 0.0004s (0.0005s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile started for Realm, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for Realm, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for Realm, Toffee-iOS.
                  -- Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for Realm, Toffee-iOS, condition not met.
                  -> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for Realm, Toffee-iOS.
                     -- Task ProcessCoreMLModels skipped for Realm, condition not met.
                     -- Task ProcessIntentDefinitions skipped for Realm, condition not met.
                     -- Task ProcessMetalShaders skipped for Realm, condition not met.
                  <- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for Realm, Toffee-iOS, took 0.0000s (0.0003s).
               <- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for Realm, Toffee-iOS, took 0.0000s (0.0005s).
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for Realm, Toffee-iOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for Realm, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for Realm, Toffee-iOS, took 0.0000s (0.1368s).
            -- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for Realm, Toffee-iOS, already ran.
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for Realm, already ran.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for Realm.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for Realm, took 0.0001s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for Realm.
               -> Target Toffee-iOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for Realm, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for Realm, Toffee-iOS, took 0.0003s (0.0003s).
               <- Target Toffee-iOS finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for Realm, took 0.0020s (0.0023s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for Realm, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for Realm, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for Realm, Toffee-iOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for Realm.
D:             Using cached data for CoreCompile-Device-arm64.
D:             Using cached data for CoreCompile-zipped.
D:             CompilerOutput for Toffee-iOS
D:               - <CompilerOutput-Device-arm64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/arm64/Realm.fx [Target: Toffee-iOS]>
D:               - <CompilerOutput-Device-arm64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/arm64/Realm.pas [Target: Toffee-iOS]>
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for Realm, took 0.0071s (0.1465s).
            -> Task RemObjects.EBuild.Elements.ElementsPostCompile started for Realm, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes skipped for Realm, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPostCompileToffee started for Realm, Toffee-iOS.
                  -> Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin started for Realm, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin finished for Realm, Toffee-iOS, took 0.0000s (0.0001s).
               <- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee finished for Realm, Toffee-iOS, took 0.0000s (0.0002s).
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for Realm, Toffee-iOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for Realm, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompile finished for Realm, Toffee-iOS, took 0.0000s (0.0005s).
            -> Task RemObjects.EBuild.Elements.ElementsLink started for Realm.
               -- Task Link skipped for Realm, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for Realm, took 0.0002s (0.1474s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for Realm.
               -- Task RemObjects.EBuild.Elements.ElementsLink skipped for Realm, already ran.
               -> Task Merge started for Realm, Toffee-iOS.
D:                Using cached data for LinkerMerge-Device.
D:                MergedLinkerOutput
D:                  - <MergedLinkerOutput-Device: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/arm64/Realm.pas [Target: Toffee-iOS]>
D:                  - <MergedLinkerOutput-Device: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.fx [Target: Toffee-iOS]>
               <- Task Merge finished for Realm, Toffee-iOS, took 0.0017s (0.0019s).
               -- Task Strip skipped for Realm, Toffee-iOS, condition not met.
               -- Task CreateAppBundle skipped for Realm, Toffee-iOS, condition not met.
               -> Task CodeSign started for Realm, Toffee-iOS.
               <- Task CodeSign finished for Realm, Toffee-iOS, took 0.0005s (0.0006s).
               -- Task CreateIPA skipped for Realm, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee started for Realm, Toffee-iOS.
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee finished for Realm, Toffee-iOS, took 0.0007s (0.0036s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for Realm, took 0.0036s (0.1512s).
            -> Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths started for Realm.
            <- Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths finished for Realm, took 0.0001s (0.0002s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for Realm.
D:             Copying to /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS
D:             Generated Files for 'Realm' target 'Toffee-iOS':
D:               Realm.framework (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Realm/iOS/Realm.framework)
D:               Realm.frameworkz (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.frameworkz)
D:               Realm.fx (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.fx)
D:               Realm.pas (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/arm64/Realm.pas)
               Final Output for 'Realm':
                 Realm.framework (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/Realm.framework)
                 Realm.frameworkz (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/Realm.frameworkz)
                 Realm.fx (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/Realm.fx)
                 Realm.pas (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/ImportSolution/Bin/Debug/iOS/Realm.pas)
               Final Output for Referencing:
                 Realm (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.fx)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for Realm, took 0.0074s (0.1589s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for Realm, took 0.0000s (0.1590s).
      <- Project Realm finished, took 0.1591s.
      Project 'Realm' built successfully.
      -> Project iSailedWatchOS Extension started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for iSailedWatchOS Extension.
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for iSailedWatchOS Extension, Toffee-watchOS.
               Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines
               Mapping AssemblyName=iSailedWatchOSExtension to BinaryName
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0008s (0.0008s).
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for iSailedWatchOS Extension, Toffee-watchOS.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0000s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for iSailedWatchOS Extension.
               Preparing target 'Toffee-watchOS' (platform 'Toffee').
D:             Target-specific Settings, before prepare
D:               - <BinaryName = iSailedWatchOSExtension [Target: Toffee-watchOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-watchOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-watchOS]>
D:               - <Mode = Toffee [Target: Toffee-watchOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-watchOS]>
D:               - <SubMode = watchOS [Target: Toffee-watchOS]>
               -> Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails started for iSailedWatchOS Extension.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for iSailedWatchOS Extension, took 0.0000s (0.0001s).
               -> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for iSailedWatchOS Extension.
                  Toffee SDK Folder found in '/Users/JohnMoshakis/Documents/Elements/Toffee SDKs'.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for iSailedWatchOS Extension, took 0.0002s (0.0004s).
               -> Task PrepareToffeePlatform started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Xcode developer folder is '/Applications/Xcode.app/Contents/Developer'
                  Xcode Version is 10.2 (10E125), macOS Version is 10.14.4 (18E226).
D:                Supported watchOS SDKs in local FXs:
D:                - watchOS 5.2
D:                - watchOS 5.1
D:                Supported watchOS SDKs in Xcode 10.2:
D:                - watchOS 5.2
                  No exact watchOS SDK version was specified for target 'Toffee-watchOS', using 'watchOS 5.2'.
               <- Task PrepareToffeePlatform finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.1389s (0.1394s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = armv7k [Target: Toffee-watchOS]>
D:               - <Architecture-Device = armv7k [Target: Toffee-watchOS]>
D:               - <Architecture-Simulator = i386 [Target: Toffee-watchOS]>
D:               - <BinaryName = iSailedWatchOSExtension [Target: Toffee-watchOS]>
D:               - <BuildOSBuild = 18E226 [Target: Toffee-watchOS]>
D:               - <BuildOSVersion = 10.14.4 [Target: Toffee-watchOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-watchOS]>
D:               - <DeploymentTargetVersion = 5.2 [Target: Toffee-watchOS]>
D:               - <FinalBinaryName = iSailedWatchOSExtension [Target: Toffee-watchOS]>
D:               - <FinalOutputFolderSuffix-Simulator =  Simulator [Target: Toffee-watchOS]>
D:               - <IDE:TargetInfo = watchOS ; Xcode 10.2 (10E125) [Target: Toffee-watchOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-watchOS]>
D:               - <IntermedateFolderSuffix-Device = Device [Target: Toffee-watchOS]>
D:               - <IntermedateFolderSuffix-Simulator = Simulator [Target: Toffee-watchOS]>
D:               - <Mode = Toffee [Target: Toffee-watchOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-watchOS]>
D:               - <SDK = watchOS 5.2 [Target: Toffee-watchOS]>
D:               - <SDKBuild-Device = 16T224 [Target: Toffee-watchOS]>
D:               - <SDKFolder = /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/watchOS 5.2 [Target: Toffee-watchOS]>
D:               - <SDKFolderInXcode-Device = /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.2.sdk [Target: Toffee-watchOS]>
D:               - <SDKName = watchOS [Target: Toffee-watchOS]>
D:               - <SDKNameInXcode-Device = WatchOS [Target: Toffee-watchOS]>
D:               - <SDKNameInXcode-Simulator = WatchSimulator [Target: Toffee-watchOS]>
D:               - <SDKVersion = 5.2 [Target: Toffee-watchOS]>
D:               - <SimulatorArchitecture = i386 [Target: Toffee-watchOS]>
D:               - <SubMode = watchOS [Target: Toffee-watchOS]>
D:               - <XcodeBuild = 10E125 [Target: Toffee-watchOS]>
D:               - <XcodeVersion = 10.2 [Target: Toffee-watchOS]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for iSailedWatchOS Extension, took 0.1413s (0.1414s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for iSailedWatchOS Extension, Toffee-watchOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0019s (0.0020s).
            -- Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile started for iSailedWatchOS Extension, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for iSailedWatchOS Extension, Toffee-watchOS.
                  -- Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
                  -> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for iSailedWatchOS Extension, Toffee-watchOS.
                     -- Task ProcessCoreMLModels skipped for iSailedWatchOS Extension, condition not met.
                     -- Task ProcessIntentDefinitions skipped for iSailedWatchOS Extension, condition not met.
                     -- Task ProcessMetalShaders skipped for iSailedWatchOS Extension, condition not met.
                  <- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0012s).
               <- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0016s).
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.1470s).
            -- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for iSailedWatchOS Extension, Toffee-watchOS, already ran.
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for iSailedWatchOS Extension, already ran.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for iSailedWatchOS Extension.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for iSailedWatchOS Extension, took 0.0001s (0.0003s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for iSailedWatchOS Extension.
               -> Target Toffee-watchOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for iSailedWatchOS Extension, Toffee-watchOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0008s (0.0009s).
               <- Target Toffee-watchOS finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for iSailedWatchOS Extension, took 0.0044s (0.0049s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for iSailedWatchOS Extension, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0002s).
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for iSailedWatchOS Extension.
D:             Using cached data for CoreCompile-Device.
D:             CompilerOutput for Toffee-watchOS
D:               - <CompilerOutput-Device-armv7k: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/armv7k/iSailedWatchOSExtension.a [Target: Toffee-watchOS]>
D:               - <CompilerOutput-Device-armv7k: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/armv7k/iSailedWatchOSExtension.o [Target: Toffee-watchOS]>
D:             Link for Toffee-watchOS
D:               - <Link-Device: ClockKit.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: CoreLocation.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: Foundation.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: MapKit.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: WatchKit.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: CoreFoundation.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: UIKit.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: CoreGraphics.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: UserNotifications.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: HealthKit.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: Intents.framework [Target: Toffee-watchOS]>
D:               - <Link-Device: /Users/JohnMoshakis/Documents/Elements/References/Toffee/watchOS/libElements.a [Target: Toffee-watchOS]>
D:               - <Link-Device: /Users/JohnMoshakis/Documents/Elements/References/Toffee/watchOS/libToffee.a [Target: Toffee-watchOS]>
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for iSailedWatchOS Extension, took 0.0245s (0.1769s).
            -> Task RemObjects.EBuild.Elements.ElementsPostCompile started for iSailedWatchOS Extension, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPostCompileToffee started for iSailedWatchOS Extension, Toffee-watchOS.
                  -> Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin started for iSailedWatchOS Extension, Toffee-watchOS.
                  <- Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0001s).
               <- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0002s).
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompile finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0000s (0.0007s).
            -> Task RemObjects.EBuild.Elements.ElementsLink started for iSailedWatchOS Extension.
               -> Task Link started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Using cached data for Linker-Device.
               <- Task Link finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0138s (0.0140s).
D:             LinkerOutput
D:               - <LinkerOutput-Device-armv7k: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/armv7k/iSailedWatchOSExtension [Target: Toffee-watchOS]>
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for iSailedWatchOS Extension, took 0.0146s (0.1925s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for iSailedWatchOS Extension.
               -- Task RemObjects.EBuild.Elements.ElementsLink skipped for iSailedWatchOS Extension, already ran.
               -> Task Merge started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Using cached data for LinkerMerge-Device.
D:                MergedLinkerOutput
D:                  - <MergedLinkerOutput-Device: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/armv7k/iSailedWatchOSExtension [Target: Toffee-watchOS]>
               <- Task Merge finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0013s (0.0014s).
               -- Task Strip skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -- Task Merge skipped for iSailedWatchOS Extension, Toffee-watchOS, already ran.
               -- Task ProcessStoryboards skipped for iSailedWatchOS Extension, condition not met.
               -- Task ProcessAssetCatalogs skipped for iSailedWatchOS Extension, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles started for iSailedWatchOS Extension, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0002s (0.0015s).
               -> Task LocateProvisioningProfile started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Using provisioning profile 'iSailed Watch App Extension'.
                  Full Bundle Identifier is 'G44A8EPVU8.com.moshine.isailed.watchkitapp.watchkitextension'.
D:                AppID in profile is 'G44A8EPVU8.com.moshine.isailed.watchkitapp.watchkitextension'.
               <- Task LocateProvisioningProfile finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0357s (0.0362s).
               -> Task CreateAppBundle started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Keeping existing app bundle '/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/iSailedWatchOSExtension.appex' (31-03-2019 05:04:34 vs 31-03-2019 05:04:32
               <- Task CreateAppBundle finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0176s (0.0590s).
               -> Task CodeSign started for iSailedWatchOS Extension, Toffee-watchOS.
D:                Using cached data for CodeSign-Device.
               <- Task CodeSign finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0014s (0.0015s).
               -- Task CreateIPA skipped for iSailedWatchOS Extension, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee started for iSailedWatchOS Extension, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee finished for iSailedWatchOS Extension, Toffee-watchOS, took 0.0042s (0.0668s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for iSailedWatchOS Extension, took 0.0669s (0.2595s).
            -> Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths started for iSailedWatchOS Extension.
            <- Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths finished for iSailedWatchOS Extension, took 0.0001s (0.0002s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for iSailedWatchOS Extension.
D:             Copying to /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iSailedWatchOS/iSailedWatchOS Extension/bin/Debug/watchOS
D:             Generated Files for 'iSailedWatchOS Extension' target 'Toffee-watchOS':
D:               iSailedWatchOSExtension.appex (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/iSailedWatchOSExtension.appex)
               Final Output for 'iSailedWatchOS Extension':
                 iSailedWatchOSExtension.appex (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iSailedWatchOS/iSailedWatchOS Extension/bin/Debug/watchOS/iSailedWatchOSExtension.appex)
               Final Output for Referencing:
                 iSailedWatchOSExtension.appex (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS Extension-B198A695BC9A06EB6165AB9C2407EA34D63ED90B/Debug/Toffee-watchOS/Device/iSailedWatchOSExtension.appex)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for iSailedWatchOS Extension, took 0.0042s (0.2641s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for iSailedWatchOS Extension, took 0.0000s (0.2642s).
      <- Project iSailedWatchOS Extension finished, took 0.2643s.
      Project 'iSailedWatchOS Extension' built successfully.
      -> Project iSailedWatchOS started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for iSailedWatchOS.
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for iSailedWatchOS, Toffee-watchOS.
               Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines
               Mapping AssemblyName=iSailedWatchOS to BinaryName
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for iSailedWatchOS, Toffee-watchOS, took 0.0009s (0.0012s).
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for iSailedWatchOS, Toffee-watchOS.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for iSailedWatchOS.
               Preparing target 'Toffee-watchOS' (platform 'Toffee').
D:             Target-specific Settings, before prepare
D:               - <BinaryName = iSailedWatchOS [Target: Toffee-watchOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-watchOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-watchOS]>
D:               - <Mode = Toffee [Target: Toffee-watchOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-watchOS]>
D:               - <SubMode = watchOS [Target: Toffee-watchOS]>
               -> Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails started for iSailedWatchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for iSailedWatchOS, took 0.0000s (0.0001s).
               -> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for iSailedWatchOS.
                  Toffee SDK Folder found in '/Users/JohnMoshakis/Documents/Elements/Toffee SDKs'.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for iSailedWatchOS, took 0.0003s (0.0004s).
               -> Task PrepareToffeePlatform started for iSailedWatchOS, Toffee-watchOS.
D:                Xcode developer folder is '/Applications/Xcode.app/Contents/Developer'
                  Xcode Version is 10.2 (10E125), macOS Version is 10.14.4 (18E226).
D:                Supported watchOS SDKs in local FXs:
D:                - watchOS 5.2
D:                - watchOS 5.1
D:                Supported watchOS SDKs in Xcode 10.2:
D:                - watchOS 5.2
                  No exact watchOS SDK version was specified for target 'Toffee-watchOS', using 'watchOS 5.2'.
               <- Task PrepareToffeePlatform finished for iSailedWatchOS, Toffee-watchOS, took 0.1301s (0.1309s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = armv7k [Target: Toffee-watchOS]>
D:               - <Architecture-Device = armv7k [Target: Toffee-watchOS]>
D:               - <Architecture-Simulator = i386 [Target: Toffee-watchOS]>
D:               - <BinaryName = iSailedWatchOS [Target: Toffee-watchOS]>
D:               - <BuildOSBuild = 18E226 [Target: Toffee-watchOS]>
D:               - <BuildOSVersion = 10.14.4 [Target: Toffee-watchOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-watchOS]>
D:               - <DeploymentTargetVersion = 5.2 [Target: Toffee-watchOS]>
D:               - <FinalBinaryName = iSailedWatchOS [Target: Toffee-watchOS]>
D:               - <FinalOutputFolderSuffix-Simulator =  Simulator [Target: Toffee-watchOS]>
D:               - <IDE:TargetInfo = watchOS ; Xcode 10.2 (10E125) [Target: Toffee-watchOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-watchOS]>
D:               - <IntermedateFolderSuffix-Device = Device [Target: Toffee-watchOS]>
D:               - <IntermedateFolderSuffix-Simulator = Simulator [Target: Toffee-watchOS]>
D:               - <Mode = Toffee [Target: Toffee-watchOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-watchOS]>
D:               - <SDK = watchOS 5.2 [Target: Toffee-watchOS]>
D:               - <SDKBuild-Device = 16T224 [Target: Toffee-watchOS]>
D:               - <SDKFolder = /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/watchOS 5.2 [Target: Toffee-watchOS]>
D:               - <SDKFolderInXcode-Device = /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.2.sdk [Target: Toffee-watchOS]>
D:               - <SDKName = watchOS [Target: Toffee-watchOS]>
D:               - <SDKNameInXcode-Device = WatchOS [Target: Toffee-watchOS]>
D:               - <SDKNameInXcode-Simulator = WatchSimulator [Target: Toffee-watchOS]>
D:               - <SDKVersion = 5.2 [Target: Toffee-watchOS]>
D:               - <SimulatorArchitecture = i386 [Target: Toffee-watchOS]>
D:               - <SubMode = watchOS [Target: Toffee-watchOS]>
D:               - <XcodeBuild = 10E125 [Target: Toffee-watchOS]>
D:               - <XcodeVersion = 10.2 [Target: Toffee-watchOS]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for iSailedWatchOS, took 0.1325s (0.1327s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for iSailedWatchOS, Toffee-watchOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for iSailedWatchOS, Toffee-watchOS, took 0.0001s (0.0002s).
            -- Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile started for iSailedWatchOS, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for iSailedWatchOS, Toffee-watchOS.
                  -- Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
                  -> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for iSailedWatchOS, Toffee-watchOS.
                     -- Task ProcessCoreMLModels skipped for iSailedWatchOS, condition not met.
                     -- Task ProcessIntentDefinitions skipped for iSailedWatchOS, condition not met.
                     -- Task ProcessMetalShaders skipped for iSailedWatchOS, condition not met.
                  <- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0004s).
               <- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0007s).
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.1355s).
            -- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for iSailedWatchOS, Toffee-watchOS, already ran.
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for iSailedWatchOS, already ran.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for iSailedWatchOS.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for iSailedWatchOS, took 0.0001s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for iSailedWatchOS.
               -> Target Toffee-watchOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for iSailedWatchOS, Toffee-watchOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0001s).
               <- Target Toffee-watchOS finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for iSailedWatchOS, took 0.0028s (0.0031s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for iSailedWatchOS, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for iSailedWatchOS.
            <- Task RemObjects.EBuild.Elements.ElementsCompile finished for iSailedWatchOS, took 0.0006s (0.1402s).
            -> Task RemObjects.EBuild.Elements.ElementsPostCompile started for iSailedWatchOS, Toffee-watchOS.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPostCompileToffee started for iSailedWatchOS, Toffee-watchOS.
                  -> Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin started for iSailedWatchOS, Toffee-watchOS.
                  <- Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0001s).
               <- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0002s).
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPostCompile finished for iSailedWatchOS, Toffee-watchOS, took 0.0000s (0.0006s).
            -> Task RemObjects.EBuild.Elements.ElementsLink started for iSailedWatchOS.
               -- Task Link skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsLink finished for iSailedWatchOS, took 0.0003s (0.1412s).
            -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for iSailedWatchOS.
               -- Task RemObjects.EBuild.Elements.ElementsLink skipped for iSailedWatchOS, already ran.
               -> Task Merge started for iSailedWatchOS, Toffee-watchOS.
D:                Using cached data for LinkerMerge-Device.
D:                MergedLinkerOutput
D:                  - <MergedLinkerOutput-Device: /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS5.2.sdk/Library/Application Support/WatchKit/WK [Target: Toffee-watchOS]>
               <- Task Merge finished for iSailedWatchOS, Toffee-watchOS, took 0.0018s (0.0020s).
               -- Task Strip skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -- Task Merge skipped for iSailedWatchOS, Toffee-watchOS, already ran.
               -> Task RemObjects.EBuild.Elements.ElementsDarwinResolveStoryboardAndXibFiles started for iSailedWatchOS, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinResolveStoryboardAndXibFiles finished for iSailedWatchOS, Toffee-watchOS, took 0.0004s (0.0008s).
               -> Task ProcessStoryboards started for iSailedWatchOS.
D:                Using cached data for XibOrStoryboard-Interface.storyboard-Device.
               <- Task ProcessStoryboards finished for iSailedWatchOS, took 0.0060s (0.0076s).
               -> Task RemObjects.EBuild.Elements.ElementsDarwinResolveAssetCatalogFiles started for iSailedWatchOS, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinResolveAssetCatalogFiles finished for iSailedWatchOS, Toffee-watchOS, took 0.0005s (0.0009s).
               -> Task ProcessAssetCatalogs started for iSailedWatchOS.
D:                Using cached data for AssetCatalog-Images.xcassets-Device (2019-03-01 ≤ 2019-03-31)
               <- Task ProcessAssetCatalogs finished for iSailedWatchOS, took 0.0132s (0.0150s).
               -> Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles started for iSailedWatchOS, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles finished for iSailedWatchOS, Toffee-watchOS, took 0.0001s (0.0001s).
               -> Task LocateProvisioningProfile started for iSailedWatchOS, Toffee-watchOS.
D:                Using provisioning profile 'iSailed Watch App'.
                  Full Bundle Identifier is 'G44A8EPVU8.com.moshine.isailed.watchkitapp'.
D:                AppID in profile is 'G44A8EPVU8.com.moshine.isailed.watchkitapp'.
               <- Task LocateProvisioningProfile finished for iSailedWatchOS, Toffee-watchOS, took 0.0178s (0.0178s).
               -> Task CreateAppBundle started for iSailedWatchOS, Toffee-watchOS.
D:                Keeping existing app bundle '/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS-E7AA997A077EC65A379E62ABD5512916561E465A/Debug/Toffee-watchOS/Device/iSailedWatchOS.app' (31-03-2019 05:04:42 vs 31-03-2019 05:04:40
               <- Task CreateAppBundle finished for iSailedWatchOS, Toffee-watchOS, took 0.0035s (0.0446s).
               -> Task CodeSign started for iSailedWatchOS, Toffee-watchOS.
D:                Using cached data for CodeSign-Device.
               <- Task CodeSign finished for iSailedWatchOS, Toffee-watchOS, took 0.0007s (0.0008s).
               -- Task CreateIPA skipped for iSailedWatchOS, Toffee-watchOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee started for iSailedWatchOS, Toffee-watchOS.
               <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee finished for iSailedWatchOS, Toffee-watchOS, took 0.0004s (0.0483s).
            <- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for iSailedWatchOS, took 0.0484s (0.1897s).
            -> Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths started for iSailedWatchOS.
            <- Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths finished for iSailedWatchOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for iSailedWatchOS.
D:             Copying to /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iSailedWatchOS/bin/Debug/watchOS
D:             Generated Files for 'iSailedWatchOS' target 'Toffee-watchOS':
D:               iSailedWatchOS.app (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS-E7AA997A077EC65A379E62ABD5512916561E465A/Debug/Toffee-watchOS/Device/iSailedWatchOS.app)
               Final Output for 'iSailedWatchOS':
                 iSailedWatchOS.app (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iSailedWatchOS/bin/Debug/watchOS/iSailedWatchOS.app)
               Final Output for Referencing:
                 iSailedWatchOS.app (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/iSailedWatchOS-E7AA997A077EC65A379E62ABD5512916561E465A/Debug/Toffee-watchOS/Device/iSailedWatchOS.app)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for iSailedWatchOS, took 0.0026s (0.1925s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for iSailedWatchOS, took 0.0000s (0.1926s).
      <- Project iSailedWatchOS finished, took 0.1927s.
      Project 'iSailedWatchOS' built successfully.
      -> Project SailingLogiOS started.
         -> Task RemObjects.EBuild.Elements.ElementsBuildProject started for SailingLogiOS.
            -> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for SailingLogiOS, Toffee-iOS.
               Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines
               Mapping AssemblyName=SailingLogiOS to BinaryName
               Mapping CodesignCertificateName=iPhone Developer: John Moshakis (P889E764CP) to CodeSignCertificateName
            <- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for SailingLogiOS, Toffee-iOS, took 0.0013s (0.0014s).
            -> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for SailingLogiOS, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for SailingLogiOS, Toffee-iOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for SailingLogiOS.
               Preparing target 'Toffee-iOS' (platform 'Toffee').
D:             Target-specific Settings, before prepare
D:               - <BinaryName = SailingLogiOS [Target: Toffee-iOS]>
D:               - <CodeSignCertificateName = iPhone Developer: John Moshakis (P889E764CP) [Target: Toffee-iOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
               -> Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails started for SailingLogiOS.
               <- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for SailingLogiOS, took 0.0000s (0.0001s).
               -> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for SailingLogiOS.
                  Toffee SDK Folder found in '/Users/JohnMoshakis/Documents/Elements/Toffee SDKs'.
               <- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for SailingLogiOS, took 0.0003s (0.0005s).
               -> Task PrepareToffeePlatform started for SailingLogiOS, Toffee-iOS.
D:                Xcode developer folder is '/Applications/Xcode.app/Contents/Developer'
                  Xcode Version is 10.2 (10E125), macOS Version is 10.14.4 (18E226).
D:                Supported iOS SDKs in local FXs:
D:                - iOS 12.2
D:                - iOS 12.1
D:                Supported iOS SDKs in Xcode 10.2:
D:                - iOS 12.2
                  No exact iOS SDK version was specified for target 'Toffee-iOS', using 'iOS 12.2'.
               <- Task PrepareToffeePlatform finished for SailingLogiOS, Toffee-iOS, took 0.1323s (0.1328s).
D:             Target-specific Settings, after prepare
D:               - <Architecture = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Device = arm64 [Target: Toffee-iOS]>
D:               - <Architecture-Simulator = x86_64 [Target: Toffee-iOS]>
D:               - <BinaryName = SailingLogiOS [Target: Toffee-iOS]>
D:               - <BuildOSBuild = 18E226 [Target: Toffee-iOS]>
D:               - <BuildOSVersion = 10.14.4 [Target: Toffee-iOS]>
D:               - <CodeSignCertificateName = iPhone Developer: John Moshakis (P889E764CP) [Target: Toffee-iOS]>
D:               - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-iOS]>
D:               - <DeploymentTargetVersion = 12.2 [Target: Toffee-iOS]>
D:               - <FinalBinaryName = SailingLogiOS [Target: Toffee-iOS]>
D:               - <FinalOutputFolderSuffix-Simulator =  Simulator [Target: Toffee-iOS]>
D:               - <IDE:TargetInfo = iOS ; Xcode 10.2 (10E125) [Target: Toffee-iOS]>
D:               - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Device = Device [Target: Toffee-iOS]>
D:               - <IntermedateFolderSuffix-Simulator = Simulator [Target: Toffee-iOS]>
D:               - <Mode = Toffee [Target: Toffee-iOS]>
D:               - <ModeNameResolveOverride = ToffeeV1 [Target: Toffee-iOS]>
D:               - <SDK = iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKBuild-Device = 16E226 [Target: Toffee-iOS]>
D:               - <SDKFolder = /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2 [Target: Toffee-iOS]>
D:               - <SDKFolderInXcode-Device = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk [Target: Toffee-iOS]>
D:               - <SDKName = iOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Device = iPhoneOS [Target: Toffee-iOS]>
D:               - <SDKNameInXcode-Simulator = iPhoneSimulator [Target: Toffee-iOS]>
D:               - <SDKVersion = 12.2 [Target: Toffee-iOS]>
D:               - <SimulatorArchitecture = x86_64 [Target: Toffee-iOS]>
D:               - <SubMode = iOS [Target: Toffee-iOS]>
D:               - <XcodeBuild = 10E125 [Target: Toffee-iOS]>
D:               - <XcodeVersion = 10.2 [Target: Toffee-iOS]>
            <- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for SailingLogiOS, took 0.1345s (0.1347s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for SailingLogiOS, Toffee-iOS.
            <- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for SailingLogiOS, Toffee-iOS, took 0.0116s (0.0117s).
            -- Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles skipped for SailingLogiOS, Toffee-iOS, condition not met.
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile started for SailingLogiOS, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for SailingLogiOS, Toffee-iOS, condition not met.
               -> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for SailingLogiOS, Toffee-iOS.
                  -- Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for SailingLogiOS, Toffee-iOS, condition not met.
                  -> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for SailingLogiOS, Toffee-iOS.
                     -- Task ProcessCoreMLModels skipped for SailingLogiOS, condition not met.
                     -- Task ProcessIntentDefinitions skipped for SailingLogiOS, condition not met.
                     -- Task ProcessMetalShaders skipped for SailingLogiOS, condition not met.
                  <- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for SailingLogiOS, Toffee-iOS, took 0.0000s (0.0003s).
               <- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for SailingLogiOS, Toffee-iOS, took 0.0000s (0.0005s).
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for SailingLogiOS, Toffee-iOS, condition not met.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for SailingLogiOS, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for SailingLogiOS, Toffee-iOS, took 0.0000s (0.1490s).
            -- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for SailingLogiOS, Toffee-iOS, already ran.
            -- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for SailingLogiOS, already ran.
            -> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for SailingLogiOS.
            <- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for SailingLogiOS, took 0.0001s (0.0002s).
            -> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for SailingLogiOS.
               -> Target Toffee-iOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for SailingLogiOS, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for SailingLogiOS, Toffee-iOS, took 0.0023s (0.0024s).
               <- Target Toffee-iOS finished.
            <- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for SailingLogiOS, took 0.0079s (0.0082s).
            -> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for SailingLogiOS, Toffee-iOS.
               -- Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for SailingLogiOS, Toffee-iOS, condition not met.
            <- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for SailingLogiOS, Toffee-iOS, took 0.0000s (0.0001s).
            -> Task RemObjects.EBuild.Elements.ElementsCompile started for SailingLogiOS.
               Compiling target 'Toffee-iOS', Device
               -> Target Toffee-iOS started compiling for Device.
                  Starting compile for SailingLogiOS Toffee-iOS Device
                  RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
                  Version 10.0.0.2392 (develop) built on talax, 20190330-163244. Commit fa8ff41.
                  Copyright 2003-2019 RemObjects Software, LLC. All rights reserved.
                  
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/AuthenticationAppDelegate.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Note.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/MyBoat.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Meta.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Make.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/IHasIdDataObject.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/IDomainObject.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/SummaryExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/StatisticsExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/SailedExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/PassagesSailedExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/PassageExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/NoteExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Passage.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/MyBoatExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/MakeExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/IHasIdDataObjectExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/BoatExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/DateRange.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Boat.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/MainViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/InfoTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ImageCenterButton.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Extensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/DomainValueTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ChooseTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Cells/ViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Extensions/MetaExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/PassagesSailed.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/RangeModification.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Sailed.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/SailedViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/SailedTypeViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/SailedRoleViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/PassageViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/MakeViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/BoatViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Storage/SyncHelpers.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Storage/Storage.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Storage/DictionaryTransformers.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Services/SailingLogService.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Services/SailingLogProxy.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Services/SailingLogDelegates.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Services/SailedUrls.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Services/SailedDataSource.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SearchTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SailedTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/PassageTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/PassagesTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ModifySailedTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ModifyMakeTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Summary.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/Statistics.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/SailedUnit.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/SailedType.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/SailedRole.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Models/SailedModification.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Cells/SearchCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Cells/FDTextFieldTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/Cells/CheckBoxTableCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/BoatTableViewController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/Storage/StorageBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/Storage/Data/NamedObject.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/Storage/Data/DataObject.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/ServiceBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/RemainderQuotient.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/NSDateExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/ISO8601FormatterProxy.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/IntegerExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/DateUtils.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/ApplicationHelpers.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/AppCordinatorBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/APIUrls.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/Storage/AuthenticatedStorageBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/ServiceTypes.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/ServiceDelegates.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/Models/Authenticated.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/IServiceEvents.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/IAuthorizedServiceEventReceiver.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/IAuthenticationInterestedService.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/BlocksWithAuthorizationHelper.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/AuthenticatedServiceBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.AuthenticatedCore/iOSApp.AuthenticatedCore/AuthenticatedAppCordinatorBase.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/UserInfoHelper.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/UserInfo.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/IAuthenticationInterestedParty.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/AuthenticationUIViewControllerExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/AuthenticationService.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/Storage/StorageException.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewModels/StorageViewModel.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/iOSApp.Core/UIViewControllerExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.Foundation/ReachAbility.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/AppDelegate.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/AppCoordinator.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/UIResponderExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalTransitioningDelegate.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalTransitionAnimator.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalInteractiveTransition.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/StepCollectionViewFlowLayout.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/ResultTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Presentation/ModalPresentationController.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Presentation/ModalPresentable.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Presentation/IPresentationDelegate.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineTextViewTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineTextFieldTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineNumberTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineMoveableUITable.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineLabelTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineDatePickerTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/MoshineBaseTableViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/IResultReceiver.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/IMoveableUITableView.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Extensions/ModalPresentableUIViewControllerExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Extensions/ModalPresentableUINavigationControllerExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Extensions/ModalPresentableExtensions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/DateTimePicker.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/DateCollectionViewCell.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/ContentView.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.Foundation/WebProxy.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.Foundation/Exceptions.pas
                  Source file: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/ViewTableViewController.pas
                  Reference: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/FX/AppAuth/iOS/AppAuth.fx
                  Reference: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/FX/libResponsiveInteractioniOS/iOS/libResponsiveInteractioniOS.fx
                  Reference: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/FX/libThirdPartyIOS/iOS/libThirdPartyiOS.fx
                  Reference: /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/FX/PureLayout/iOS/PureLayout.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/References/Toffee/iOS/libElements.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/References/Toffee/iOS/libToffee.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/References/Toffee/iOS/libxml2.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CoreFoundation.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CoreGraphics.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/Foundation.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/MapKit.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/rtl.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/Security.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/SystemConfiguration.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/UIKit.fx
                  Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/WebKit.fx
                  Reference: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.fx
                  -> Phase Resolving Bodies started.
E:                   Unknown namespace "BEMCheckBox" in uses list [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas (4)]
                     Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/Intents.fx
                     Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/QuartzCore.fx
                     Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CloudKit.fx
E:                   Unknown type "IBEMCheckBoxDelegate" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas (15)]
W:                   Variable "viewController" hides existing member "ModalInteractiveTransition.viewController" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalInteractiveTransition.pas (24)]
W:                   Variable "presentingViewController" hides existing member "ModalInteractiveTransition.presentingViewController" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalInteractiveTransition.pas (24)]
W:                   Variable "type" hides existing member "ModalTransitionAnimator.type" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalTransitionAnimator.pas (39)]
W:                   Variable "viewController" hides existing member "ModalTransitioningDelegate.viewController" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalTransitioningDelegate.pas (20)]
W:                   Variable "presentingViewController" hides existing member "ModalTransitioningDelegate.presentingViewController" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/Moshine.UI.UIKit/Transitioning/ModalTransitioningDelegate.pas (20)]
E:                   Unknown type "BEMCheckBox" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas (20)]
E:                   Unknown type "BEMCheckBox" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas (64)]
E:                   Unknown identifier "BEMCheckBox" [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/SelectSailedTableViewController.pas (64)]
                     Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CoreLocation.fx
                  <- Phase Resolving Bodies finished, took 4.0978s.
                  -> Phase Checking Members started.
                  <- Phase Checking Members finished, took 0.1466s.
                  -> Phase Generating Helper Types started.
W:                   Member "class method NSKeyedArchiver.archivedDataWithRootObject(rootObject: not nullable id): not nullable NSData" is obsolete [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/AuthenticationService.pas (31)]
W:                   Member "class method NSKeyedUnarchiver.unarchiveObjectWithData(data: not nullable NSData): nullable id" is obsolete [/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/AppAuth.Authentication/AuthenticationService.pas (39)]
                  <- Phase Generating Helper Types failed.
               <- Target Toffee-iOS failed compiling for Device.
            <- Task RemObjects.EBuild.Elements.ElementsCompile failed for SailingLogiOS, took 6.4735s (6.6312s).
         <- Task RemObjects.EBuild.Elements.ElementsBuildProject failed for SailingLogiOS, took 0.0000s (6.6314s).
      <- Project SailingLogiOS failed, took 6.6315s.
      Project 'SailingLogiOS' failed to build.
      Solution 'SailingLogIOS' failed to build all projects.
   <- Task RemObjects.EBuild.BuildSolution failed for SailingLogiOS, took 7.5695s (7.5716s).

     net time    gross time   task
-------------  ------------   -------------------------------
       0.000s        0.002s   ElementsPostCompileToffee (4x)
       0.000s        0.010s   ElementsPreCompileToffee (5x)
       0.000s        0.002s   ElementsPreCompile2 (5x)
       0.000s        0.000s   ElementsPostCompileDarwin (4x)
       0.000s        0.005s   ElementsPostCompile (4x)
       0.000s        7.536s   ElementsBuildProject (5x)
       0.000s        0.711s   ElementsPreCompile (5x)
       0.000s        0.001s   ElementsDarwinGatherXcodeDetails (5x)
       0.000s        0.006s   ElementsPreCompileDarwin (5x)
       0.000s        0.001s   ElementsSanityCheck (5x)
       0.000s        0.001s   ElementsDarwinResolveResourceFiles (2x)
       0.000s        0.000s   ElementsDarwinResolveStoryboardAndXibFiles 
       0.000s        0.000s   ElementsDarwinResolveAssetCatalogFiles 
       0.001s        0.002s   ElementsExpandCopyToOutputDirectoryPaths (4x)
       0.001s        0.002s   ElementsCheckForTargetlessReferences (5x)
       0.002s        0.003s   ElementsResolveHeaderImportFiles (2x)
       0.004s        0.007s   ElementsPreflightToffee (5x)
       0.006s        0.007s   ElementsDarwinProcessStoryboards 
       0.006s        0.007s   ElementsValidateCachedToffeeReferencesForTarget (5x)
       0.012s        0.013s   ElementsDarwinCodeSign (4x)
       0.013s        0.015s   ElementsDarwinProcessAssetCatalogs 
       0.013s        0.014s   ElementsToffeeLink 
       0.014s        0.021s   ElementsApplyLegacySettings (5x)
       0.016s        0.158s   ElementsDetermineFinalOutputToffee (4x)
       0.016s        0.018s   ElementsResolveSourceFiles (5x)
       0.017s        7.326s   ElementsLink (5x)
       0.018s        0.021s   ElementsDarwinMerge (4x)
       0.021s        0.103s   ElementsDarwinCreateAppBundle (2x)
       0.039s        0.043s   ElementsResolveReferences (5x)
       0.044s        7.535s   ElementsCopyFinalOutput (5x)
       0.053s        0.054s   ElementsDarwinLocateProvisioningProfile (2x)
       0.160s        7.487s   ElementsDetermineFinalOutput (5x)
       0.619s        0.628s   ElementsPrepareToffeePlatform (5x)
       0.649s        0.652s   ElementsPreparePlatforms (5x)
       6.541s        7.307s   ElementsCompile (5x)
       7.569s        7.571s   BuildSolution

I tried a really simple test app and it works fine and I see the reference

              Source file: /Users/JohnMoshakis/Documents/develop/Nougat/BEMCheck/BEMCheckApp/AppDelegate.pas
              Source file: /Users/JohnMoshakis/Documents/develop/Nougat/BEMCheck/BEMCheckApp/RootViewController.pas
              Reference: /Users/JohnMoshakis/Documents/Elements/References/Toffee/iOS/libToffee.fx
              Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CoreGraphics.fx
              Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/Foundation.fx
              Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/rtl.fx
              Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/UIKit.fx
              Reference: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/BEMCheckBox-0996C4DF39F9E81D78B0884ABE5FFACBD701FF56/Unknown/Toffee-iOS/Device/BEMCheckBox.fx
              Reference: /Users/JohnMoshakis/Documents/Elements/Toffee SDKs/iOS 12.2/CoreFoundation.fx (implicit)

ok, so what’s the difference between the reference in the two projects?

               -> Target Toffee-iOS started.
D:                Using cached data for ResolveReferences.
                  -> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for SailingLogiOS, Toffee-iOS.
                  <- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for SailingLogiOS, Toffee-iOS, took 0.0023s (0.0024s).
               <- Target Toffee-iOS finished.

also, fwiw, I cant really tell anything from this log, since the resolving was cashed.

but it looks like that project references Realm.fx, but not BemCheckbox.fx:

                  Reference: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-8252084BD9871EA441604801E71CBFA1E02F587D/Unknown/Toffee-iOS/Device/Realm.fx

I think I know what Ive done. All the projectguids are the same because I copied the original import project.

Yeah, don’t ever do that, it breaks everything.

Why are you creating these projects by hand, to begin with, instead of just dragging the .framework in?

vNext will fail on dupe Project IDs, and warn for missing ones.

~> Process Builder started
RemObjects EBuild. An open source build engine for Elements and beyond.
Copyright RemObjects Software 2016-. All Rights Reserved. Created by marc hoffman.
Local build.

   Build order:

   - 1. MDFTextAccessibility
   - 2. MaterialComponents
   
   -> Task RemObjects.EBuild.BuildSolution started.
E:    Project 'MaterialComponents' has same Project ID as project 'MDFTextAccessibility'. [/Users/mh/Downloads/MatDesign/MaterialComponents.elements]
   <- Task RemObjects.EBuild.BuildSolution failed, took 0.0435s (0.0549s).

~> Process Builder terminated with exit code 1
1 Like

I didnt realize that you could do that.

I really wanted to create a separate folder with all my frameworks in. I looked for a project template but couldn’t find one.

I have 2 ios apps that mostly share the same frameworks so I thought if I created a repository with the projects and framework files I could shared everything. Like this

bugs://82239 got closed with status fixed.