Post

Replies

Boosts

Views

Activity

Reply to AppClip and Cocoapods integration
I had an issue where I ran a pod install for the app clip target and it did not work. I upgraded to the most recent version. I suggest updating to the latest cocoa pods version which is in beta as they have included additional app clip support. Betas are not obtaining via brew so I suggest getting 1.10.0.beta.1 (at the time of this writing). Download the Xcode command line tools (I downloaded beta 5 which is most recent avail. from downloads even though I am on Xcode beta 6). Then you may need to upgrade your ruby. I had to run brew install ruby-dev followed by sudo gem install -n /usr/local/bin cocoapods -v 1.10.0.beta.1 After upgrading I was able to include the frameworks for the app clip target. I hope this helps.
Sep ’20