You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: don't add a XCode prebuild action to invoke codegen anymore (#679)
### Summary We used to add an xcode prebuild script to invoke codegen each time the user built their example application. However, with the latest setup, the action just causes the build to fail immediately. This PR removes that script. With this removal, the user has to install pods each time they change their codegen specs. ### Test plan 1. Create a new library using `crnl` and make sure it supports the new architecture 2. Install the pods and try building the example app using xcode 3. Make sure the build doesn't fail immediately.
0 commit comments