tamlyn / react-native-elementary

Use Elementary Audio in your React Native app
MIT License
10 stars 3 forks source link

Example project fails to build #11

Open txbrown opened 4 weeks ago

txbrown commented 4 weeks ago

I am seeing similar issues as this one when I run yarn example ios --simulator 'iPhone 15'.

There are several errors around flipper that look like this:

 called object type 'facebook::flipper::SocketMessageHandler' (aka 'int') is not a function or 
function pointer

no template named 'function' in namespace 'std'

Logging the issue here in case someone knows the fix but I am looking into it.

txbrown commented 4 weeks ago

this issue happens with xcode 15.3+ A simple fix is to remove the flipper configuration from Podfile. Will make a PR for this.