50ButtonsEach / fliclib-ios

The fliclib framework for iOS
35 stars 5 forks source link

project can no longer run on iOS simulator after adding fliclib #33

Closed RolfHendriks closed 6 years ago

RolfHendriks commented 6 years ago

the fliclib framework is missing architectures needed by the iOS simulator. So after adding fliclib to my project, my project can no longer build and run on an iOS simulator.

I understand that Flic integration is not possible on a simulator. The behavior I would like to see though is that a project can still compile and run on the simulator after adding the flic framework so I can still test the rest of my app on a simulator. This could be done by, for example, stubbing out a fliclib implementation that does nothing on a simulator.