Contents does not exist

Hi,

I seem to be seeing the error quite frequently when build an iOS app. I’ll build for the simulator, debug for a bit, make some changes and then the next build causes this error.

            -> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for SailingLogiOS.
D:             Copying to /Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/bin/Debug/iOS
D:             Generated Files for 'SailingLogiOS' target 'Toffee-iOS':
D:               SailingLogiOS.app (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/SailingLogiOS-9DA14DF0918A2D4AD76F55D2671E882214017539/Debug/Toffee-iOS/Device/SailingLogiOS.app)
E:             File /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/SailingLogiOS-9DA14DF0918A2D4AD76F55D2671E882214017539/Debug/Toffee-iOS/Device/SailingLogiOS.app/Contents does not exist
               Final Output for 'SailingLogiOS':
                 SailingLogiOS.app (/Users/JohnMoshakis/Documents/develop/Nougat/SailingLogIOS/SailingLogiOS/bin/Debug/iOS/SailingLogiOS.app)
            <- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for SailingLogiOS, took 0.0158s (114.1300s).

I can do a show package on the app and it looks ok.

35%20PM

Doing a rebuild fixes the issue but in my case the app has a lot of references so its a bit disruptive.

Fire says last build successful(1 error).

Thanks,
John

curious. iOS apps don’t even have a ./Contents folder. Is this new in .2447?

Do you have logging set to Diagnostic? This seems like it could be a regression from my recent fix to speed up Mac .app bundle processing — but i just reviewed that code and it seems safe. Diagnostics should emit a call stack if this is an exception

I think its new in .2477.

Isnt “Contents does not exist” separate from “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/SailingLogiOS-9DA14DF0918A2D4AD76F55D2671E882214017539/Debug/Toffee-iOS/Device/SailingLogiOS.app/”

I’ll check later if its diagnostic

I had diagnostic turned on. This is from a simple ios app.

  /Applications/Fire.app/Contents/Resources/Mono/bin/mono /Applications/Fire.app/Contents/Resources/EBuild.exe "--setting:Elements:ToffeeSDKFolder=/Applications/Fire.app/Contents/Resources/Toffee SDKs" "--setting:Elements:IslandSDKFolder=/Applications/Fire.app/Contents/Resources/Island SDKs" "--setting:Elements:GothamXmlFolder=/Applications/Fire.app/Contents/Resources/Gotham XMLs" "--setting:Elements:ReferencePathsXMLFolder=/Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial" --setting:Elements:IslandLddExePath=/Applications/Fire.app/Contents/Resources/lld --setting:Elements:ToffeeHelperExePath=/Applications/Fire.app/Contents/Resources/ToffeeHelper /Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/AwaitableCallbacksApp.sln --logger:fire --configuration:Debug --setting:909985A6-4B9E-4939-BC35-C3B327CAC750,Simulator=True --setting:909985A6-4B9E-4939-BC35-C3B327CAC750,Device=False --debug --statistics --verbosity:diagnostic --xml:/var/folders/51/b5sv97c13sd9zw0q55gqcp5c0000gn/T/AwaitableCallbacksApp.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.2447 (develop) built on bajor, 20191018-150826. Commit 09b1506.

-> Task RemObjects.EBuild.BuildSolution started.
-> Project AwaitableCallbacksApp started.
-> Task RemObjects.EBuild.Elements.ElementsBuildProject started for AwaitableCallbacksApp.
-> Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings started for AwaitableCallbacksApp, Toffee-iOS.
Mapping DefineConstants=DEBUG;TRACE; to ConditionalDefines in Target Toffee-iOS
Mapping AssemblyName=AwaitableCallbacksApp to BinaryName in Target Toffee-iOS
<- Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0132s (0.0146s).
-> Task RemObjects.EBuild.Elements.ElementsSanityCheck started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsSanityCheck finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0011s (0.0014s).
-> Task RemObjects.EBuild.Elements.ElementsPreparePlatforms started for AwaitableCallbacksApp.
Preparing target ‘Toffee-iOS’ (platform ‘Toffee’).
D: Target-specific Settings, before prepare
D: - <BinaryName = AwaitableCallbacksApp [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 AwaitableCallbacksApp.
<- Task RemObjects.EBuild.Elements.ElementsDarwinGatherXcodeDetails finished for AwaitableCallbacksApp, took 0.0001s (0.0004s).
-> Task RemObjects.EBuild.Elements.ElementsPreflightToffee started for AwaitableCallbacksApp.
Toffee SDK Folder found in ‘/Applications/Fire.app/Contents/Resources/Toffee SDKs’.
<- Task RemObjects.EBuild.Elements.ElementsPreflightToffee finished for AwaitableCallbacksApp, took 0.0045s (0.0061s).
-> Task PrepareToffeePlatform started for AwaitableCallbacksApp, Toffee-iOS.
D: Xcode developer folder is ‘/Applications/Xcode.app/Contents/Developer’
Xcode Version is 11.0 (11A420a), macOS Version is 10.15 (19A583).
D: Supported iOS SDKs in local FXs:
D: - iOS 13.2
D: - iOS 13.1
D: - iOS 13.0
D: Supported iOS SDKs in Xcode 11.0:
D: - iOS 13.0
No exact iOS SDK version was specified for target ‘Toffee-iOS’, using ‘iOS 13.0’.
<- Task PrepareToffeePlatform finished for AwaitableCallbacksApp, Toffee-iOS, took 0.1148s (0.1229s).
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 = AwaitableCallbacksApp [Target: Toffee-iOS]>
D: - <BuildOSBuild = 19A583 [Target: Toffee-iOS]>
D: - <BuildOSVersion = 10.15 [Target: Toffee-iOS]>
D: - <BundleIdentifier-Device = com.moshine.AwaitableCallbacksApp [Target: Toffee-iOS]>
D: - <BundleIdentifier-Simulator = com.moshine.AwaitableCallbacksApp [Target: Toffee-iOS]>
D: - <ConditionalDefines = DEBUG;TRACE; [Target: Toffee-iOS]>
D: - <DeploymentTargetVersion = 13.0 [Target: Toffee-iOS]>
D: - <FinalBinaryName = AwaitableCallbacksApp [Target: Toffee-iOS]>
D: - <FinalOutputFolderOverride-Mac = …/UIKit for Mac [Target: Toffee-iOS]>
D: - <FinalOutputFolderOverride-Simulator = …/iOS Simulator [Target: Toffee-iOS]>
D: - <IDE:TargetInfo = iOS ; Xcode 11.0 (11A420a) [Target: Toffee-iOS]>
D: - <ImpliedConditionalDefines = TOFFEEV1 [Target: Toffee-iOS]>
D: - <IntermedateFolderSuffix-Device = Device [Target: Toffee-iOS]>
D: - <IntermedateFolderSuffix-Mac = UIKit for Mac [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 13.0 [Target: Toffee-iOS]>
D: - <SDKBuild-Simulator = 17A566 [Target: Toffee-iOS]>
D: - <SDK-Device = iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKDisplay-Device = iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKDisplay-Simulator = iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKFolder = /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKFolder-Device = /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKFolderInXcode-Simulator = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk [Target: Toffee-iOS]>
D: - <SDKFolder-Simulator = /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator [Target: Toffee-iOS]>
D: - <SDKName = iOS [Target: Toffee-iOS]>
D: - <SDKName-Device = iOS [Target: Toffee-iOS]>
D: - <SDKNameInXcode-Device = iPhoneOS [Target: Toffee-iOS]>
D: - <SDKNameInXcode-Mac = MacOSX [Target: Toffee-iOS]>
D: - <SDKNameInXcode-Simulator = iPhoneSimulator [Target: Toffee-iOS]>
D: - <SDKName-Simulator = iOS [Target: Toffee-iOS]>
D: - <SDK-Simulator = iOS 13.0 [Target: Toffee-iOS]>
D: - <SDKVersion = 13.0 [Target: Toffee-iOS]>
D: - <SDKVersion-Device = 13.0 [Target: Toffee-iOS]>
D: - <SDKVersion-Simulator = 13.0 [Target: Toffee-iOS]>
D: - <SimulatorArchitecture = x86_64 [Target: Toffee-iOS]>
D: - <SubMode = iOS [Target: Toffee-iOS]>
D: - <XcodeBuild = 11A420a [Target: Toffee-iOS]>
D: - <XcodeVersion = 11.0 [Target: Toffee-iOS]>
<- Task RemObjects.EBuild.Elements.ElementsPreparePlatforms finished for AwaitableCallbacksApp, took 0.1409s (0.1428s).
-> Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsResolveSourceFiles finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0111s (0.0118s).
– Task RemObjects.EBuild.Elements.ElementsResolveHeaderImportFiles skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task RemObjects.EBuild.Elements.ElementsPreCompile started for AwaitableCallbacksApp, Toffee-iOS.
– Task RemObjects.EBuild.Elements.ElementsPreCompileEchoes skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task RemObjects.EBuild.Elements.ElementsPreCompileToffee started for AwaitableCallbacksApp, Toffee-iOS.
– Task RemObjects.EBuild.Elements.ElementsToffeeProcessResources skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin started for AwaitableCallbacksApp, Toffee-iOS.
– Task ProcessCoreMLModels skipped for AwaitableCallbacksApp, condition not met.
– Task ProcessIntentDefinitions skipped for AwaitableCallbacksApp, condition not met.
– Task ProcessMetalShaders skipped for AwaitableCallbacksApp, condition not met.
<- Task RemObjects.EBuild.Elements.ElementsPreCompileDarwin finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0001s (0.0051s).
<- Task RemObjects.EBuild.Elements.ElementsPreCompileToffee finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.0086s).
– Task RemObjects.EBuild.Elements.ElementsPreCompileCooper skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
– Task RemObjects.EBuild.Elements.ElementsPreCompileIsland skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
<- Task RemObjects.EBuild.Elements.ElementsPreCompile finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.1906s).
– Task RemObjects.EBuild.Elements.ElementsApplyLegacySettings skipped for AwaitableCallbacksApp, Toffee-iOS, already ran.
– Task RemObjects.EBuild.Elements.ElementsPreparePlatforms skipped for AwaitableCallbacksApp, already ran.
-> Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences started for AwaitableCallbacksApp.
<- Task RemObjects.EBuild.Elements.ElementsCheckForTargetlessReferences finished for AwaitableCallbacksApp, took 0.0012s (0.0018s).
-> Task RemObjects.EBuild.Elements.ElementsResolveReferences started for AwaitableCallbacksApp.
-> Target Toffee-iOS started.
D: Using cached data for ResolveReferences.
-> Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsValidateCachedToffeeReferencesForTarget finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0026s (0.0032s).
<- Target Toffee-iOS finished.
<- Task RemObjects.EBuild.Elements.ElementsResolveReferences finished for AwaitableCallbacksApp, took 0.0294s (0.0328s).
-> Task RemObjects.EBuild.Elements.ElementsPreCompile2 started for AwaitableCallbacksApp, Toffee-iOS.
– Task RemObjects.EBuild.Elements.ElementsPreCompile2Echoes skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
– Task RemObjects.EBuild.Elements.ElementsPreCompile2Cooper skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
<- Task RemObjects.EBuild.Elements.ElementsPreCompile2 finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.0028s).
-> Task RemObjects.EBuild.Elements.ElementsCompile started for AwaitableCallbacksApp.
D: Loading compiler from ‘/Applications/Fire.app/Contents/Resources/RemObjects.Elements.dll’
Compiling target ‘Toffee-iOS’, Simulator
-> Target Toffee-iOS started compiling for Simulator.
Starting compile for AwaitableCallbacksApp Toffee-iOS Simulator
RemObjects Elements (Oxygene, C#, Swift and Java) Compiler for .NET, Cocoa, Java and Island.
Version 10.0.0.2447 (develop) built on bajor, 20191018-150826. Commit 09b1506.
Copyright 2003-2019 RemObjects Software, LLC. All rights reserved.
Source file: /Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/AppDelegate.pas
Source file: /Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/RootViewController.pas
Reference: /Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial/Toffee/…/…/References/Toffee/iOS Simulator/libElements.fx
Reference: /Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial/Toffee/…/…/References/Toffee/iOS Simulator/libToffee.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/CoreGraphics.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/Foundation.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/rtl.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/UIKit.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/CoreFoundation.fx (implicit)
-> Phase Resolving Bodies started.
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/UserNotifications.fx
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/CloudKit.fx
<- Phase Resolving Bodies finished, took 1.4761s.
-> Phase Checking Members started.
<- Phase Checking Members finished, took 0.1044s.
-> Phase Generating Helper Types started.
H: Local variable “value” is assigned to but never read [/Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/RootViewController.pas (32)]
<- Phase Generating Helper Types finished, took 0.2234s.
-> Phase Inlining Code started.
<- Phase Inlining Code finished, took 0.0790s.
-> Phase Pre-Simplifying Code started.
<- Phase Pre-Simplifying Code finished, took 0.0713s.
-> Phase Simplifying Code started.
<- Phase Simplifying Code finished, took 0.0773s.
-> Phase Flow Analysis started.
<- Phase Flow Analysis finished, took 0.0514s.
-> Phase Generating Output started.
Reference: /Applications/Fire.app/Contents/Resources/Toffee SDKs/iOS 13.0 Simulator/Intents.fx
<- Phase Generating Output finished, took 0.5747s.
<- Target Toffee-iOS finished compiling for Simulator.
D: CompilerOutput for Toffee-iOS
D: - <CompilerOutput-Simulator-x86_64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp.a [Target: Toffee-iOS]>
D: - <CompilerOutput-Simulator-x86_64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp.o [Target: Toffee-iOS]>
D: Link for Toffee-iOS
D: - <Link-Simulator: CoreGraphics.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: Foundation.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: UIKit.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: CoreFoundation.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: UserNotifications.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: CloudKit.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: Intents.framework [Target: Toffee-iOS]>
D: - <Link-Simulator: /Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial/Toffee/…/…/References/Toffee/iOS Simulator/libElements.a [Target: Toffee-iOS]>
D: - <Link-Simulator: /Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial/Toffee/…/…/References/Toffee/iOS Simulator/libToffee.a [Target: Toffee-iOS]>
<- Task RemObjects.EBuild.Elements.ElementsCompile finished for AwaitableCallbacksApp, took 5.0719s (5.3025s).
-> Task RemObjects.EBuild.Elements.ElementsPostCompile started for AwaitableCallbacksApp, Toffee-iOS.
– Task RemObjects.EBuild.Elements.ElementsPostCompileEchoes skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task RemObjects.EBuild.Elements.ElementsPostCompileToffee started for AwaitableCallbacksApp, Toffee-iOS.
-> Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsPostCompileDarwin finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.0005s).
<- Task RemObjects.EBuild.Elements.ElementsPostCompileToffee finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.0013s).
– Task RemObjects.EBuild.Elements.ElementsPostCompileCooper skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
– Task RemObjects.EBuild.Elements.ElementsPostCompileIsland skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
<- Task RemObjects.EBuild.Elements.ElementsPostCompile finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0000s (0.0049s).
-> Task RemObjects.EBuild.Elements.ElementsLink started for AwaitableCallbacksApp.
-> Task Link started for AwaitableCallbacksApp, Toffee-iOS.
-> Phase Linking for Simulator started.
D: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -arch x86_64 -o “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp” “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp.a” “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp.o” -lSystem -lobjc -lElements -lToffee “-L/Applications/Fire.app/Contents/Resources/Reference Paths with Data Abstract Trial/Toffee/…/…/References/Toffee/iOS Simulator” -framework CloudKit -framework CoreFoundation -framework CoreGraphics -framework Foundation -framework Intents -framework UIKit -framework UserNotifications -ios_simulator_version_min 13.0 -ObjC -dynamic -demangle -force_load /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.ios.a -dead_strip -rpath @executable_path -rpath @executable_path/Frameworks -objc_abi_version 2 -no_implicit_dylibs -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.0.sdk
<- Phase Linking for Simulator finished.
<- Task Link finished for AwaitableCallbacksApp, Toffee-iOS, took 0.4260s (0.4267s).
D: LinkerOutput
D: - <LinkerOutput-Simulator-x86_64: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp [Target: Toffee-iOS]>
<- Task RemObjects.EBuild.Elements.ElementsLink finished for AwaitableCallbacksApp, took 0.4292s (5.7388s).
-> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput started for AwaitableCallbacksApp.
– Task RemObjects.EBuild.Elements.ElementsLink skipped for AwaitableCallbacksApp, already ran.
-> Task Merge started for AwaitableCallbacksApp, Toffee-iOS.
D: FinalLinkerOutput
D: - <FinalLinkerOutput-Simulator: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/x86_64/AwaitableCallbacksApp [Target: Toffee-iOS]>
<- Task Merge finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0199s (0.0217s).
– Task Merge skipped for AwaitableCallbacksApp, Toffee-iOS, already ran.
-> Task RemObjects.EBuild.Elements.ElementsDarwinResolveStoryboardAndXibFiles started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsDarwinResolveStoryboardAndXibFiles finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0007s (0.0009s).
-> Task ProcessStoryboards started for AwaitableCallbacksApp.
D: Using cached data for XibOrStoryboard-LaunchScreen.xib-Simulator.
D: Using cached data for XibOrStoryboard-Main.storyboard-Simulator.
<- Task ProcessStoryboards finished for AwaitableCallbacksApp, took 0.0075s (0.0097s).
-> Task RemObjects.EBuild.Elements.ElementsDarwinResolveAssetCatalogFiles started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsDarwinResolveAssetCatalogFiles finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0012s (0.0015s).
-> Task ProcessAssetCatalogs started for AwaitableCallbacksApp.
D: Using cached data for AssetCatalog-Images.xcassets-Simulator (12:45 AM ? 12:50 AM)
<- Task ProcessAssetCatalogs finished for AwaitableCallbacksApp, took 0.0185s (0.0212s).
-> Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsDarwinResolveResourceFiles finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0002s (0.0006s).
-> Task LocateProvisioningProfile started for AwaitableCallbacksApp, Toffee-iOS.
<- Task LocateProvisioningProfile finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0040s (0.0045s).
-> Task CreateAppBundle started for AwaitableCallbacksApp, Toffee-iOS.
<- Task CreateAppBundle finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0430s (0.0810s).
– Task CreateFrameworkBundle skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task CodeSign started for AwaitableCallbacksApp, Toffee-iOS.
<- Task CodeSign finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0088s (0.0093s).
– Task CreateIPA skipped for AwaitableCallbacksApp, Toffee-iOS, condition not met.
-> Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee started for AwaitableCallbacksApp, Toffee-iOS.
<- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutputToffee finished for AwaitableCallbacksApp, Toffee-iOS, took 0.0109s (0.1268s).
<- Task RemObjects.EBuild.Elements.ElementsDetermineFinalOutput finished for AwaitableCallbacksApp, took 0.1287s (5.8683s).
-> Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths started for AwaitableCallbacksApp.
<- Task RemObjects.EBuild.Elements.ElementsExpandCopyToOutputDirectoryPaths finished for AwaitableCallbacksApp, took 0.0009s (0.0013s).
-> Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput started for AwaitableCallbacksApp.
D: Copying to /Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/Bin/Debug/iOS
D: Generated Files for ‘AwaitableCallbacksApp’ target ‘Toffee-iOS’:
D: AwaitableCallbacksApp.app (/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/AwaitableCallbacksApp.app)
E: File /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/AwaitableCallbacksApp-9AECD8B1A9B82216D8C92EDA34DC25621ADFE8C4/Debug/Toffee-iOS/Simulator/AwaitableCallbacksApp.app/Contents does not exist
Final Output for ‘AwaitableCallbacksApp’:
AwaitableCallbacksApp.app (/Users/JohnMoshakis/Documents/develop/Nougat/AwaitableCallbacksApp/Bin/Debug/iOS Simulator/AwaitableCallbacksApp.app)
<- Task RemObjects.EBuild.Elements.ElementsCopyFinalOutput finished for AwaitableCallbacksApp, took 0.0216s (5.8922s).
<- Task RemObjects.EBuild.Elements.ElementsBuildProject finished for AwaitableCallbacksApp, took 0.0000s (5.8932s).
<- Project AwaitableCallbacksApp finished, took 5.8946s.
Project ‘AwaitableCallbacksApp’ built successfully.
Solution ‘AwaitableCallbacksApp’ built successfully.
<- Task RemObjects.EBuild.BuildSolution finished for AwaitableCallbacksApp, took 5.9218s (5.9259s).

 net time    gross time   task

   0.000s        0.008s   ElementsPreCompileToffee 
   0.000s        0.000s   ElementsPostCompileDarwin 
   0.000s        0.001s   ElementsPostCompileToffee 
   0.000s        0.002s   ElementsPreCompile2 
   0.000s        0.004s   ElementsPostCompile 
   0.000s        0.190s   ElementsPreCompile 
   0.000s        5.893s   ElementsBuildProject 
   0.000s        0.005s   ElementsPreCompileDarwin 
   0.000s        0.000s   ElementsDarwinGatherXcodeDetails 
   0.000s        0.000s   ElementsDarwinResolveResourceFiles 
   0.000s        0.001s   ElementsDarwinResolveStoryboardAndXibFiles 
   0.000s        0.001s   ElementsExpandCopyToOutputDirectoryPaths 
   0.001s        0.001s   ElementsSanityCheck 
   0.001s        0.001s   ElementsDarwinResolveAssetCatalogFiles 
   0.001s        0.001s   ElementsCheckForTargetlessReferences 
   0.002s        0.003s   ElementsValidateCachedToffeeReferencesForTarget 
   0.004s        0.004s   ElementsDarwinLocateProvisioningProfile 
   0.004s        0.006s   ElementsPreflightToffee 
   0.007s        0.009s   ElementsDarwinProcessStoryboards 
   0.008s        0.009s   ElementsDarwinCodeSign 
   0.010s        0.126s   ElementsDetermineFinalOutputToffee 
   0.011s        0.011s   ElementsResolveSourceFiles 
   0.013s        0.020s   ElementsApplyLegacySettings 
   0.018s        0.021s   ElementsDarwinProcessAssetCatalogs 
   0.019s        0.021s   ElementsDarwinMerge 
   0.021s        5.892s   ElementsCopyFinalOutput 
   0.029s        0.032s   ElementsResolveReferences 
   0.043s        0.081s   ElementsDarwinCreateAppBundle 
   0.114s        0.122s   ElementsPrepareToffeePlatform 
   0.128s        5.868s   ElementsDetermineFinalOutput 
   0.140s        0.142s   ElementsPreparePlatforms 
   0.425s        0.426s   ElementsToffeeLink 
   0.429s        5.738s   ElementsLink 
   5.071s        5.308s   ElementsCompile 
   5.921s        5.925s   BuildSolution

Nevermind, found the problem. fixing for today’s build.

Thanks its fixed with the latest

1 Like