lennarthakker
lennarthakker
Running `skip checkup` seems to be fine with only green checks. After running the `skip gradle -p /Users/l333n/Desktop/project-name/Darwin/../Android launchDebug` command manually the response is: ```skip gradle -p /Users/l333n/Desktop/project-name/Darwin/../Android launchDebug GRADLE>...
Interesting I restarted the android emulator and now the `skip gradle -p /Users/l333n/Desktop/project-name/Darwin/../Android launchDebug` is opening the skip app on the android emulator. But when I try to run the...
Alright I did a `Clean Build Folder` and I restarted Xcode. When trying to build I'm getting the following error in the`Build AppName - Log`: ```PhaseScriptExecution Run\ skip\ gradle /Users/l333n/Library/Developer/Xcode/DerivedData/AppName-eroxysnnxbbwmhabhcbzqtocflba/Build/Intermediates.noindex/AppName.build/Debug-iphonesimulator/AppName.build/Script-499CD4452AC5B869001AE8D8.sh...
Ya the same error indeed, what's also interesting is that when I'm building https://github.com/skiptools/skipapp-showcase.git I'm getting the same error as in my own project.
[✓] Skip version 0.8.25 (= 0.8.25) [✓] macOS version 14.3.1 (> 13.5.0) [✓] Swift version 5.10 (> 5.9.0) [✓] Xcode version 15.3 (> 15.0.0) [✓] Xcode tools SDKs: 6 [✓]...
The machine is running on ARM. ```Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:27 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T8103 arm64 /opt/homebrew/bin/gradle ------------------------------------------------------------ Gradle 8.7 ------------------------------------------------------------ Build time: 2024-03-22 15:52:46 UTC Revision: 650af14d7653aa949fce5e886e685efc9cf97c10...
Homebrew wasn't installed on an previous intel machine but it was installed from a terminal using rosetta. I trashed the folder -> restarted xcode -> cleaned the build folder ->...
The reason it was running under Rosetta in the first place was because when the arm systems came out a nodejs project I was working on didn't support running some...
Still the same error with the edited build phase Error:
Maybe the reason it's not building correctly has something to do with the output of `skip gradle -p /Users/l333n/Desktop/skipapp-showcase-main/Darwin/../Android launchDebug` when running this command on the `skipapp-showcase-main` demo project. The...