How do I codesign a Swift app via the commandline?

后端 未结 5 1775
误落风尘
误落风尘 2020-12-25 15:01

I am attempting to run an enterprise signed build of my Swift app on a real phone running iOS 7.1.

If I create the enterprise signed app via the Xcode interface, the

5条回答
  •  抹茶落季
    2020-12-25 15:19

    I create a gist to solve this problem, and it works (->link).

    The main idea is to codesign the dylibs frist, and then codesign the app.

提交回复
热议问题