Fork me on GitHub
#cljsrn
<
2020-06-14
>
borkdude13:06:30

Is it normal that the java process running krell is at 100% CPU?

borkdude13:06:39

don't know what it's doing... nor what I'm doing, first time trying this out

borkdude14:06:13

anyone familiar with > fatal error: module map file '/Users/borkdude/Library/Developer/Xcode/DerivedData/AwesomeProject-dcpsrlydmqnwnreszyzwksudwjqn/Build/Products/Debug-iphoneos/YogaKit/YogaKit.modulemap' not found I'm getting this message when trying to put the app on my phone

dotemacs14:06:21

And the app runs fine in the simulator @borkdude ?

borkdude14:06:54

hmm, maybe I have to open .xcworkspace instead of .xcodeproj

dotemacs14:06:31

I’ve seen these errors when linking something complex. But then the error would manifest even in dev not just in a proper build

borkdude14:06:50

crap. > This iPhone SE (Model A1662, A1723, A1724) is running iOS 13.4.1 (17E262), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at http://developer.apple.com.

borkdude14:06:05

I don't want to update xcode, because of catalina

dotemacs14:06:29

Yea, that is annoying

dotemacs14:06:05

Maybe look into building it in a CI that has a more recent version of Xcode... can’t think of another solution

borkdude14:06:33

you can't just compile this and drop it in your phone right?

borkdude14:06:43

it's a pretty closed system?

borkdude14:06:19

it did compile. I just can't run it on my phone

borkdude14:06:26

so how would CI help me here?

dotemacs14:06:01

Well you could compile it somewhere else and then “load” it via TestFlight

borkdude14:06:14

it says "Build succeeded" in Xcode, so I assume there is an app thing somewhere which I could theoretically run on my iPhone?

borkdude14:06:38

It's quite a hassle to test a demo app on my phone going through TestFlight (I just read the steps) instead of upgrading to catalina. I might wait until I do the latter.

borkdude14:06:59

A local coffee bar owner asked me if I could build an app for him, I thought it might be nice to try out krell and get something going there

borkdude14:06:32

so before I upgrade: anything I should be aware of in catalina...?

borkdude14:06:44

I'm still on mojave

dotemacs14:06:05

The same here because “early settlers get the arrows”.

raspasov22:06:20

@borkdude usually you just need to upgrade… Apple doesn’t want you do stay out of sync too much between versions on different stuff; no free for all here (un)fortunately (depending on perspective) 🙂