skip to Main Content

React Native setup Mac M1 (Air)

I follow this guy's tutorial https://youtu.be/MJEcookWYUI?t=686 I get errors after the command on the video admin@MacBook-Air:~/Demo$ npm run ios npm ERR! missing script: ios npm ERR! A complete log of this run can be found in: npm ERR! /Users/admin/.npm/_logs/2022-09-12T22_06_04_217Z-debug.log I…

VIEW QUESTION

Xcode – Swift macros not detected

After reading this stackoverflow post, I tried to introduce macros in my project. I have the following code in a sample macOS CommandLine tool. #if ELDIABLO NSLog ("ELDIABLO macro detected!") #else NSLog ("ELDIABLO macro not detected!") #endif The ELDIABLO macro…

VIEW QUESTION
Back To Top
Search