skip to Main Content

turning the json result into dynamic

i have a very complicated issue for a beginner. firstly I have this result from json { "success": true, "timeframe": true, "start_date": "2018-01-01", "end_date": "2018-01-05", "source": "TRY", "quotes": { "2018-01-01": { "TRYEUR": 0.21947 }, "2018-01-02": { "TRYEUR": 0.220076 }, "2018-01-03":…

VIEW QUESTION

Firebase iOS – Multiple errors while archiving in Xcode 13.4 or Xcode 14.1(iOS 15 or iOS 16) – Ios swift

Getting multiple errors while archiving the project but app build/run fine. Tried many solutions related to cleaning derived data, deintegrate/integrate/install pods, pod clean etc.('GoogleUtilities/GULURLSessionDataResponse.h' file not found) (https://github.com/firebase/firebase-ios-sdk/issues/2233) Podfile : source 'https://github.com/CocoaPods/Specs.git' install! 'cocoapods', :deterministic_uuids => false target 'Test' do…

VIEW QUESTION

vision-camera-code-scanner Undefined symbols for architecture x86_64 react native

I am getting a build error when using the vision-camera-code-scanner package for my react native project. The short hand error is: Undefined symbols for architecture x86_64 The full error is the following: ld: warning: ignoring file /XXXXXXXXXXXXXXXXXXX/Build/Products/Debug-iphonesimulator/vision-camera-code-scanner/libvision-camera-code-scanner.a, building for iOS…

VIEW QUESTION
Back To Top
Search