Need help to get my Enterprise app running on iOS8?
Need help to get my Enterprise app running on iOS8?
- Subject: Need help to get my Enterprise app running on iOS8?
- From: David Hoerl <email@hidden>
- Date: Wed, 17 Sep 2014 14:09:51 -0400
I have this enterprise app that worked great in iOS7. I added some Swift
code for it, it still runs in iOS7. But when I go to run it in iOS8, it
crashes.
The crash report complains about some security issue, so I entered a bug
report on it: rdar://17812994
Apple responded and said that I needed to apply the the same team
identifier to app and the embedded Swift libraries. They also told me to
use the Terminal command "codesign -dvv myApp.app" to verify the
TeamIdentifier. I did this and found it was unset.
Poking around Xcode I found that there is a "Team" setting under Target
-> General -> Identity, it was unset, so I set it to my Team ID.
I then rebuilt the app, pulled out the .app file, and ran the codesign
above: it still says its unset:
$ codesign -dvv myApp.app
...
TeamIdentifier=not set
I also looked at the Swift dylibs:
$ codesign -dvv libswiftCore.dylib
...
TeamIdentifier=not set
I added more info to the above bug almost a week ago, but no response
(and yeah, I know Apple is busy :-).
Thus, hoping someone here might shed some light on:
- how to set the Team Identifier for my app
- how to set the Team Identifier for the embedded Swift Libraries.
Any pointers appreciated!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden