Validation Error: The bundle contains disallowed nested bundles

前端 未结 3 1191
情深已故
情深已故 2020-12-20 19:35

As a followup to my other question, I\'m continuing to have issues submitting my iOS 8 app (which includes a Sharing Extension and a framework target). On a submission attem

3条回答
  •  时光说笑
    2020-12-20 20:12

    Well, the answer seems simple enough: in the Extension target I was embedding the framework (Build Phases > Embed Framework). Once I removed that setting, everything works fine.

    Sigh.

提交回复
热议问题