S
S
Shiny22015-10-21 09:42:40
iOS
Shiny2, 2015-10-21 09:42:40

Why won't the test app launch on other Macs?

The crux of the matter is that
there are two similar applications using Parse, MapKit and CoreLocation Service.
One for iOS, the other for OSX
when compiling the archive for distribution, the archive for iOS weighs 64 megabytes, the archive for OSX weighs 8 megabytes.
I do everything according to the instructions, I export the OSX assembly for testing on other computers (I enter the UUID and Xcode handles the certificates itself). On third-party computers, the application crashes on startup!
It gives something like this error:

Exception Type:        EXC_CRASH (Code Signature Invalid)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

kernel messages:

VM Regions Near 0x7fff7e9ee0a8 (cr2):
    __LINKEDIT             00007fff645c9000-00007fff645de000 [   84K] r--/rwx SM=COW  /usr/lib/dyld
--> Submap                 00007fff70000000-00007fff80000000 [256.0M] r--/rwx SM=PRV  process-only VM submap
    unused shlib __DATA    00007fff7cb21000-00007fff7fc17000 [ 49.0M] rw-/rw- SM=COW  system shared lib __DATA not used by this process

question: how to assemble with all frameworks so that everything opens everywhere? Can you tell me some kind of only video tutorial or instruction?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Shiny2, 2015-10-26
@Shiny2

figured it out. It was necessary to download a new provisioning profile in xCode with new devices

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question