SquaredTiki / Dringend-Issues

Public issue tracker for the Dringend app, an iPad dev environment
dringend.cc
16 stars 0 forks source link

Code signing is required for product type Framework in SDK 'iOS8.0' #79

Closed lmumar closed 8 years ago

lmumar commented 9 years ago

Hello,

I have a project that is currently composed of iOS 8 Frameworks so that I can reuse some parts of my code in extensions. My project is structured with the following components:

The project compiles fine in Xcode 6.0 but fails to compile in dringend with the following error:

Problem is you can only specify one provisioning profile in the constructor app, is there a workaround?

Thanks

SquaredTiki commented 9 years ago

Hi there,

Unfortunately at present you can only specify one provisioning profile. However, have you tried using a provisioning profile with a wild card app id, such as * or com.garajeapps.* ?

Thanks, Josh

lmumar commented 9 years ago

That would mean I can no longer use push notification

SquaredTiki commented 9 years ago

I see. Does the project have the correct provisioning profiles set in the project settings? At the moment the choice in The Constructor overrides these, however it may be possible in the future to add an option to use those set in the individual projects themselves.

ezhes commented 9 years ago

I'm having a similar issue, but with simple projects. The constructor uses the incorrect profile to sign. There isn't the possibility of it being an issue with the project because the profile is a year newer than the project as well as the name of of the profile not being present in any text on the project. If you prefer I could launch a support request

SquaredTiki commented 9 years ago

@shusain93 The Constructor will use the profile selected in it to sign all projects (rather than the profile selected in the project which is the enhancement request here as it is necessary in some cases). You should be able to select a provisioning profile that will work with the project in The Constructor and then build the project successfully. Let me know if there are any further issues.