iOS Build Environment Help Center

Delete

(Leave this as-is, it’s a trap!)

To delete this post you must be either the original author or a designated moderator.
The content of the post will be removed but the name and date will remain.

  • The post will be removed completely from the thread, rather than blanked
  • Only posts on the last page of the thread can be removed completely (so as to not break permalinks)

RE[11]: Linking UnityFramework... ld64.lld: error: framework not found for -framework CoreAudioTypes

Adit

I used the remote debug console and I filtered them as per the bundle ID as you mentioned in the docs and here is what I got:
https://pmbaty.com/paste/?84f35cbdba9243db#8DZe9iqJ2TNHwFemsQhrDsFsrVwi7ZDrkEwZkDmyqCMV

I have absolutely no idea how to read this but these are a few things that stood out:

=> Feb 10 03:38:52.854 Rajans-iPad nehelper[118]<Notice>: Did not find an app with bundle ID com.HashtagVoid.OnlineShoppAR, cannot add app rules from app mapping: Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSLine=1608, _LSFunction=runEvaluator}

=> Usage of "Unknown Persona" => com.HashtagVoid.OnlineShoppAR/Unknown Persona:1:3:1:1:Create coordinator

=> Feb 10 03:39:02.453 Rajans-iPad installcoordinationd[266]<Notice>: -[IXSDataPromise cancelForReason:client:error:]: <IXSPlaceholder(0x70ec12d70) Name:App Placeholder: OnlineShoppAR (com.HashtagVoid.OnlineShoppAR) Creator:AirTraffic UUID:9A45717D-DA4C-4CBA-B120-FFF1C6DF1695> : canceled by client 17 for reason Error Domain=IXUserPresentableErrorDomain Code=1 "This app could not be installed at this time." UserInfo={NSUnderlyingError=0x70e80fad0 {Error Domain=MIInstallerErrorDomain Code=111 "The bundle being installed with bundle ID com.HashtagVoid.OnlineShoppAR is authorized by a free provisioning profile, but apps validated by those are not allowed to be installed from this source." UserInfo={LegacyErrorString=ApplicationVerificationFailed, FunctionName=-[MIInstallableBundle _validateBundle:validatingResources:performingOnlineAuthorization:checkingTrustCacheIfApplicable:allowingFreeProfileValidation:skippingProfileIDValidation:error:], SourceFileLine=945, NSLocalizedDescription=The bundle being installed with bundle ID com.HashtagVoid.OnlineShoppAR is authorized by a free provisio

It seems that it's either the bundle ID or the fact that I am using a free provisioning profile by XCode right? Can you please me figure this out?

Bundle ID in Unity: com.HashtagVoid.OnlineShoppAR
AppID in iOS Builder -> Provisioning Profile -> Details: (8893C5XQAW.com.HashtagVoid.OnlineShoppAR)

Should I add this string in the bundle ID in Unity? Although, everything worked fine when I built it on XCode on my friend's macbook.

Moderators: Pierre-Marie Baty