I'm using the fantastic iOS Universal Framework script to build my own framework and its worked great for some time. I'm not sure exactly when, but it seems to have stopped building i386 along the way. Apps consuming the framework produced no longer work with the simulator.
I've got VALID_ARCHS = arm64 armv7 armv7s i386 x86_64
set. And ONLY_ACTIVE_ARCH = NO
. The build script isn't throwing any errors or logs. Yet I get a skinny framework in the end without i386 or x86_64 and thus any project dependent on this framework has linker errors when building for the simulator.
Extra info:
- Using the Mk8 script latest build from main repo.
- Archiving, not building as some errors suggest.
Any ideas?