Skip to content

Instantly share code, notes, and snippets.

@cedixon
cedixon / codesign.txt
Created June 29, 2020 17:40
codesign command output
Executable=(BUILD DIRECTORY)/Mobile game.app/Mobilegame
<?xml version="1.0"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>MYTEAMID.com.my.bundle.id</string>
<key>keychain-access-groups</key>
<string>MYTEAMID.*</string>
@cedixon
cedixon / CrashLogs.txt
Created June 29, 2020 16:30
Device logs for ipa crash.
default 11:23:34.723776-0500 runningboardd Executing launch request for application<com.MY.APP.ID> (FBApplicationProcess)
default 11:23:34.723948-0500 runningboardd Submitting job: <RBLaunchdJob: 0x106307f40; UIKitApplication:com.MY.APP.ID[77fb][rb-legacy]>
error 11:23:34.724421-0500 runningboardd failed to get pid for label UIKitApplication:com.MY.APP.ID[77fb][rb-legacy] : No such process (3)
default 11:23:34.724448-0500 kernel Failed to parse entitlements: AMFIUnserializeXML: duplicate dictionary key near line 12
error 11:23:34.724504-0500 runningboardd Failed to start job for application<com.MY.APP.ID>: <NSError: 0x10630d570; domain: NSPOSIXErrorDomain; code: 3; reason: "No such process"> {
userInfo = {
RBLaunchdOperation = launch_get_running_pid_4SB;
RBLaunchdJobLabel = UIKitApplication:com.MY.APP.ID[77fb][rb-legacy];
}
}