paytm / paytm-allinonesdk-react-native

5 stars 6 forks source link

Could not build Objective-C module 'paytm_allinone_react_native' #17

Open KushaanKapoor opened 7 months ago

KushaanKapoor commented 7 months ago

Xcode Version: 14.1 React-Native Version: 0.66.5 "paytm_allinone_react-native": "^1.0.9"

Screenshot 2023-12-04 at 12 43 00 PM

Tried the previous solution of adding the following

installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
      config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
      end
    end

but it didn't work.

I have tried cleaning build folder, re installing fresh Pods, cleaning derived data.

Any working solution? required ASAP.

bullets07 commented 7 months ago

Facing same error.

vaibhavdagar commented 7 months ago

Did you find a solution to this?

rahul2bisht commented 7 months ago

Please refer to the solution mention for the same issue mentioned below

16

Kushaan-Kz commented 7 months ago

@rahul2bisht I have tried that solution as mentioned. it is not working.

rahul2bisht commented 7 months ago

@Kushaan-Kz Did you tried this comment on this error manually: "Unsupported Swift architecture."?

vcankur commented 7 months ago

Same issue

Kushaan-Kz commented 7 months ago

@Kushaan-Kz Did you tried this comment on this error manually: "Unsupported Swift architecture."?

which comment. I am not able to find it. can you link it here? also, still facing the same issue, I have tried different solutions..

rahul2bisht commented 7 months ago

@Kushaan-Kz We are working on this and will share an update shortly , meanwhile to remove this error you can add comment on this error manually: "Unsupported Swift architecture."

KushaanKapoor commented 6 months ago

@rahul2bisht any update? our release for iOS is pending..

vaibhavdagar commented 6 months ago

Did you guys find any solution? It is very crucial for me to fix this ASAP.