Closed Fannolo closed 1 year ago
To the contrary, I've actually found that it will add the target several times and have many duplicates, though this is after running expo prebuild -p ios
so perhaps this is the thing you're missing.
@tabrindle thanks for reporting this! I have indeed always tested with expo prebuild -p ios --clean
, which removes the ios folder before rebuilding. I've now adapted the Podfile modification in a way that doesn't apply the modifications multiple times. GitHub Actions seems to be down right now so I can't release the fix just now but will do so as soon as possible.
Oh excellent thanks!
Fixed with release 0.1.2
Hello I'm trying to add the app clip feature into my project with expo SDK 47 and Xcode 14, but apparently the package doesn't create the target for app clip and whenever we run the command
expo run:ios --scheme my-appClip
gives me this error