简体   繁体   中英

Xcodebuild Cocoa touch framework code sign error

I have got below error when trying to build project contains sub project which generates cocoa touch framework using xcodebuild command. "FrameworkName does not support provisioning profiles" . I don't want to set "Automatic code sigining". So my question is do I need to code sign the framework?

No you do not need to codesign the framework. You only need to code sign the app target. The 'General' tab of your nested framework should look like this: 在此处输入图片说明

The issue was with teamid. No need to specify teamid.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM