leanflutter / flutter_flipperkit

Flipper (Extensible mobile app debugger) for flutter.
https://pub.dev/packages/flutter_flipperkit
MIT License
362 stars 57 forks source link

Link error when building app for ios #19

Closed kaciula closed 4 years ago

kaciula commented 5 years ago

Hi.

I can't build my flutter app for ios. I get tons of link errors for Flipper-Folly. Can you help me out? (Everything works perfectly on Android)

I don't know what part of the error messages to put here. I have zero experience with ios.

Undefined symbols for architecture x86_64:
  "boost::re_detail_106300::perl_matcher<char const*, std::__1::allocator<boost::sub_match<char const*> >, boost::regex_traits<char, boost::cpp_regex_traits<char> > >::find()", referenced from:
      bool boost::regex_search<char const*, std::__1::allocator<boost::sub_match<char const*> >, char, 
lijy91 commented 4 years ago

You can upgrade flutter_flipperkit to 0.0.20 and refer to this answer. https://stackoverflow.com/a/56176956