Closed petrgazarov closed 6 years ago
That's weird to me. Are you sure that you installed library as demonstrated in video ? https://www.youtube.com/watch?v=HRjgeT6NQJM&feature=youtu.be
I'm also getting this error. I follow the video. no luck.
Environment
MacOS Sierra 10.12.5
XCode 8.3.2
iOS 10.2.1
react-native 0.43.4
react-native-video-processing 1.10.0
I was getting this error until I saw the video mentioned above (only followed directions on github until that point) and realized I did not do the step of adding the GPUImage.framework under Embedded Binaries shown at 2:37.
Closing this due to long inactivity, Probably this issue has been fixed in the master branch
To anyone who cannot find the embedded binaries section on "Build Phases" like I could not, it is not located on the "General" tab
I'm new to xcode and react native. But why the is no Embedded binaries on General tab? XCode Version 12.4 (12D4e)
@nikage did you find how to add to Embedded binaries?
@nikage did you find how to add to Embedded binaries?
To be honest I don't remember how I did it. But it seems to me it works on newer versions of xcode.
Hey there,
Unable to load on real iOS device (works in Simulator). Both Clean and Build succeeds in XCode, but getting the above error when the app tries to open on my iPhone. Did all setup steps for iOS, tried restarting Xcode and computer, no help.
GPUImage.xcodeproj
is definitely on the "top" level, along withRNVideoProcessing
.Here is the contents of my bridging header file:
<MyAppName>
replaced the actual app name. I also attempted this fix, but no avail. Tried version1.8.0
of this library, as well aslatest
and directly frommaster
.Is it intended that the app is looking for
@rpath/GPUImage.framework/GPUImage
whereas the actual file name isGPUImage.xcodeproj
?Environment MacOS Sierra 10.12.5 XCode 8.3.2 iOS 10.2.1 react-native
0.44.2