Closed darionco closed 9 years ago
Awesome, thanks!
To keep the filesize for the compiled lib below 100mb (so we can push it to github), I had to disable bitcode generation for the simulator build.
Yup, that makes sense since embedding bitcode is only useful when uploading builds to the app store, which cannot be done for simulator builds. Thanks!
Adding this flag allows the resulting library to be used while archiving builds for tvOS.