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
In the build script which generates the FFI, we skip the step in an indexbuild phase, but we also need to skip it in the install buildphase, because the paths are all different, so the build fails, and it shouldn't run anyway
Step 1 might cover this, not sure, but we should generated the shared Xcode project with cargo xcode --skip-install, so that any binaries don't get bundled in the deployment archive (which makes it invalid as an app archive).
The text was updated successfully, but these errors were encountered:
I recently got an Crux iOS app into TestFlight and noticed that our example configurations need a few tweaks to pass the app validation stage
uniffi-bingen
binary needs to be excluded from sources. Withxcodegen
that looks as followsindexbuild
phase, but we also need to skip it in theinstall
buildphase, because the paths are all different, so the build fails, and it shouldn't run anywayshared
Xcode project withcargo xcode --skip-install
, so that any binaries don't get bundled in the deployment archive (which makes it invalid as an app archive).The text was updated successfully, but these errors were encountered: