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
What is the proper install/setup for iOS on RN > 0.6
If I simply yarn and pod install, the app compiles but I get errMsg:
"check your ios native module setting. (TypeError: Cannot read property 'imageModifier' of undefined)"
If I follow the steps under "setting the module to the project." I get warning about manual linking and the app will not compile:
The following build commands failed:
CompileC .../Build/Intermediates.noindex/RNImageModifier.build/Debug-iphonesimulator/RNImageModifier.build/Objects-normal/x86_64/RNImageModifier.o .../node_modules/react-native-image-modifier/ios/RNImageModifier.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
The text was updated successfully, but these errors were encountered:
@WoodburyShortridge Thanks for reply!
I had the EXIF image file, I want to keep EXIF when I crop an image.
Don't know if you have the same problem as me. Or do you have any ideas for this?
Thanks.
What is the proper install/setup for iOS on RN > 0.6
If I simply yarn and pod install, the app compiles but I get errMsg:
"check your ios native module setting. (TypeError: Cannot read property 'imageModifier' of undefined)"
If I follow the steps under "setting the module to the project." I get warning about manual linking and the app will not compile:
The following build commands failed:
CompileC .../Build/Intermediates.noindex/RNImageModifier.build/Debug-iphonesimulator/RNImageModifier.build/Objects-normal/x86_64/RNImageModifier.o .../node_modules/react-native-image-modifier/ios/RNImageModifier.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
The text was updated successfully, but these errors were encountered: