nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

SDWebImage/SDImageTransformer.h file not found #47

Closed That90sDev closed 8 months ago

That90sDev commented 2 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Android app is working fine but when i run ns run ios its unable to compile, when i open xcode 13 and try to run from there then i get this error SDWebImage/SDImageTransformer.h file not found

farfromrefug commented 2 years ago

@That90sDev you seem to have a pod issue. ensure :

That90sDev commented 2 years ago

i am running project on Apple Macbook air M1 chip, i am fairly new to Nativescript , please guide me how i can check my pod is up to date and pod repo is up to date. i tried this command brew install cocoapods. i also tried pod install in the platform/ios directory i use ns clean and run ns run ios but issue still exists.

farfromrefug commented 2 years ago

@That90sDev you are better of asking in discord. I dont have a M1 and their might be something special to do for it

tommag21 commented 2 years ago

Hi @That90sDev, I am getting too the "file not found" error on Xcode. Have you found a way to build without errors?

farfromrefug commented 2 years ago

@tommag21 did you ask on discord?

drangelod commented 1 year ago

In case anyone is having this issue on an M1/2 Macbook for iOS builds, the following worked for me. Right click on your terminal application in Finder, then click on "Get Info". Check the "Open using Rosetta" option under the General section. Quit the terminal and re-launch and iOS builds should complete properly again.