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
Post a Comment