Hi everyone,
I am very new to UE4 ARkit, and I have no knowledge of coding nor the Xcode.
Here are my few questions. I hope anyone can help me with this
- If I am building iOS on Windows, do I have to establish the remote build with a Mac?
I am learning how to build ARkit project in UE4 4.19.2, but I have a problem in setting up the remote building.
My plan is using my Alian workstation as the main working station, then, using my MacBook Pro 13ââ for final Xcode compiling.
-
Why I can not type in anything when it asks for the password?
I was following the UE4 instruction https://docs.unrealengine.com/en-us/Platforms/iOS/Windows;
As the SSH setup window popped up, it is asking my remote login password. I was trying to type in the password, but I can not type in anything, but the enter key!!! Not letters, not numbers, but it only recognized the enter key.
Have you guys even encounter each case? How to solve this? -
Does anyone know anything about how to build something like the Apple Park Arkit demo?
My project goal is to build something like the Apple Park Arkit demo: Apple Park AR experience - YouTube
For now, I just want to understand the whole process and put a cube in the AR space. -
if I only want to deploy in one or two iOS devices for testing and not production. Should I get the iOS development certificate or production certificate?
-
When I was trying to test the project on an Ipad, the deployment fail. Can you guys tell me whatsâ wrong?
Output log:
LogPlayLevel: ERROR: Failed to run init commands on EdMacBookPro.local. Output = Permission denied (publickey,password,keyboard-interactive).
LogPlayLevel: ERROR: Failed to initialize a connection to the Remote Server EdMacBookPro.local
LogPlayLevel: Doing xcode-select --print-path
LogPlayLevel: Execute took 00:00:00.7540071
LogPlayLevel: Compiling with non-standard Xcode (xcode-select): Permission denied (publickey,password,keyboard-interactive)./
LogPlayLevel: Doing ls Permission denied (publickey,password,keyboard-interactive)./Platforms/iPhoneOS.platform/Developer/SDKs
LogPlayLevel: Execute took 00:00:00.8191790
LogPlayLevel: Compiling with iPhoneOS SDK on Mac EdMacBookPro.local
LogPlayLevel: ERROR: System.FormatException: Input string was not in a correct format.
LogPlayLevel: at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
LogPlayLevel: at System.Single.Parse(String s, IFormatProvider provider)
LogPlayLevel: at UnrealBuildTool.IOSToolChainSettingsâŚctor(String DevicePlatformName, String SimulatorPlatformName)
LogPlayLevel: at UnrealBuildTool.IOSToolChainSettingsâŚctor()
LogPlayLevel: at UnrealBuildTool.IOSToolChain.<>c.<.ctor>b__1_0()
LogPlayLevel: at System.Lazy1.CreateValue() LogPlayLevel: at System.Lazy
1.LazyInitValue()
LogPlayLevel: at UnrealBuildTool.IOSToolChain.ModifyBuildProducts(ReadOnlyTargetRules Target, UEBuildBinary Binary, List1 Libraries, List
1 BundleResources, Dictionary2 BuildProducts) LogPlayLevel: at UnrealBuildTool.UEBuildBinary.GetBuildProducts(ReadOnlyTargetRules Target, UEToolChain ToolChain, Dictionary
2 BuildProducts, Boolean bCreateDebugInfo)
LogPlayLevel: at UnrealBuildTool.UEBuildTarget.PrepareReceipts(UEToolChain ToolChain, Boolean bCreateDebugInfo, EHotReload HotReload)
LogPlayLevel: at UnrealBuildTool.UEBuildTarget.Build(BuildConfiguration BuildConfiguration, CPPHeaders Headers, List1 OutputItems, List
1 UObjectModules, ISourceFileWorkingSet WorkingSet, ActionGraph ActionGraph, EHotReload HotReload)
LogPlayLevel: at UnrealBuildTool.UnrealBuildTool.RunUBT(BuildConfiguration BuildConfiguration, String] Arguments, FileReference ProjectFile, Boolean bCatchExceptions)
LogPlayLevel: Took 3.2126137s to run UnrealBuildTool.exe, ExitCode=5
LogPlayLevel: ERROR: Command failed (Result:5): C:\Program Files\Epic Games\UE_4.19\Engine\Binaries\DotNET\UnrealBuildTool.exe arkit_study_b IOS Development -Project=âC:\Users\blued\Documents\Unreal Projects\arkit_study_b\arkit_study_b.uprojectâ âC:\Users\blued\Documents\Unreal Projects\arkit_study_b\arkit_study_b.uprojectâ -NoUBTMakefiles -remoteini=âC:\U
sers\blued\Documents\Unreal Projects\arkit_study_bâ -skipdeploy -ini:Game:[/Script/UnrealEd.ProjectPackagingSettings]:BlueprintNativizationMethod=Disabled -noxge -generatemanifest -NoHotReload. See logfile for details: âUnrealBuildTool-2018.10.30-01.07.17.txtâ
LogPlayLevel: (see C:\Users\blued\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.19\UAT_Log.txt for full exception trace)
LogPlayLevel: AutomationTool exiting with ExitCode=5 (5)
LogPlayLevel: Completed Launch On Stage: Build Task, Time: 2.751889
LogPlayLevel: BUILD FAILED
PackagingResults: Error: Deployment failed! Unknown Error
LogSlate: Took 0.061032 seconds to synchronously load lazily loaded font ââŚ/âŚ/âŚ/Engine/Content/Slate/Fonts/DroidSansMono.ttfâ (77K)
My hardware:
PC working station(installed UE4)
Processor: Intel Core i7-8700CPU @ 3.20GHz 3.19 GHz
Installed memory 16GB
System 64-bit Operating system, x64-based processor
GeForce GTX 1070
Macbook pro 13ââ (installed Xcode10)
Processor 2.3 GHz Intel Core i5
Memory 16GB
Graphics Intel Iris Plus Graphics 640 1536mb
Ipad Pro 12.9ââ (2nd Gen)
And I am working in a home wifi network.
Thank you for your time!!