You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi this fixed it for my local emulator.. but I seem to have the old files cached when I open the workspace in Xcode and try and build for either emulator or device.
Any ideas on how I clear the cache please? I tried Product -> Clean but that did not seem to work for me.
Any help appreciated
Update: I fixed this by going into the specific Xcode project for the plugin and doing a Product-Clean
Description
Can't build project due to the breaking change on 0.40 (See the link below).
facebook/react-native#11725
Solution
In
RCTMultipeerConnectivity.h
andRCTMultipeerConnectivity.m
,change codes like
into
The text was updated successfully, but these errors were encountered: