xcode - Proper way to codesign swift framework included with distribution app -


i have enterprise app using swift frameworks via podfile. i'm signing app bundle id com.whatever.myapp using enterprise distribution cert , provisioning profile. that's fine.

but i'm getting errors when tries build swift frameworks since bundle id different - example org.cocoapods.alamofire.

how should code signing swift frameworks? should still done enterprise distribution cert , provisioning profile?

they automatically codesign app's target. recheck bundle identifier in app's target , rebuild it.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -