can you send me both .app bundles, the good one create die in xcode and the bad one created with fire, with thes ame profile? given the error message, iâm expecting its a mismatch of the id or certificate vs the profile.
Got it. PList merging code exposing a regression in RTL2;s XmlDocument.UniqueCopy. Iâve committed a temporary workaround (pending final/official fix), 20180107-212656-elements-develop or later will have the fix.
E: Encountered unexpected character G on line 6 while looking for open tag / JSON error: JSON text did not start with array or object and option to allow fragments not set.
E: Conversion of Entitlements .plist to XML format failed for â/Users/JohnMoshakis/Library/Application Support/RemObjects/EBuild/Obj/DarkSkySimpleApp-CBEE8D29-791F-4F20-829E-3B423F258831/Debug/Toffee-iOS/Entitlements.entitlementsâ
Oh: workaround is providing your own .entitlements file rather than having the build use the entitlements from the profile; this way, the broken code wonât hit.
Dec 22 00:48:28 John-s-AppleWatch iSailedWatchOSExtension(Foundation)[29668] : *** Assertion failure in void _UIApplicationMainPreparations(int, char **, NSString *__strong, NSString *__strong)(), /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3698.33.3.601/UIApplication.m:3851
Dec 22 00:48:28 John-s-AppleWatch iSailedWatchOSExtension(CoreFoundation)[29668] : *** Terminating app due to uncaught exception âNSInternalInconsistencyExceptionâ, reason: âUnable to instantiate the UIApplication subclass instance. No class named SPApplication is loaded.â
This is when I attempt to launch the app from my watch.
I donât know. I havenât changed any of the class name provided by the template. I also donât understand why it mentions UIApplication when thats a uikit class.
I know nothing about this, sorry. SPApplication isnât something we define, so if its not something you define either, I have no idea where it comes from
does the same project still deploy with xbuild? if so, can you send me both .app bundles, zipped up (her both .ipas)?
At tis stage of EBuildâs evolution, Iâd be highly surprised if its something EBuild is doing wrong/differently thatâs causing the difference, especially since we already combed thru all the metadata files earlier and sorted out all the differences./inconsistencies thereâŚ