Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Temporarily disable today extension

I have a today extension in my app that I want to leave out of the next version I submit to the App Store but keep in the project to submit in a later version.

I've tried removing it from the Target Dependencies of the container app target but it still shows up.

How can I do that?

like image 815
Hesham Avatar asked Feb 10 '23 01:02

Hesham


1 Answers

In addition to removing the target dependencies, be sure to remove the appex from your embedded binaries.

From you main target scroll down and you'll find the Embedded Binaries section. I think your old extension binary is getting picked up in your build.

enter image description here

like image 63
Dan Loughney Avatar answered Feb 19 '23 16:02

Dan Loughney