iOS Question Certificate troubles (local build)

wl

Well-Known Member
Licensed User
Longtime User
Hello,

I cleared all my certificates and recreated them and I have been trying for hours and hours to have it work again. It is driving me nuts !

This is what I have:

- an iOS development certificate
- an APNs Development iOS certificate
- an non-wildcards app id with push notification (referring to the previous certificate)
- 4 device ID's
- an iOS development provision profile for these 4 devices and linked to the IOS development certificate

on the MAC in the "login" keychain I have the following certificates
- Apple Worldwide Developer Relations Certification Authority
- iPhone Developer
- Apple Development iOS push services: ... certificate
(I tried and have the same certificates in the system keychain: to no avail)

my iOS app has the package name that corresponds to the non wildcard AppID and the provision profile as stated above.

When I now build the iOS application (both bridge as well as release)
I just get: Sending data to remote compiler. Error

I have tried to create the certificates an import them tens of times ... to no avail

I'm this close of throwing my apple stuff in the "trash can" ...

Thanks
 
Top